go to notepad, then type :
set wshshell = wscript.CreateObject("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 2000
wshshell.AppActivate "Notepad"
WshShell.SendKeys "H"
WScript.Sleep 500
WshShell.SendKeys "ell"
WScript.Sleep 500
WshShell.SendKeys "o "
WScript.Sleep 500
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys " Friends"
WScript.Sleep 500
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys " Searched "
WScript.Sleep 500
WshShell.SendKeys "by "
WScript.Sleep 500
WshShell.SendKeys "He Rotha "
WScript.Sleep 500
WScript.Sleep 500
and save it anyname.vbs
No comments:
Post a Comment