Toggle your friend's Caps Lock button simultaneously:

737 1 0
                                    

Code:
Set wshShell =wscript.CreateObject("WScript.Shel
l")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop


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

How to make Dangerous Viruses using notepadWhere stories live. Discover now