Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. $${
  2. if(autoattacker);
  3. log("&2[Macro] &fAutoAttacker has stopped");
  4. unset(autoattacker);
  5. echo("/plot toggle mobs");
  6. stop();
  7. else;
  8. log("&2[Macro] &fAutoAttacker has started");
  9. set(autoattacker);
  10. echo("/home BlazeFarm");
  11. echo("/plot toggle mobs");
  12. do;
  13. if((XPOS = 5429) && (YPOS = 35) && (ZPOS = -7976));
  14. do;
  15. slot(1);
  16. key(attack);
  17. wait(1ms);
  18. while((XPOS = 5429) && (YPOS = 35) && (ZPOS = -7976));
  19. else;
  20. echo("/home BlazeFarm");
  21. echo("/msg Nemo202 I have been moved from the BlazeFarm.");
  22. echo("/msg Nemo202 Resetting...");
  23. wait(5);
  24. endif;
  25. loop;
  26. endif;
  27. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement