Hey, something is wrong with this code...
SCAR Code:
Procedure SearchPickHead; //**** By the Godfather
var ix, iy, px, py, hx, hy: integer;
begin
if(findDTM(phandle, px, py, 555, 200, 700, 285))then
begin
FindColor(hx,hy,5663,10,20,500,325)
or
FindColor(hx,hy,10814,10,20,500,325)
or
FindColor(hx,hy,11844,10,20,500,325)
or
FindColor(hx,hy,9783,10,20,500,325)
Mouse(hx,hy,2,4,true);
wait(400+random(200));
FindDTM(phead, ix, iy, 555, 200, 735, 460);
Mouse(ix,iy,4,5,true);
Mouse(px,py,3,4,true);
end;
end;
i did something wrong at.....
PHP Code:
begin
FindColor(hx,hy,5663,10,20,500,325)
or
FindColor(hx,hy,10814,10,20,500,325)
or
FindColor(hx,hy,11844,10,20,500,325)
or
FindColor(hx,hy,9783,10,20,500,325)
I did something wrong there, and i dont kno hwo to fix. Im pretty sure someone can see it right off the bat.