Skip to content

Instantly share code, notes, and snippets.

@Cxarli
Created December 10, 2015 09:07
Show Gist options
  • Save Cxarli/27c71b23eb0108bb3866 to your computer and use it in GitHub Desktop.
Save Cxarli/27c71b23eb0108bb3866 to your computer and use it in GitHub Desktop.
set wshshell = wscript.CreateObject("wScript.Shell")
wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "T"
wscript.sleep 100
wshshell.sendkeys "h"
wscript.sleep 120
wshshell.sendkeys "i"
wscript.sleep 200
wshshell.sendkeys "s"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 140
wshshell.sendkeys "c"
wscript.sleep 100
wshshell.sendkeys "o"
wscript.sleep 50
wshshell.sendkeys "m"
wscript.sleep 120
wshshell.sendkeys "p"
wscript.sleep 170
wshshell.sendkeys "u"
wscript.sleep 100
wshshell.sendkeys "t"
wscript.sleep 50
wshshell.sendkeys "e"
wscript.sleep 120
wshshell.sendkeys "r"
wscript.sleep 160
wshshell.sendkeys " "
wscript.sleep 200
wshshell.sendkeys "i"
wscript.sleep 100
wshshell.sendkeys "s"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "b"
wscript.sleep 100
wshshell.sendkeys "e"
wscript.sleep 100
wshshell.sendkeys "i"
wscript.sleep 100
wshshell.sendkeys "n"
wscript.sleep 100
wshshell.sendkeys "g"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "h"
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "c"
wscript.sleep 100
wshshell.sendkeys "k"
wscript.sleep 100
wshshell.sendkeys "e"
wscript.sleep 100
wshshell.sendkeys "d"
wscript.sleep 100
wshshell.sendkeys "!"
wscript.sleep 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment