Open notpad and then
type
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Then save as “game.VBS” and send to your friend
And see
This is harmless notepad virus
It toggle your friend’s caps lock button simultaneously.