SCAR Code:
program FlaxPicker;
{.include SRL/SRL.scar}
Const
NameofPlayer='';//Name of player
Password='';//Password
Flax= 14670464;
Var
a, b: integer;
Procedure Login;
Begin
Wait(500);
MMouse(466,292,1,1);
wait(500);
Mouse(466,292,1,1,true);
Wait(500)
MMouse(347,262,1,1);
wait(750);
TypeSend(NameofPlayer);
wait(625);
MMouse(351, 278, 1, 1);
Wait(1000);
TypeSend(password);
Wait(570);
Mouse(295, 322, 2, 2, true);
end;
Function FindFlax : Boolean;
Begin
Repeat
if(findColor(a,b,Flax,132,224,631,545)) then
result:= true;
Until (IsUpText('Flax'))
end;
Begin
Login;
wait(500)
end.
I changed your script a bit.
Now its less detectable, but it still does the same thing basically. :]