AutoArmor Macro liberada ! ^^
Sem bags e complicaçoês
Para quem não sabe usar procura se enformar com amigos e etc
Bom proveito !
meu canal : www.youtube.com/c/paydaytio
$${
if(set);
unset(set);
log(o);
stop;
else;
#capacete=0;
#peitoral=0;
#calca=0;
#bota=0;
set(set);
log();
do;
if(%#capacete%=4);
log(&3Troca de set &4&lENCERRADO &3Por falta de capacete);
stop;
endif;
if(%#peitoral%=4);
log(&3Troca de set &4&lENCERRADO &3Por falta de peitoral);
stop;
endif;
if(%#calca%=4);
log(&3Troca de set &4&lENCERRADO &3Por falta de calça);
stop;
endif;
if(%#bota%=4);
log(&3Troca de set &4&lENCERRADO &3Por falta de botas);
stop;
endif;
wait(100ms);
if(%HELMDURABILITY%<50);
wait(20ms);
log(&3trocando de &4Capacete);
inc(#capacete,1);
gui(inventory);
slotclick(9);
slotclick(5);
slotclick(27);
slotclick(18);
slotclick(9);
gui;
endif;
if(%CHESTPLATEDURABILITY%<50);
wait(40ms);
inc(#peitoral,1);
gui(inventory);
slotclick(10);
slotclick(6);
slotclick(28);
slotclick(19);
slotclick(10);
gui;
endif;
if(%LEGGINGSDURABILITY%<50);
wait(60ms);
inc(#calca,1);
gui(inventory);
slotclick(11);
slotclick(7);
slotclick(29);
slotclick(20);
slotclick(11);
gui;
endif;
if(%BOOTSDURABILITY%<50);
wait(80ms);
inc(#bota,1);
gui(inventory);
slotclick(12);
slotclick(8);
slotclick(30);
slotclick(21);
slotclick(12);
gui;
endif;
loop;
endif;
}$$