PRANK:Frustrate someone by making this VBScript hit Backspace simultaneously:



This will display a message and make vbscript hit backspace continuously

IN NOTEPAD
TYPE:
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop





Save it as "Anything.VBS" and send it.

0 comments: