Skip to main content
Hit Enter Key Continuously
Amazing trick to press enter continuously without touching keyboard enter key
Step 1 - Open Notepad
Step 2 - Copy below Code:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Step 3 - save it .vbs file
Comments
Post a Comment