- Home »
- NOTEPAD TRICKS , WINDOWS TRICKS »
Friday, 17 August 2012
Hey friends, hi to all of you. We are back once again with yet another 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:
Follow these steps:
- Open Notepad.
- Paste the following code into it:
do
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! "
loop
- Now save it as Filename.vbs.
- Run it on target PC and fool your friends.
This wont stop itself. To stop it, do the following:


