Computer Pranks, Tricks,Tips

Collection of the excellent Computer Pranks,Computer Tricks and articles.

Tuesday, September 25, 2012

New VB SCRIPT prank ...!

>> In this prank, I'm showing a trick by which you can Freak your friend's PC or school Lab's PC..!
>>First, slowly type "My name is Khan But I'm not a terrorist" and freak your friend out:
Type following in notepad:

WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "My na"
WScript.Sleep 500
WshShell.SendKeys "me "
WScript.Sleep 500
WshShell.SendKeys " is"
WScript.Sleep 500
WshShell.SendKeys " kh"
WScript.Sleep 500
WshShell.SendKeys "an "
WScript.Sleep 500
WshShell.SendKeys " But"
WScript.Sleep 500
WshShell.SendKeys " I'm not"
WScript.Sleep 500
WshShell.SendKeys "a ter"
WScript.Sleep 500
WshShell.SendKeys "rori"
WScript.Sleep 500
WshShell.SendKeys "st"
WScript.Sleep 500


Save it as "key_prank.VBS" and send it to desktop.

No comments: