
Originally Posted by
Noumies
Hii im kind of new to this scar stuff and i got everything working except when i run it.. the smart logs in then it checks my axe then wc lvl then it says Tree not in declare players and String not in declare players
i did tell it to cut normal trees thought im confused
then it logs me out =S
You must not have filled it out properly. To cut normal trees you want it to look like this. Say my username is Coh3nisawesome, and the password is hello1.
SCAR Code:
with Players[0] do
begin
Name := 'Coh3nisawesome';
Pass := 'hello1';
Nick := 'awe';//3-4 lowercase letters from username.
Active := True;//Use this player?
Strings[0] := 'tree';//Which tree to cut?
Integers[0] := 1000;//How many logs to cut?
Booleans[0] := True;//Is hatchet equiped?
Booleans[1] := True;//Take breaks?
BoxRewards := ['amp', 'mote', 'ostume', 'oins', 'unes', 're', 'ems'];
end;
I hope that helps.