Menu

Script for hitting Backspace simultaneously

                             
Frustrate your friend by making this VBScript hit Backspace simultaneously:
1. Open Notepad ( Search it in start menu )
2. Now simply copy and paste the below script into the notepad.
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
3. Now just save this file as Anything.vbs ( Remember the .vbs is really important so do put it)
4. So now just enjoy sharing this file by uploading it to social networks website, now remember to change its name and icon to something more exciting to click.

No comments:

Post a Comment