Guest User

Untitled

a guest
Aug 17th, 2015
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. $${
  2. if(rorzgamer);
  3. log("&b[MACRO] &aUpaRep &6by &bRorzGamer &4[OFF]");
  4. unset(rorzgamer);
  5. stop();
  6. else;
  7. log("&b[MACRO] &aUpaRep &6by &bRorzGamer &2[ON]");
  8. set(rorzgamer);
  9. &dir=%DIRECTION%;
  10. ifmatches(%&dir%,N);&dir=NORTH;endif;
  11. ifmatches(%&dir%,S);&dir=SOUTH;endif;
  12. ifmatches(%&dir%,E);&dir=EAST;endif;
  13. ifmatches(%&dir%,W);&dir=WEST;endif;
  14. DO;
  15. look(%&dir%);
  16. look(,60);
  17. pick(leaves);
  18. KEY(use);
  19. wait(1ms);
  20. pick(shears);
  21. if(%DURABILITY%<30);
  22. look(,90);
  23. log("&b[MACRO]&6 Reparando!");
  24. wait(500ms);
  25. key(use);
  26. wait(1);
  27. if(%DURABILITY%<20);
  28. log("&b[MACRO] &aUpaRep &6by &bRorzGamer &4[OFF]");
  29. log("&b[MACRO] &cSem &7ferro &cpara reparar!");
  30. unset(rorzgamer);
  31. stop();
  32. endif;
  33. log("&b[MACRO] &6Tesoura reparada com sucesso!");
  34. log("&b[MACRO] &6Voltando!");
  35. endif;
  36. KEY(attack);
  37. LOOP;
  38. endif;
  39. }$$
Advertisement
Add Comment
Please, Sign In to add comment