Tuesday 1 July 2014

Type “You are a fool” Continuously

Not much to explain, the title says it all! Follow the steps to make this trick work:

  • 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

  • You can also change what the program will display on the screen...by putting your own text in place of You are a fool. and replacing ti with your own text.
  • Save the file with any name but with ".vbs" extension and close it.
  • Open the file and see how it makes you type!

No comments:

Post a Comment