
Originally Posted by
death12652
Lol yeah I was just wandering how to add antirandoms? I cant seem to find a tutorial and I have never gotten a script so close to done that I needed learn how.
I remember seeing something of the sort but couldn't find it... Just open someone else's script and look in there. 
Maybe you are looking for something like this:
Code:
procedure TheAntiban;
begin
case Random(20) of
0: HoverSkill('Woodcutting', false);
1: PickUpMouse;
2: RandomMovement;
3: BoredHuman;
4: ExamineInv;
end;
end;
Code:
if R_FindRandoms then
Code:
if FindNormalRandoms then