Dosk3n Posted September 11, 2012 Posted September 11, 2012 (edited) At work we like to play pranks on anyone who doesnt lock their computer as they leave for lunch etc and everyones become quite good at making sure they lock them so I wanted a way to do it even if they just went along the row to the printer etc when time is limited and they have not locked the computer. My favorite is changing the words in outlooks auto correct settings so I wrote this up.Only problem with it at the moment is on UK keyboard layout ALT doesnt work so I create a bit of a longer delay as it gets to the body of the email so I can manually press ALT and then let it do the rest. REM ######################################################## REM ######## Author: Dosk3n #### Target: Windows XP ############# REM ##### Description: Prank to change the autocorrect ############## REM ##### words in outlook ####################### REM ######################################################## REM REM Delay executing to allow time for installing drivers DELAY 5000 REM Open a new instance of outlook GUI r DELAY 300 STRING outlook.exe ENTER DELAY 300 REM Open new mail CTRL n DELAY 300 REM move to body of email TAB TAB TAB DELAY 100 REM open auto correct options ALT TAB TAB TAB TAB TAB ENTER STRING a DELAY 300 REM Change the autocorrect words STRING the TAB STRING that darn ENTER STRING have TAB STRING hath ENTER STRING you TAB STRING thou ENTER STRING do TAB STRING dost ENTER STRING your TAB STRING thy ENTER STRING here TAB STRING hither ENTER STRING are TAB STRING art ENTER STRING will TAB STRING shalt ENTER REM Close the settings and close outlook ESC ESC ALT F4 Edited February 17, 2013 by midnitesnake Quote
hfam Posted September 27, 2012 Posted September 27, 2012 ahaha! that's hilarious and clever! Can't wait to give this a try (and add a few of my own "risque" additions!), gonna be good for some serious laughs, thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.