Guest User

Untitled

a guest
Jun 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1.  
  2. ; Scripts operate only when Darkfall is the active window.
  3. #IfWinActive, Darkfall Online
  4.  
  5.  
  6. ~RButton::
  7. send, {u}
  8. sleep 20
  9. Send, {LButton Down}
  10. Send, {LButton up}
  11. send, {y}
  12. sleep 20
  13. Send, {LButton Down}
  14. Send, {LButton up}
  15. send, {j}
  16. sleep 20
  17. Send, {LButton Down}
  18. Send, {LButton up}
  19. send, {k}
  20. sleep 20
  21. Send, {LButton Down}
  22. Send, {LButton up}
  23. send, {l}
  24. sleep 20
  25. Send, {LButton Down}
  26. Send, {LButton up}
  27. return
Add Comment
Please, Sign In to add comment