Awesome Notepad Prank Trick
Hi readers,
This is really a awesome prank. This prank do : " Notepad automatic writing ". You can show you friends and say them my notepad writes automatically. After-all Don't forget you going to create this prank.
Steps
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 " Powered "
WScript.Sleep 500
WshShell.SendKeys "by "
WScript.Sleep 500
WshShell.SendKeys " O2 Tricks "
WScript.Sleep 500
- Save it as O2Tricks.vbs
- Open O2Tricks.vbs
Note : Must be save as " O2Tricks.vbs "
Customization:-
For more writing :-
Add following code after it.
WshShell.SendKeys "Your Word "You Can Change the showing time by changing " 500 " as your time .
WScript.Sleep 500
No comments: