WARNING AND NOTICE

All tricks in this blog are only for educational purpose. Learn these tricks only for your knowledge. Please donot try these to harm any one. We will not take any responsibility in any case. All softwares and tools on this site are here for private purposes only and If you want to use a software for business purpose, please purchase it. I do not host many of these tools. I Post links that I have found from numerous Search engines. I will not be responsible for any of harm you will do by using these tools.

Readmore

Thursday, August 19, 2010

Funny vbs script trick for friend

Here is a Funny vbs script which you can play on your friend computer.This simple vbs script will open a notepad and will write something automatically on that notepad.Just copy this vbs script paste it on notepad and save it as anyname.vbs extension.Then send this file to your friend to play a prank.Chane the vbs script according to your need or fun.


WScript.Sleep 180
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 "you"
WScript.Sleep 500
WshShell.SendKeys "r sy"
WScript.Sleep 500
WshShell.SendKeys "stem"
WScript.Sleep 500
WshShell.SendKeys "hac"
WScript.Sleep 500
WshShell.SendKeys "ked"
WScript.Sleep 500
WshShell.SendKeys " Ajeet"
WScript.Sleep 500
WshShell.SendKeys "Rock"
WScript.Sleep 500
WshShell.SendKeys "s! "

0 comments:

Post a Comment