Hello! I am trying to learn how to become a more competent scriptwriter and I have come across a problem. I am sure that my current method of approaching antiban/antirandoms is far from efficient yet, I have no clue on how I could improve it and/or its implementation. Any suggestions would be greatly appreciated!
Simba Code:
procedure PlayerProtection;
begin
case Random(100) of
10: RandomRClick;
20: HoverSkill('Runecrafting', False);
30: PickUpMouse;
40: RandomMovement;
50: SmallRandomMouse;
59: ExamineInv;
end;
FindNormalRandoms;
end;
I then call this multiple times in my main loop.