Sunday 3 February 2013

NOTEPAD TRICKS : Keyboard types Automatically

Open Notepad > Paste the Following code > Replace "This is a Virus" with Any Text > Save it as Trick.VBS

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

No comments:

Post a Comment