http://dofus.com
Just looking for a basic Farmer for dofus..
Clicks on *wheat* and then clicks Reap.
i tried making/editing one but was having issues..:x
it seems to like to *Stop* and sometimes only clicks in a small radius around it:x
Code:program New; var x, y, z: integer; Procedure Kolor; begin z:=700+random(700); if FindColor(x, y, 1236983, 100, 100, 1270, 778) then begin MoveMouseSmooth(x, y); wait(100); clickmouse(x,y,true); wait (500); ClickMouse(x+28, y+45, true); wait(14000); end; end; begin repeat wait(1000); Kolor; until(false); end.
That is it... if you have any idea's perhaps post:x


Reply With Quote










