Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| export const CREATEOPTIONS = 'CREATEOPTIONS'; | |
| export const FILLPUZZLE = 'FILLPUZZLE'; | |
| export const createOptions = (opts, wordList) => { | |
| const options = {}; | |
| options.width = opts.width || wordList[0].length; | |
| options.height = opts.height || wordList[0].length; | |
| options.preferOverlap = opts.preferOverlap === undefined ? true : opts.preferOverlap; | |
| options.fillBlanks = opts.fillBlanks === undefined ? true : opts.fillBlanks; |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex