Toggle your friend’s Caps Lock button simultaneously
Type :
Set wshShell =wscript.CreateObject(“WScript.Shell”)Save it as pc.vbs and send it to your friends.
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop