tenho um igual a esse aqui ele corre com inventario aberto e tambem e sprint :
$${
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;
}$$
não me lembro de quem e o macro ;p