Macro for game

Ask gaming related questions (AHK v1.1 and older)
spencer
Posts: 8
Joined: 13 Jul 2018, 11:20

Macro for game

13 Jul 2018, 11:28

Hello


I'm tying to get a macro that has space space space and L on 1 key. With a delay of around 50-100 ms on each interval if possible?
grant
Posts: 323
Joined: 14 Oct 2015, 17:27

Re: Macro for game

16 Jul 2018, 02:37

Code: Select all

mindelay := 50
maxdelay := 100

1::
Random, delay , Mindelay, Maxdelay
setkeydelay, delay
send, {space 3}+l
setkeydelay, 0
return
spencer
Posts: 8
Joined: 13 Jul 2018, 11:20

Re: Macro for game

23 Jul 2018, 14:11

Thanks for the reply. Any chance you could get this macro on my attachments..:)?
Attachments
Screenshot (2).png
Screenshot (2).png (307.21 KiB) Viewed 1069 times
spencer
Posts: 8
Joined: 13 Jul 2018, 11:20

Re: Macro for game

23 Jul 2018, 17:47

Nm I figeured it out.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 73 guests