Yeah, here's the updated code:
Simba Code:
program Alcher;
{$i srl/srl.simba}
Procedure AntiBan;
begin
{Insert antiban here}
{If you need help....}
{just PM me...........}
end;
Procedure alch;
var
x, y:integer;
begin
If (Not(FindNormalRandoms)) then
Begin
if findcolorspiraltolerance(x, y, 226957, 568, 370, 580, 382, 5) then
mouse(x, y, 3, 3, 1);
wait(randomrange(100, 213));
mouse(x, y, 3, 3, 1);
wait(randomrange(1612, 2136));
end;
end;
begin
setupSRL
repeat
Alch
AntiBan;
until(false);
end.
What I edited:
FindNormalRandoms= SRL's compilation of random events
& AntiBan procedure!