
Originally Posted by
Riley
Lol its fine, i couldnt do it i dont expect anyone else to be hard core on it lol.
Here's something that you might be able to use to detect if you have been teleported (Not really tested)
Simba Code:
function inRandom: Boolean;
begin
result := (CountColorTolerance(1138747, MMX1, MMY1, MMX2, MMY2, 25) > 200);
end;
procedure SolveRandom;
begin
writeln('Solving Random');
MouseBox(730,174, 753, 197, mouse_Left);
wait(RandomRange(600,1200));
MouseBox(614, 330, 621, 340, mouse_Left);
wait(RandomRange(1800,3200));
MouseBox(237, 428, 283, 434, mouse_Left);
wait(RandomRange(1800,3200));
writeln('SolveRandom finished');
end;
...
if (inRandom) then
SolveRandom;
Very very very badly coded as it's mainly blindclicking to solve it