The goal here is to wait until the offer completes and turns green like this. When that happens, I want to click there.
Here is what I tried and failed with:
Apologies for being dumb @ coding.Code:Function FindCompleteNature: Boolean; //x, y, 1999423, 54, 168, 152, 175, 0, 1000000000) : True; var x, y : Integer; begin; writeln('Waiting for nature runes buy to complete'); wait(500 + random (50)); if FindColorSpiralTolerance(x, y, 1999423 , 54, 168, 152, 175, 0) then MoveMouse(x, y); begin writeln('wewt'); Mouse(x, y, 0, 0, True); end; end;



Reply With Quote










