Trying to replicate a macro for a game in autohotkey Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Arbiter
Posts: 1
Joined: 15 Aug 2022, 11:30

Trying to replicate a macro for a game in autohotkey

Post by Arbiter » 15 Aug 2022, 11:38

image.png
Macro for game
image.png (112.43 KiB) Viewed 240 times
(replace "mouse button 1" with "B")
Can someone show me how to put the proper delays like the picture shows into a "Send qrB" command, thank you.

User avatar
mikeyww
Posts: 26854
Joined: 09 Sep 2014, 18:38

Re: Trying to replicate a macro for a game in autohotkey  Topic is solved

Post by mikeyww » 15 Aug 2022, 19:41

Welcome to this AutoHotkey forum!

Code: Select all

Send {q down}
Sleep, 40
Send {q up}
Click on a posted command to learn more about it.

Key names

Enjoy!

Post Reply

Return to “Gaming Help (v1)”