Jeez....Simba Code:Function ChopRoot:Boolean; //Root Chopping
var
x, y, rootCount: Integer;
begin
if FindObjCustom(x, y, ['hop', 'Chop', 'op'], [8711319], 20) then
begin
writeLn('We found something to cut');
MoveMouse(x, y);
GetMousePos(x, y);
ClickMouse(x, y, 1);
ReleaseMouse(x, y, 1);
WaitUptext('Collect', (100));
end;
End;
nothing at all happens...
Simba Code:begin //main
ActivateClient;
ChopRoot;
end. //main





Reply With Quote









