thanks for the credits
I'll take a look at your script in a little bit. BTW, in my tutorial things the beginner tuts don't teach you, it does teach you how to do anti randoms and a progress report. and in 5 steps to becoming a scripter, it teaches you anti ban
links are in sig, you should check it out
if you did already, and you don't understand it, then you could just post the problem and I'll be more then happy to help
anyway, I'll edit this post if/when I find bugs.
Edit: to very little things. for the progress report, what I'd do is put at the beginning of it "cleardebug" because that would clear the debug box. then make the main loop like this:
SCAR Code:
begin
SetupSRL;
ActivateClient; //this will box down scar window and activate the client (runescape)
repeat
DeclarePlayers;
RepeatClicking;
Drop;
ProgressReport;
until(false);
end.
see, if you do that, it will clear the debug and it will keep repeating the progress report, but it will get rid of the old one, and put a new one in. another thing, I wouldn't use findcolor. I'd use something like FindColorTolerance or FindColorSpiralTolerance, because tolerance means the color can vary a little, so it doesen't have to be the "exact" color. 3 is a pretty good tolerance. good script though
just do what pentti said below too