AHK Macros

Started 15 Jun 2019
by ExcretusMaximus
in Support Center
5. Hotkeys to auto queue attacks or spells, or any other action which we determine as an unfair advantage to your character.
(It is allowed to bind multiple actions to a key, however, delays, repeats, and conditions are strictly forbidden, as well as any other action that allows unattended game-play)

So is a simple macro which simulated three key presses (but has no delays, repeats, or conditions) for queueing styles legal or not?

EXAMPLE:
2::
{
send, {0}{9}{8}
}
return
Sat 15 Jun 2019 2:50 PM by lurker
Legal....

Btw, you don’t need {}

Just...

Send 098

Will work.

You will need to use [forbidden] for the game to recognise the order you send the keys in. Otherwise it receives them all on one frame and the order will just be random.

[forbidden]

At the top of your script.

What you can’t do is:

Send 1
Sleep 3000
Send 2

Edited by Ashok
This topic is locked and you can't reply.

Return to Support Center or the latest topics