Sep 30, 2013

Prank: Computer Ghost - Notepad Tricks


This will open Notepad, slowly type "Hello, how are you? I am good thanks" after some time of clicking the file and freak your friend out out:

In Notepad

Type :

WScript.Sleep 180000 (you can change the sleep timings)
WScript.Sleep 10000
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! "


Save it as "Anything.VBS" and send it.

<•>> For More Join Us <<•>
https://www.Facebook.com/Msavampcworld.
https://www.Facebook.com/Groups/Msapcworld
http://Msapcw0rld.Blogspot.com
http://Mspcworld.Blogspot.com
Previous Post
Next Post

0 comments: