Código:
$${
Toggle(zautoclick);
IF(zautoclick);
LOG("&f[&bzClicks&f] &cAutoclick &aLigado &9#zMatheus22");
////////////////////////
// //
// //
#delay = 17; //
#extrarandom = 4; // <<<< Altere aqui o Delay e o Extra random delay.
// //
// //
////////////////////////
#extra = 0;
#minimo = 1;
Do();
Random(#extra,%#extrarandom%,%#minimo%);
Key(attack);
wait(%#delay%ms);
wait(%#extra%ms);
Loop;
Else;
LOG(zautoclick off);
LOG("&f[&bzClicks&f] &cAutoclick &4Desligado &9#zMatheus22");
STOP;
ENDIF;
}$$