PRANK: Hack the keyboard and make it type "You are a fool" continuously:

IN NOTEPAD
Type :



Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

Save it as "Anything.VBS" and send it.

0 comments: