// Emergency Tool // This is for those having problems with color detection // Simply set Reps to how many dirt, limestone etc you want to pick // Place your pointer over the icon you want to click // Alt tab to actool (Dont move the mouse) // Press F2 // If you need more time between clicks.. increase Wait on line 17 Constants Reps = 3000 //Set to how many clicks to do XOrig = 0 YOrig = 0 MouseX = 0 MouseY = 0 Wait = 35000 //Time to wait between clicks End SetConst MouseX = {MouseX} SetConst MouseY = {MouseY} MousePos 100, 20 Delay 250 LeftClick MousePos 100, 100 Delay 2000 Loop $Reps Call Click End Procedure Click SetConst XOrig = {mousex} SetConst YOrig = {mousey} MousePos $MouseX, $MouseY Delay 250 Rightclick Delay 200 Mousepos $XOrig, $YOrig Delay $Wait End Bell Asterisk //Written with ACTool 5.3.0 by Anka