Is this macro possible/legal to use?

Started 11 Mar 2019
by DinoTriz
in Tavern
I want to make a macro that essentially cycles through like 5-7 keys with each press of a single mouse button.

So each time I press the mouse button it hits a different button in the series. " (mouse button press) F1 (mouse button press again) F2 (mouse button press again) F3" etc...

According to the rules, it appears to be legal:

"It is allowed to bind multiple actions to a key, however, delays, repeats, and conditions are strictly forbidden as well as any other means that allow unattended game-play"

But is this possible? I'm guessing it is with AHK?
Mon 11 Mar 2019 3:40 PM by Joc
Appears to be a delay in that all buttons are not pressed at the same time. If I'm understanding you correctly.
Mon 11 Mar 2019 3:43 PM by DinoTriz
Joc wrote:
Mon 11 Mar 2019 3:40 PM
Appears to be a delay in that all buttons are not pressed at the same time. If I'm understanding you correctly.

I always assumed 'delays' were intentionally programmed delays in the macro. Not physical delays.
Mon 11 Mar 2019 4:05 PM by lurker
Yes this is fine. You have no delays or loops and each action is started by a physical key press.

You would need to use an external program to accomplish it. AHK is probably the best known one.

If you want some assistance in understanding how to write it, feel free to send me a PM.
This topic is locked and you can't reply.

Return to Tavern or the latest topics