AH doesn't seem to work on my game

Ask gaming related questions (AHK v1.1 and older)
barryalen1992
Posts: 1
Joined: 22 Jun 2018, 01:53

AH doesn't seem to work on my game

22 Jun 2018, 02:00

Game name is aura kingdom. It doesn't respond when I set those right keys up.
Last edited by barryalen1992 on 27 Sep 2019, 01:30, edited 1 time in total.
icuurd12b42
Posts: 202
Joined: 14 Aug 2016, 04:08

Re: AH doesn't seem to work on my game

23 Jun 2018, 05:27

run the script as administrator
some games will not respond to a simple Send Character command, you may need send Key down, then a sleep, then a Key up
examples from
https://autohotkey.com/docs/commands/Send.htm
Send {b down}{b up}
Send {TAB down}{TAB up}
Send {Up down} ; Press down the up-arrow key.
Sleep 1000 ; Keep it down for one second.
Send {Up up} ; Release the up-arrow key.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 67 guests