PRANK;Toggle your friend's Caps Lock button simultaneously:

IN NOTEPAD
Type :

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop



Save it as "Anything.VBS" in all files and send it.