22 January, 2012

Trick Write “You are a fool” Continuously

Write “You are a fool” Continuously

Not much to explain, the title says it all! Follow the following steps:


* Open Notepad.
* Paste the following code in the notepad file:

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

* Save the file with any name but with .vbs extension and close it.

Open the file and see how it makes you type!
NOTE: In order to stop it. open task manager and end the wscript.exe process.

No comments:

Post a Comment