Ask Question

Autohotkey, press Space every 2 minutes in specific Window

I need to get my code changed so that it presses Space every 2min in a specific game window.

loop

{

sendinput {space}

sleep, 120000

}

return



esc::

exitapp

return

Thank you in advance :)

autohotkeyscript

1322 views

Author´s zanglgregor image

zanglgregor

👀
2
Last edited on

No answers available yet.