Ghost keyboard Typing – Notepad Tricks

code given below

set wshshell = wscript.CreateObject(“wScript.Shell”)
wshshell.run “Notepad”
wscript.sleep 400
wshshell.sendkeys “h”
wscript.sleep 100
wshshell.sendkeys “o”
wscript.sleep 120
wshshell.sendkeys “l”
wscript.sleep 200
wshshell.sendkeys “i”
wscript.sleep 100
wshshell.sendkeys “d”
wscript.sleep 140
wshshell.sendkeys “a”
wscript.sleep 100
wshshell.sendkeys “y”
wscript.sleep 50
wshshell.sendkeys “j”
wscript.sleep 120
wshshell.sendkeys “a”
wscript.sleep 170
wshshell.sendkeys “t”
wscript.sleep 100
wshshell.sendkeys “r”
wscript.sleep 50
wshshell.sendkeys “a”
wscript.sleep 120
wshshell.sendkeys “.”
wscript.sleep 160
wshshell.sendkeys “blogspot.”
wscript.sleep 200
wshshell.sendkeys “in”
wscript.sleep 100

No comments

Powered by Blogger.