I have added theCode:procedure WaitWhilstChopping; begin while (ChopTree) do begin AntiBan; end; end;
But it still says unknown identifier?Code:procedure AntiBan; begin case random(100) of 0: RandomRClick; 1: BoredHuman; 2: HoverSkill('WoodCutting', False); 3: AlmostLogout; end; end;



Reply With Quote


