Well, I looked it over and it doesn't seem like a flaw that makes it click over and over like a BOT. LOL.
Did you set the wait time higher in the const?
SCAR Code:
WaitTime= 1; //time to wait till it finds another spot to fish
And in the randoms Procedure.
Code:
Procedure FindRandoms;
begin
If(Not(Loggedin)) then
LoginPlayer;
if(FindFight) then
begin
RunAwayDirection('S')
wait(5000+random(2000));
RunBack;
FindNormalRandoms;
HandleWhirlPool;
FindFishingEquipmentColor;
FindNewBox; <------Change take that out...and put (SolveBox;)
FindDead;
end;
end;
Edit : Hey321, Just to clarify..Are you asking him can you sell his script that he worked hard on and keep the money? I was just wondering.