My first one
Code:program New;
{.include SRL/SRL.scar}
begin
setupSRL;
DisguiseScar('xXx - new nude girls!!!');
writeln('Tab ' + IntToStr(GetCurrentTab()));
GameTab(10);
writeln('we changed tab to log out');
if(FindColorTolerance(x, y, 16777215, MIX1 + 20, MIY1 +20, MIX2 +20, MIY2 +20, 3) = true) then
begin
MoveMouseSmoothEx(x, y, 10, 20, 45, 20, 20);
wait(random(200) +20);
ClickMouse(x + 3, y + 3, true);
Writeln('Login out');
end;
end.
