Created
June 30, 2022 14:12
-
-
Save abix-/db6ce2f9c120a685b7434dbd1ca5fc59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
#MaxThreadsPerHotkey 1 | |
; Critical strike + Circular strike + animation cancel | |
XButton1:: | |
send,{f1} | |
send,{f4} | |
sleep,450 | |
; prone | |
Send,x | |
Sleep,100 | |
; stand up | |
Send,x | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment