Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #SingleInstance Force
- #IfWinActive ahk_exe DDDA.exe
- F5::Suspend
- F6::ExitApp
- ;Pressing F5 will pause the script
- ;Pressing F6 will close the script
- ;Clicking the middle mouse button will loose a normal arrow when you're in your secondary weapon's skills
- ;M will open your map
- ;C will open your equipment
- ;J will open your quest log
- MButton::F
- m::
- Send {Escape}
- Sleep 350
- Send {Enter}
- return
- c::
- Send {Escape}
- Sleep 350
- Send {Right}
- Sleep 100
- Send {Enter}
- return
- j::
- Send {Escape}
- Sleep 350
- Send {Left}
- Sleep 100
- Send {Enter}
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement