Path: blob/master/payloads/library/prank/AUTOinCORRECT/payload.txt
2968 views
REM Title: AUTOinCORRECT1REM Author: the-jcksn2REM Description: Creates a custom Microsoft Word Autocorrect rule, default sets rule to change "the" to "teh". Can be changed to any words you wish.3REM Target: Windows 10 / Microsoft Word4REM Version: 1.05REM Category: Prank67DELAY 20008REM OPEN NEW MICROSOFT WORD DOCUMENT9GUI r10DELAY 20011STRING winword12ENTER13DELAY 100014ENTER15DELAY 20016REM EDIT AUTOCORRECT RULES17ALT q18DELAY 30019STRING options spelling20DELAY 50021ENTER22DELAY 20023TAB24DELAY 20025ENTER26DELAY 20027REM AUTOCORRECT "the" TO "teh" ~~~ change these below to whatever words you want to add a rule for ~~~~~28STRING the29DELAY 20030TAB31STRING teh32DELAY 20033ALT a34DELAY 20035REM SAVE AND EXIT36ENTER37DELAY 20038SHIFT TAB39DELAY 20040ENTER41DELAY 20042ALT F443DELAY 200444546