Skip to content

Instantly share code, notes, and snippets.

@reisir
Created January 18, 2022 18:49
Show Gist options
  • Save reisir/6c0685b361aab55826cef4a14bdb0a04 to your computer and use it in GitHub Desktop.
Save reisir/6c0685b361aab55826cef4a14bdb0a04 to your computer and use it in GitHub Desktop.
Destiny 2 Hunter Eager Edge Shatterdive Skate AHK Macro
#SingleInstance force
; You need to have a sword with the Eager Edge perk: https://www.light.gg/db/items/2077819806/
; and use Revenant Hunter w/ Shatterdive aspect, and either triple or strafe jump.
; If you use non-standard keybinds, edit the script accordingly.
; List of special keys: https://www.autohotkey.com/docs/KeyList.htm
#IfWinActive ahk_exe destiny2.exe
CapsLock::
Send 3 ; Switch to heavy weapon
Sleep 400 ; Wait for the sword to come out
Send {RButton} ; Heavy attack
Send {Space} ; Jump
Sleep 50 ; Wait before Shatterdive
Send X ; Shatterdive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment