Rapid Fire on button?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
JustUs3r
Posts: 21
Joined: 22 Apr 2018, 09:49

Rapid Fire on button?

14 Aug 2018, 07:50

How to do rapid fire on "J" button?

Code: Select all

j::
While GetKeyState("j", "P")
{
Send, {j down}
sleep, 10
Send, {j up}
return
}
Can someone help me to finish this script or rewrite?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: filipemb, mikeyww and 271 guests