I don't know if someone warned you about this, but there i go: (the following scripting is from line 66 to 79)
As i saw in a tutorial, every script should end with "end." and there you did:Begin
MoveToTray;
ActivateClient;
Repeat
KillChicken;
ChickenCount:=ChickenCount+1;
Until(ChickenCount >=200000)
End.
end;
WriteIn (' You are now using edmaffs chicken slayer ')
WriteIn (' Customized to fit you by JULZA! ')
you should change it toEnd.
end;
Also you put a WriteIn (wich i think it is wrong, the tutorial i saw said that the correct is Writeln (with "L" not "i")End;
end.
Wrong:
Correct:WriteIn (' You are now using edmaffs chicken slayer ')
WriteIn (' Customized to fit you by JULZA! ')
Those are not complaints, its just suggestions/reports of something that i could see that may be wrong.Writeln (' You are now using edmaffs chicken slayer ')
Writeln (' Customized to fit you by JULZA! ')
this doesnt work for me, it doesnt click the chickens. any help
looks pretty good
Nice am just about to test now!
I have just installed scar i will test it and post my results
just letting you know this doesnt work for me. Thanks Anyway
Like i posted earlier, the script does not work for me. It never moves, and never clicks on any chickens. I just moves the mouse somewhere to the top of the screen and clicks once. No error message comes up and it says it is still running.
Anyone know what's wrong?
thats exactly what happens for me it just cliks in random places
Let's just close this already.
Closed.
There are currently 1 users browsing this thread. (0 members and 1 guests)