How to Create/Make Endless Enter ??
*This constantly makes it so the enter button is being pressed continuesly*
Code:-
Set wshShell = wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
open notepad and write the following code and save them as (name.bat) file.
_________________________
_________________________
Related Posts
Subscribe Our Newsletter
0 Comments to "How to Create/Make Endless Enter ??"
Post a Comment