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.
Computer hack, Computer Hell, Computer Prank, Computer Tricks, Great laugh, LOL, VbS PrANk, vbS ScrIpT
4 Comments
November 1st, 2007 at 7:01 pm
Compile error when I tried it out,
November 1st, 2007 at 8:09 pm
King, Some times the copy and paste doesn’t transfer perfectly. I would just download the ZIp file I made of the vbs script. I just ran it on my self to test and it worked fine.
If you dont want to down load, re-type the ” in the code. That will fix it.
November 1st, 2007 at 10:13 pm
it doesn’t work in ubuntu linux
November 20th, 2007 at 10:56 pm
so basically. i can put any key where the backspace is right?
Leave a Reply