Help Creating script

Ask gaming related questions (AHK v1.1 and older)
dougbetta
Posts: 1
Joined: 27 Jan 2021, 07:51

Help Creating script

27 Jan 2021, 08:17

Hey guys, rookie here.

I need a script that hits indicator up (⬆) and (Enter) after 45 minutes and loop. I coudn't find any script that looks like this at forum.

Thanks!
Rohwedder
Posts: 7713
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Help Creating script

27 Jan 2021, 10:01

Hallo,
try:

Code: Select all

#Persistent
SetTimer, Hit,% 45*60*1000
Return
Hit:
Send, {Up}{Enter}
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 23 guests