Here is my code I wrote fast, please excuse my standards...
SCAR Code:
program New;
var bumped:integer;
begin
repeat
GetApplication.Minimize;
repeat
ClearDebug;
Inc(Bumped);
WriteLn('Bumped! Total of '+Inttostr(bumped)+' bumps done!');
Disguise(Inttostr(bumped)+' bumps done.');
GetPage('a link on RS forums I am bumping automaticly... removed for the saftey of my user.');
Wait(Random(10000));
Wait(60000+Random(60000));
until(Bumped >= 9999);
Bumped := 1;
WriteLn('hi');
until(False);
Writeln('wdf');
end.
It usually after like 2 times, it just executes... ? What am I doing wrong?