Sunday, June 18, 2017

AHK scripts for some moves in GGXX AC+R

Some moves are stupidly hard to pull off, but still needed in the 20+ combo mission on Gold Potemkin, so I've wrote some scripts for them.
v:: ; Jam's 100 hits combo
SendInput {right down}
Sleep 17
SendInput {left down}{right up}
Sleep 17
SendInput {right down}{left up}
Sleep 17
SendInput {right up}
Sleep 17

SendInput {left down}
Sleep 33
SendInput {down down}
Sleep 33
SendInput {left up}
Sleep 33
SendInput {right down}
Sleep 33
SendInput {down up}
Sleep 33
SendInput {right up}
Sleep 33

SendInput {f down}{g down}
Sleep 17
SendInput {f up}{g up}
Sleep 17
Return
==========
v:: ; Dizzy's IK - To activate this script, use the Respect command, then double press the script key
SendInput {down down}
Sleep 2000 ; Need 2 seconds of charging before buffering the inputs.
SendInput {down up}{up down}
Sleep 33
SendInput {up up}{left down}
Sleep 33
SendInput {left up}{right down}
Sleep 33
SendInput {right up}{down down}
Sleep 33
SendInput {down up}
Sleep 33
SendInput {f down}{j down}
Sleep 33
SendInput {f up}{j up}
Return

No comments:

Post a Comment