Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $${
  2. IF(fishing);
  3. LOG("&3&l[Macro] &2&lMacro de pesca finalizado. ");
  4. toggle(fishing);
  5. STOP;
  6. ELSE;
  7. LOG("&3&l[Macro] &2&lMacro de pesca iniciado. ");
  8. toggle(fishing);
  9. DO;
  10. if(%DURABILITY%>15);
  11. PICK(346);
  12. KEY(USE);
  13. WAIT(260ms);
  14. else;
  15. key(use);
  16. wait(3T);
  17. ECHO("/reparar");
  18. wait(3t);
  19. endif;
  20. LOOP;
  21. endif;
  22. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement