heres my code so far not much just getting it started i will add anti randoms auto talk later but i need to get it to compile first please help...
Updated Script!!
I think i need to set up a var for x and y but idk if thats right...Code:program PowerChopper; {.include SRL/SRL.scar} const Normal=2373688; //change if it doesnt find tree procedure FindNormalTree; begin repeat if(FindColor(x,y,Normal,587,397,0,0))then MMouse(x,y,0,0); Wait(100+random(70)); Mouse(x,y,0,0,True); Wait(600+random(300)); until(InvFull); end; begin DropAll; end; begin SetupSRL; repeat RepeatClicking; drop; until(false); end.
The error: Line 9: [Error] (9:14): Unknown identifier 'x' in script




Reply With Quote








