Guest User

Untitled

a guest
Jun 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ;//////////////////////////////////////////////////
  2. ;//Sword WW + PA Load & WW/////////////////////////
  3. ;//////////////////////////////////////////////////
  4.  
  5. `::
  6. {
  7. If (A_PriorHotkey=A_ThisHotkey && A_TimeSincePriorHotkey<400)
  8. {
  9. Send 4 ; PoleArm (Key Pressed Twice)
  10. Sleep 200
  11. Send 9 ; PoleArm WW
  12. }
  13. Else
  14. Send !^` ; Sword WW (Key Pressed Once)
  15. Return
  16. }
Add Comment
Please, Sign In to add comment