Firstly you want antirandom not antiban. Wizzup's essense miner will not help you a lot on these lines, because few randoms ae encoutered when mining ess. Use the srl function findnormal randoms, and you could also use fakawi's findfastrandoms:
SCAR Code:
Function FindFastRandoms: Boolean; // By WT-Fakawi.
Var
i: Integer;
Begin
For I := 1 To 10 Do
Begin
Case I Of
1: If FindDead Then
Result := True;
2: If FindMod Then
Result := True;
3: If FindMime Then
Result := True;
4: If FindMaze Then
Result := True;
5: If FindQuiz Then
Result := True;
6: If FindDemon Then
Result := True;
7: Begin
If NoGameTab Then
Begin
Result := True;
Players[CurrentPlayer].loc := 'No GameTab';
Logout;
Exit;
End;
End;
8 : If RC Then
Result := True;
9 : If FindFight Then
Begin
Result := True;
RunTo(RunDir, True);
End;
10: If FindTalk Then
Result := True;
End;
Wait(1);
End;
End;
Most importantly, make sure you set your nicks correctly.