Back to Top

Tuesday 5 March 2013

Make your friend write "You are a fool" continuously

Open the notepad and paste the following code
Code :

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

Save it as anything.bat and run it on your friend's PC.
This will do your work.