SCAR Code:
begin
Wait(3000 + Random(1000));
Mouse(255 + Random(5), 400 + Random(5), 5, 5, False);
ClickOption('Cook All', 3);
end else
repeat
MarkTime(ShrimpMarker);
RaiseLevel;
TimeFromMark(ShrimpMarker)
CookFight;
TimeFromMark(ShrimpMarker)
AntiRandoms;
TimeFromMark(ShrimpMarker)
if (RandomHappened) or
(FoundCookFight) or
(RaisedLevel) then
begin
Wait(10000 + Random(5000));
RandomHappened := False;
FoundCookFight := False;
RaisedLevel := False;
Cooking;
end;
AntiBans;
until(TimeFromMark(ShrimpMarker) > 60000)
What does "TimeFromMark(ShrimpMarker)" do?
And nice job with the script, like the form.