Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. $${
  2. if(bl);
  3. log("&4&l[&4%PLAYER%&4&l] &fDesligando macro de &e&lblaze");
  4. unset(bl);
  5. stop;
  6. else;
  7. log("&4&l[&4%PLAYER%&4&l] &fLigando macro de &e&lblaze");
  8. set(bl);
  9. endif;
  10. do;
  11. echo(/home blaze);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(3);until(((%XPOS%=105419)&&(%YPOS%=96)&&(%ZPOS%=99790)));
  16. do;keydown(forward);look(north);until(%ZPOS%<99779);keyup(forward);
  17. do;keydown(forward);look(west);until(%XPOS%<105406);keyup(forward);
  18. look(160,0);wait(50ms);
  19. #t1=0;do;#p=0;ifmatches(%HIT%,PLAYER);#p=1;endif;wait(100ms);inc(#t1);if(%#t1%>50);break;endif;until(%#p%=0);
  20. key(attack);wait(50ms);
  21. endif;
  22. ifmatches(%HITNAME%,Blaze);wait(7);do(5);key(attack);wait(1ms);loop;endif;
  23. loop;
  24. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement