Endless Enter




This will constantly automatically press the "Enter" button
Copy and paste the code in notepad:
Set wshShell = wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
Save the file as anything.bat

Comments

Popular Posts