Facebook
From Gracious Parrot, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 133
  1. $${
  2. IF(fishing);
  3. LOG("&3&l[Macro] &4&lPesca Livros Finalizada by &5[&fziKawe&5]. ");
  4. toggle(fishing);
  5. STOP;
  6. ELSE;
  7. LOG("&3&l[Macro] &4&lPesca Livros iniciada by. &5[&fziKawe&5] ");
  8. toggle(fishing);
  9. DO;
  10. if(%DURABILITY%>15);
  11. PICK(346);
  12. KEY(USE);
  13. WAIT(130ms);
  14. else;
  15. echo("/reparar");
  16. look(,-180)
  17. key(use);
  18. wait(130ms);
  19. key(use);
  20. wait(130ms);
  21. endif;
  22. LOOP;
  23. endif;
  24. }$$
  25.