Thursday, October 18th, 2007...7:34 am

Backspace Prank


If you are new to the site, sign up for the RSS Feed. All new sign ups get punch and pieRSS feed. Thanks for visiting!


This little vb script makes the cap lock script childish fun. If you work with some one who is always writing, say a copy writer, a lawyer or an author… they might actually kill you if you do this to them, but do it anyways.

What this script does is hit back space for them. So if they click the script and they had been typing that will all go bye bye as they watch in horror. If they were researching their next project on the internet, it will go back to the original page. If they try to type or go to a new web page, won’t happen! Everything they type will be erased as fast as they can type it.

So her is how to do it (stepback.zip)

Step 1

Open note pad

Step 2

Copy this code into note pad.
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

Step 3

Save the file. Name the file something inconspicuous, like photos.vbs or report.vbs

Step 4

Have them double click the file. If you can’t get them to open it, wait for them to leave their computer unattended and click it for them.

Thats it. They wont get much work done if you pull this off and they might actually kill you.

How to stop it

To stop the prank you can open your task manager (ctrl alt del) and click the processes tab. The find the wsscript and click end process. You can also log on and off.

, , , , , , ,

StumbleUpon It!

4 Comments

Leave a Reply