Xbox 360 Joystick Macro not working Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Guest

Xbox 360 Joystick Macro not working  Topic is solved

26 Feb 2018, 13:00

Hey, I am trying to make a macro for one of my games but it does not work and i dont know the problem.
Anyone know where i went wrong?
My code is down below

Code: Select all

F4::
doThing := true
if (doThing)
{
goto, Start
}
Start:
Sleep, 5000
Send {Joy4 down}
Sleep, 250
Send {Joy4 up}
Sleep, 180000
Send {Joy2 down}
Sleep, 5000
Send {Joy2 up}
Sleep, 120000
Send {Joy4 down}
Sleep, 250
Send {Joy4 up}
Sleep, 180000
Send {Joy2 down}
Sleep, 5000 
Send {Joy2 up}
Sleep, 120000
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 67 guests