Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Ao se registrar conosco, você poderá discutir, compartilhar e enviar mensagens privadas com outros membros da nossa comunidade.
Inscreva-se agora!$${
toggle(a); if(!a); log(off); stop; endif; log(on);
log("abra um bau!");
do(); until(%GUI%=="GUICHEST");
do();
for(#slot,54,89);
ifmatches(%ITEM%,"[a-zA-Z]");
getslotitem(%#slot%,&oq);
else;
getslotitem(%#slot%,#oq);
set(&oq,"%#oq%");
endif;
ifmatches(%&oq%,"^52$|^mob_spawner$");
slotclick(%#slot%,l,true);
wait(3t);
endif;
next;
wait(500ms);
until(%GUI%!="GUICHEST");
log("bau fechado!");
toggle(a);log(off);
}$$
considerando q seja um baú duplo...
Código:$${ toggle(a); if(!a); log(off); stop; endif; log(on); log("abra um bau!"); do(); until(%GUI%=="GUICHEST"); do(); for(#slot,54,89); ifmatches(%ITEM%,"[a-zA-Z]"); getslotitem(%#slot%,&oq); else; getslotitem(%#slot%,#oq); set(&oq,"%#oq%"); endif; ifmatches(%&oq%,"^52$|^mob_spawner$"); slotclick(%#slot%,l,true); wait(3t); endif; next; wait(500ms); until(%GUI%!="GUICHEST"); log("bau fechado!"); toggle(a);log(off); }$$
essa macro aí eu fiz na hora mas aposto q já fiz alguma igual pra ti ehueheuheuhEssa eu conheço em xD