Begin
if findBitmapToleranceIn(specific_rock, X, Y, 12, 319, 524, 404, 20) then
begin
MoveMouse(626, 128);
wait(250);
ClickMouse(626, 128, mouse_left)
end;
end;
What's a good way to Click x +/- 5, and y +/- 5 around the coordinates above? And yes, I know this a bad method for walking![]()


Reply With Quote










