Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $${
- if(cd);
- log("&4[MACRO] &2Correr Com Inventário e /bau Aberto [&4OFF&2]");
- unset(cd);
- stop();
- else;
- log("&4[MACRO] &2Correr Com Inventário e /bau Aberto [ON]");
- set(cd);
- do;
- if(KEY_W);
- sprint;
- endif;
- //correndo com /bau
- ifmatches(%GUI%,Chest);
- keydown(forward);
- sprint;
- else;
- endif;
- //correndo com inventário
- ifmatches(%GUI%,Inventory);
- keydown(forward);
- sprint;
- else;
- endif;
- //correndo com chat aberto
- ifmatches(%GUI%,Chat);
- keydown(forward);
- sprint;
- else;
- endif;
- loop;
- }$$
Add Comment
Please, Sign In to add comment