Guest User

Untitled

a guest
Dec 13th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ;sword/board + auto sprint
  2.  
  3. #IfWinActive, Darkfall Online ;only do this if Darkfall is the active window
  4. {
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6.  
  7.  
  8. ;f10 is set to sprint in Darkfall
  9. ~*w::
  10. send {f10 down}
  11. keywait w
  12. return
  13.  
  14. ;shift+e is set to sword in Darkfall, shift+t set to shield in Darkfall -- '+' means shift
  15. ~*+e::
  16. sleep, 650 ;change this sleep time based on your ping -- play around with it
  17. send +{t}
  18. return
  19.  
  20.  
  21. ;;;;;;;;;;;;;;;;;;;;;;;;;;
  22. }
  23. return
Add Comment
Please, Sign In to add comment