Macro bem simples, Ele ira contar de 3,2,1 até goo!
>> Funciona para VIP e Não-VIP (Caso Não seja VIP, a Contagem não terá Cores no Chat)
>> Está com o deley entre uma mensagem e a outra Correto (2 Segundos até enviar outra Mensagem)
>> Funciona para VIP e Não-VIP (Caso Não seja VIP, a Contagem não terá Cores no Chat)
>> Está com o deley entre uma mensagem e a outra Correto (2 Segundos até enviar outra Mensagem)
$${
toggle;
if(flag);
log(&3[%PLAYER%] &bContagem &2[ON]);
wait(1);
}$$&c[Contagem] &f3 &a<<$${
wait(2);
}$$&c[Contagem] &f2 &a<<$${
wait(2);
}$$&c[Contagem] &f1 &a<<$${
wait(2);
}$$&c[Contagem] &fGOO! &a<<$${
wait(25ms);
log(&3[%PLAYER%] &bContagem terminada &4[OFF]);
log(&3[Macro] &bDeveloped by &bInvsee);
toggle;
stop;
else;
log(&3[%PLAYER%] &bContagem &4[OFF]);
log(&3[Macro] &bDeveloped by &bInvsee);
stop;
endif;
}$$