Advertisement
Guest User

gggffggf

a guest
Feb 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. $${
  2. if(wither);
  3. unset(wither);
  4. log(Macro de wither off);
  5. stop();
  6. else;
  7. set(wither);
  8. #q=0;
  9. log(Macro de wither on);
  10. #time=200;
  11. do;
  12. echo(/home w);
  13. wait(%#time%);
  14. do;
  15. if(%DURABILITY%<200);look(45,90);key(use);wait(50ms);key(use);endif;
  16. look(45,310);key(attack);wait(100ms);until(%@g%=1);
  17. wait(4);gui(inventory);wait(2);getslotitem(35,#id,#stack);gui();
  18. if(%#id%=399);
  19. do;echo(/warp lojavip);look(0,0);do(20);keydown(forward);look(330,0);loop;
  20. keyup(forward);
  21. look(270,0);key(attack);wait(500ms);echo(/home no);wait(3);
  22. gui(inventory);wait(100ms);getslotitem(35,#id2,#st2);gui();if(%#id2%=399);#c=1;else;#c=2;endif;
  23. log(%#c%);
  24. until(%#c%=2);
  25. endif;loop;endif;
  26. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement