RCON HACKER!
#8

And as i said in my last post make the pass so long
Letters+Numbers mixed

And use this too, when someone fails on rcon pass 3 times he gets a ban.
pawn Код:
new Attempt[MAX_PLAYERS];
public OnRconLoginAttempt(ip[], password[], success)
{
    if(!success)
    {
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            if(IsPlayerConnected(i))
            {
                Attempt[i]+=1;
                if(Attempt[i]>=3)
                {
                    Ban(i);
                }
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
RCON HACKER! - by xXHeathXx12 - 12.07.2013, 01:29
Re: RCON HACKER! - by SchurmanCQC - 12.07.2013, 01:41
Re: RCON HACKER! - by xXHeathXx12 - 12.07.2013, 01:42
Re: RCON HACKER! - by GoldZoroGrab - 12.07.2013, 01:55
Re: RCON HACKER! - by HyDrAtIc - 12.07.2013, 01:55
Re: RCON HACKER! - by V0rTeX - 12.07.2013, 01:56
Re: RCON HACKER! - by xXHeathXx12 - 12.07.2013, 01:57
Re: RCON HACKER! - by GoldZoroGrab - 12.07.2013, 02:01
Re: RCON HACKER! - by thefatshizms - 12.07.2013, 07:14
Re: RCON HACKER! - by linuxthefish - 12.07.2013, 09:09

Forum Jump:


Users browsing this thread: 1 Guest(s)