Hack your friend’s keyboard and make him type “You are a fool” 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 “You are a fool.”
loop