Advertisement
Guest User

macro de herbalismo

a guest
Feb 7th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $${
  2. if(playmod)
  3. unset(playmod);
  4. log(&6[!] Macro de Herbalismo &4&l[DESLIGADO]);
  5. stop;
  6. else;
  7. log(&6[!] Macro de Herbalismo &2&l[LIGADO]);
  8. ACHIEVEMENTGET(Upando Herbalismo!,338:338);
  9. log(&6***&3Desenvolvido por &c&lPlayMod&6***);
  10. }$$
  11. /g
  12. $${
  13. set(playmod);
  14. endif;
  15. do;
  16. pick(338);
  17. look(+0,90);
  18. do;
  19. key(attack);
  20. while(%HITID%=1);
  21. wait(50ms);
  22. key(use);
  23. loop;
  24. endif;
  25. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement