I have never used direct coord clicking before..
Line 17: [Error] (14466:19): Invalid number of parameters in script
SCAR Code:program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
repeat
if IsUpText('teal') then
begin
GetMousePos(x,y);
Mouse(x,y,2,2,true);
DropAll;
MMouse(321,129); //Coords of the tea stall I am stealing from
end;
wait(50);
until(False)
end.
This is just for partial AFK.. so I can do other things while I get some nooby theifing XP..
My error is very nooby.. please don't flame me..






Reply With Quote







