Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. $${
  2. if(wither);
  3. log(&6&lDesligando &b&lMacro Wither &c&lby: kevin);
  4. unset(wither);
  5. stop();
  6. else;
  7. set(wither);
  8. log(&6&lLigando &b&lMacro Wither &c&lby: kevin);
  9. wait(100ms);
  10. echo(/sethome wither);
  11. do;
  12. wait(2);
  13. gui(inventory);
  14. wait(500ms);
  15. getslotitem(37,#idvara,#stackvara);
  16. if(%#idvara%=0);
  17. gui();
  18. log(&6&lDesligando &b&lMacro Wither &c&lby: kevin);
  19. unset(wither);
  20. stop();
  21. else;
  22. gui();
  23. log(&c&l[WITHER]&b&lIndo Para a &c&lLoja VIP &f!);
  24. do;
  25. echo(/lojavip);
  26. log("&c&l[WITHER] &b&lVerificando Se Voce esta na &c&lLoja VIP&f!")
  27. wait(2);
  28. until((%XPOS%=105205)&&(%YPOS%=85)&&(%ZPOS%=100089))
  29. log("&c&l[WITHER] &b&lVoce esta na &c&lLoja VIP&f!");
  30. do;
  31. keydown(forward);
  32. until(%XPOS%=105196);
  33. keyup(forward);
  34. wait(50ms);
  35. look(SOUTH);
  36. do;
  37. keydown(forward);
  38. until(%ZPOS%=100094);
  39. keyup(forward);
  40. wait(50ms);
  41. look(EAST);
  42. wait(100ms);
  43. key(attack);
  44. wait(100ms);
  45. log(&6&l[%PLAYER%]&b&lTerminou de vender as &c&lkevin's Stars =3);
  46. echo(/home wither);
  47. wait()
  48. endif;
  49. loop;
  50. ENDIF;
  51. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement