thanks in advanced!Code:program Autotwc; //by rjj95 aka thehatered Var X,Y: Integer; begin //click tree icon wait(500); FindColorTolerance(X,Y,292097,516,0,760,170,3) wait(200); movemouse(x, y); wait(200); ClickMouse(x, y, Mouse_Left); wait(2000); //click tree FindColorTolerance(X,Y,2839929,7,46,490,305,15) wait(200); movemouse(x, y); wait(300); ClickMouse(x, y, Mouse_Left); wait(4500); //click tinderbox FindColorTolerance(X,Y,7039862,689,427,721,460,15) wait(200); movemouse(x, y); wait(300); ClickMouse(x, y, Mouse_Left); wait(100); //clicklogs FindColorTolerance(X,Y,2509932,552,205,732,463,10) wait(300); movemouse(x, y); wait(400); ClickMouse(x, y, Mouse_Left); wait(200); end.




Reply With Quote




