Toggle your friend's Caps Lock button simultaneously:
Type :
ALL OF THESE COMMANDZ ARE TO BE TYPED IN NOTEPAD...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save it as "Anything.VBS" and send it.
Type :
ALL OF THESE COMMANDZ ARE TO BE TYPED IN NOTEPAD...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save it as "Anything.VBS" and send it.
Post a Comment