Type “You are a fool” Continuously USING NOTEPAD....
Open Notepad.
Paste the following code in the notepad file:
Open the file and see how it makes you type!
Paste the following code in the notepad file:
Set wshShell = wscript.CreateObject(“WScript.Shell”)Save the file with any name but with .vbs extension and close it.
do
wscript.sleep 100
wshshell.sendkeys “You are a fool.”
loop
Open the file and see how it makes you type!