How do i make a rapidfire AHK for Controller?

Ask gaming related questions (AHK v1.1 and older)
seph32
Posts: 3
Joined: 12 Feb 2017, 20:30

How do i make a rapidfire AHK for Controller?

21 Oct 2017, 13:16

How do I make a rapidfire script for controller? I used the script I had and replaced the buttons with Joy2 but it didnt work.

Code: Select all

~5::
loop
{
  GetKeyState, ScrollLockState, ScrollLock, T
 
  if (ScrollLockState = "U") {
    break
  } else {
    Send 5
    Sleep, 10 ; Sleep for 20 msec
    GetKeyState, state, 5, P
    if state = U  ; The key has been released, so break out of the loop.
      break
  }
}
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 46 guests