Guest User

Untitled

a guest
Jul 9th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. $${
  2. if(cd);
  3. log("&4[MACRO] &2Correr Com Inventário e /bau Aberto [&4OFF&2]");
  4. unset(cd);
  5. stop();
  6. else;
  7. log("&4[MACRO] &2Correr Com Inventário e /bau Aberto [ON]");
  8. set(cd);
  9. do;
  10. if(KEY_W);
  11. sprint;
  12. endif;
  13. //correndo com /bau
  14. ifmatches(%GUI%,Chest);
  15. keydown(forward);
  16. sprint;
  17. else;
  18. endif;
  19. //correndo com inventário
  20. ifmatches(%GUI%,Inventory);
  21. keydown(forward);
  22. sprint;
  23. else;
  24. endif;
  25. //correndo com chat aberto
  26. ifmatches(%GUI%,Chat);
  27. keydown(forward);
  28. sprint;
  29. else;
  30. endif;
  31. loop;
  32. }$$
Add Comment
Please, Sign In to add comment