Advertisement
tabnation

valhiem autoskills

Feb 25th, 2021
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. f1:: ; JUMP SKILL
  2. loop{
  3. send {space}
  4. sleep 2000
  5. }
  6.  
  7. f2:: ; CLUB THEN ONCE CLUB BREAKS FIST SKILLS
  8. loop{
  9. click
  10. sleep 2000
  11. }
  12.  
  13. F3:: ;SWIM OR RUN SKILL
  14. send {shift down}
  15. loop{
  16. send {w down}
  17. sleep 5000
  18. send {w up}
  19. send {s down}
  20. sleep 5000
  21. send {s up}
  22. sleep 10000
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement