This VBS file will type whatever you choose over and over on any text field you have selected. This serves no real reason but to play a joke on someone.
1. Open Notepad and type:
2. Save as .vbs.
(You can edit the "You are a fool." in my code to whatever you like.)
1. Open Notepad and type:
| Set wshShell = wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "You are a fool." loop |
2. Save as .vbs.
(You can edit the "You are a fool." in my code to whatever you like.)