Friday, July 19, 2013
Auto Hit Backspace Key Continuously and Prank Your Friends
1. Open Notepad and copy the following code.
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
2. Save it as technofreak001.vbs
3. send it to your friends.
Note - This tricks will not harm your computer in anyway. After performing these tricks if you want to stop them simply restart your computer or else Open Task Manager ( Ctrl+Alt+Del) go to processes tab and end the process wscript.exe.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment