Sunday, July 6, 2014

Infinte Backspace

The backspace is  hit infinite times.All you have to do is to follow these steps:
>>Open new notepad file:
>>Type:

MsgBox "Let's go back infinte times"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop


>>Save it as infiback.vbs  and send this file to any of you friends/relatives

*To stop this script from functioning ,Press Ctrl+Alt+Delete to open task manager and select process to see list of processes .Under processes select a process named WScript.exe , right click and end that process.

No comments:

Post a Comment