SCAR Code:{.include srl/srl.scar}
var
yewcolor1 : integer;
begin
yewcolor1:= DTMFromString('78DA634C666260D0626440061E218A0CDC401' +
'A24FA1F080029050557');
repeat
wait(random(1000)+4000);
if finddtm(yewcolor1,x,y,0,0,509, 330) then
begin
mmouse(x, y, 0, 0);
wait(200+random(100));
if isuptext('Yew') then
begin
mouse(x,y,0,0,true);
wait(200+random(200));
end;
end;
Until invcount = 28;
end.
why doesn't that work?
it moves to a tree, then starts clicking on game tab 4.



Reply With Quote








....I must be learning somthing then!
