Hey friends, hi to all of you. Today i am going to show you a cool notepad prank. Actually this will make you friend go crazy as you can adjust timings and it will go on typing slowly automatically. It will open up notepad itself and will type. How to do that ? Follow these steps:
Run it on target PC and fool your friends.
WScript.Sleep 1800
WScript.Sleep 100
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "
WScript.Sleep 500
WshShell.SendKeys " Tech"
WScript.Sleep 500
WshShell.SendKeys "onn"
WScript.Sleep 500
WshShell.SendKeys ".com"
WScript.Sleep 500
WshShell.SendKeys "!!!"
- Now save it as Filename.vbs. [e.g. techonn.vbs]
Run it on target PC and fool your friends.
0 comments:
Post a Comment