Wednesday, 18 July 2012

Make Your Keyboard Type Message Continuously

By using this trick allow your colleagues to type the message contionously.this is really funny and harmless Open Notepad, copy the code given below which is blue coloured  and save the file as Tricks.vbs or *.vbs.

if you want to stop this you need to restart your computer




Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop

0 comments: