I am updating my personal teleport tab making script to cut down on the amount of code to prevent less malfuctions. For some reason, the Mouse option below doesn't work and so doesn't the chooseoption.
The mouse function just slowly moves the mouse for like ever, it takes like 5 minutes for it to reach it's destination and once it right clicks the demon butler, it just sits there not clicking the option.Code:procedure More3; //MORE 3 var x, y:Integer; begin if FindColorSpiralTolerance(x, y, 2699577, 699, 439, 709, 451, 10) then begin if FindColorSpiralTolerance(x, y, 526344, 239, 182, 271, 194, 10) then begin WriteLn('more3'); Wait(4000 + Random(250)); Mouse(x, y, 1, 1, False); Wait(1000); ChooseOption('etch-from-bank'); Wait(1100); end; end; end;
Help would be appreciated.


Reply With Quote




