Created
December 10, 2015 09:07
-
-
Save Cxarli/27c71b23eb0108bb3866 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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