Skip to content

Instantly share code, notes, and snippets.

@abix-
Created June 30, 2022 14:12
Show Gist options
  • Save abix-/db6ce2f9c120a685b7434dbd1ca5fc59 to your computer and use it in GitHub Desktop.
Save abix-/db6ce2f9c120a685b7434dbd1ca5fc59 to your computer and use it in GitHub Desktop.
#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