Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. $${
  2. if(bl);
  3. log("&4&l[&4%PLAYER%&4&l] &fDesligando macro de &e&lwhiter");
  4. unset(bl);
  5. stop;
  6. else;
  7. log("&4&l[&4%PLAYER%&4&l] &fLigando macro de &e&lwhiter");
  8. set(bl);
  9. endif;
  10. do;
  11. echo(/home wither);wait(4);gui(inventory);wait(1);getslotitem(35,#ch);gui();
  12. if(%DURABILITY%<300);echo(/fix all);wait(1);endif;
  13. if(%#ch%!=0);
  14. do;echo(/warp lojavip);
  15. wait(1);
  16. until((%XPOS%=105419)&&(%YPOS%=96)&&(%ZPOS%=99790));
  17. do;
  18. look(NORTH);
  19. WALKTO(105419,96,99779);
  20. UNTIL((%XPOS%=105419) && (%YPOS%=96) && (%ZPOS%=99779));
  21. do;
  22. look(WEST);
  23. WALKTO(105406,96,99779);
  24. UNTIL((%XPOS%=105406) && (%YPOS%=96) && (%ZPOS%=99779));
  25. look(SOUTH);
  26. look(179,1);
  27. wait(50ms);
  28. #t1=0;
  29. do;
  30. #p=0;
  31. ifmatches(%HIT%,PLAYER);
  32. #p=1;
  33. endif;
  34. wait(100ms);
  35. inc(#t1);
  36. if(%#t1%>50);
  37. break;
  38. endif;
  39. until(%#p%=0);
  40. key(attack);
  41. wait(50ms);
  42. endif;
  43. ifmatches(%HITNAME%,Wither);
  44. wait(100);
  45. do(200);
  46. key(attack);
  47. wait(1ms);
  48. loop;
  49. endif;
  50. loop;
  51. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement