*Codigo Para OnChat:
$${
ifmatches(%CHATCLEAN%,"por ter ajudado a acabar com o mal!");
inc(@#kill,1);
setlabel(CheckMob,&2[&fMobs&2] Mortos :&f %@#kill%,CheckMob);
endif;
}$$
*Codigo Para Tecla:
$${
&per1="§4» §f Resetar Label §4«,§4» §f Criador §4«,§4» §f Sim Resetar §4«,§4» §f Nao Resetar §4«,§4» §f Auto Click - §2 On§f/§cOff §4«";
PROMPT(&resposta,"$$[Escolha[%&per1%]]");
#iniciar=0;
ifmatches(%&resposta%,§4» §f Resetar Label §4«);
if(%#iniciar=1%);
log( );
log( );
log(&4[»&cMacro&4] Utilize Somente As Alternativas Possiveis &4!);
log( );
log( );
endif;
endif;
ifmatches(%&resposta%,§4» §f Criador §4«);
if(%#iniciar=2%);
log( );
log( );
log(&4[»&cMacro&4] Criada Por &fRRonan &4!);
log( );
log( );
endif;
endif;
ifmatches(%&resposta%,§4» §f Sim Resetar §4«);
if(%#iniciar=3%);
@#kill = 0;
setlabel(CheckMob,&4[»&cMobs&4] Mortos&4:&f %@#kill% &4!,CheckMob);
wait(1);
log( );
log(&c»&4Mobs Resetados !);
log( );
endif;
endif;
ifmatches(%&resposta%,§4» §f Nao Resetar §4«);
if(%#iniciar=4%);
log( );
log(&c»&4Continuando Contagem !);
log( );
break;
endif;
endif;
ifmatches(%&resposta%,§4» §f Auto Click - §2 On§f/§cOff §4«);
if(autousing);
log("&4[»&cAuto Click&4] &fCheck Mob&4: &4[Off] &4!");
unset(autousing);
stop();
else;
log("&4[»&cAuto Click&4] &fCheck Mob&4: &4[&2On&4] &4!");
set(autousing);
do;
key(attack);
wait(10t);
loop;
endif;
endif;
}$$