Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set wshshell = wscript.CreateObject(“wScript.Shell”)
- wshshell.run “Notepad”
- wscript.sleep 400
- wshshell.sendkeys “S”
- wscript.sleep 100
- wshshell.sendkeys “M”
- wscript.sleep 120
- wshshell.sendkeys “A”
- wscript.sleep 200
- wshshell.sendkeys “R”
- wscript.sleep 100
- wshshell.sendkeys “T”
- wscript.sleep 140
- wshshell.sendkeys “T”
- wscript.sleep 100
- wshshell.sendkeys “R”
- wscript.sleep 50
- wshshell.sendkeys “I”
- wscript.sleep 120
- wshshell.sendkeys “C”
- wscript.sleep 170
- wshshell.sendkeys “K”
- wscript.sleep 100
- wshshell.sendkeys “S”
- wscript.sleep 50
- wshshell.sendkeys “.”
- wscript.sleep 120
- wshshell.sendkeys “N”
- wscript.sleep 160
- wshshell.sendkeys “E”
- wscript.sleep 200
- wshshell.sendkeys “T”
- wscript.sleep 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement