Simba Code:
function FindDot: Boolean; //change to spiral or something
begin
Dot := BitmapFromString(9, 7, 'meJy7c0X4DiGkq/efgfE/VnFxCZAU' +
'A8MXNCmQIFicgeEWmhQjAxDcYmA4DGRgmgkUxCqOFQEAHABfEw==');
FindBitmapSpiralTolerance(Dot, x, y, 569, 93, 676,184, 15);
DeBugBitMap(Dot);
HumanMMouse(x, y, 2, 2);
ClickMouse2(True);
if DeBug then Writeln('Found dots, flag present');
if WaitNotMoving(false) then
repeat
if DeBug then Writeln('Still Moving');
Wait(500 +Random(750));
until(WaitNotMoving(true) or not FlagPresent);
if DeBug then Writeln('Not moving, should be on dot');
Result := True;
FreeBitMap(Dot);
Exit;
end;
Everytime I try to run this my mouse just goes to the top left corner of RS.