Sunday 15 July 2012

MAKE YOUR KEYBOARD TYPE ANY MESSAGE CONTINUOUSLY: NOTEPAD TRICK OS – Windows

~ Copy and paste the code given below in Notepad and save the file as Tricks.vbs:

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

~ When this script is runned, it will start writing the text "This is a Virus. You have been infected." [without quotes] in any text editor opened like Notepad or Word etc.

~ You might need to restart your computer to stop this. Send this file to your friends as an email attachment to see the fun.

No comments:

Post a Comment