#16

Quote:
Originally Posted by TheToretto
View Post
The more they try to access it without any security measures the more it becomes vulnerable, depends on how strong is the password The author wants just to keep off the trollers who want make others banned, my little snippet will do it.
Your snippet will give trollers more ways to troll, there's no need to use the built-in rcon system jesus christ.

pawn Code:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(success) //If by any means they figured out the PW
    {
        new pip[16];
        for(new i = GetPlayerPoolSize(); i != -1; --i) //Loop through all players
        {
            GetPlayerIp(i, pip, sizeof(pip));
            if(!strcmp(ip, pip, true)) //If a player's IP is the IP that failed the login
            {
                Kick(i); //They are now kicked.
            }
        }
    }
    return 1;
}
And then build your own rcon login...
Reply


Messages In This Thread
RCON - by Hunud - 28.10.2018, 12:51
Re: RCON - by v1k1nG - 28.10.2018, 14:16
Re: RCON - by Calisthenics - 28.10.2018, 14:39
Re: RCON - by RogueDrifter - 28.10.2018, 14:52
Re: RCON - by v1k1nG - 28.10.2018, 15:12
Re: RCON - by d3Pedro - 28.10.2018, 17:44
Re: RCON - by Calisthenics - 28.10.2018, 17:46
Re: RCON - by v1k1nG - 28.10.2018, 18:52
Re: RCON - by TheToretto - 28.10.2018, 21:32
Re: RCON - by RogueDrifter - 28.10.2018, 22:13
Re: RCON - by TheToretto - 28.10.2018, 22:19
Re: RCON - by RogueDrifter - 28.10.2018, 22:21
Re: RCON - by TheToretto - 28.10.2018, 22:38
Re: RCON - by RogueDrifter - 28.10.2018, 22:42
Re: RCON - by TheToretto - 28.10.2018, 22:45
Re: RCON - by RogueDrifter - 28.10.2018, 22:55
Re: RCON - by TheToretto - 28.10.2018, 22:59
Re: RCON - by RogueDrifter - 28.10.2018, 23:05
Re: RCON - by Jefff - 28.10.2018, 23:18
Re: RCON - by TheToretto - 29.10.2018, 06:58
Re: RCON - by TheToretto - 29.10.2018, 08:58
Re: RCON - by BigETI - 29.10.2018, 10:07
Re: RCON - by TheToretto - 29.10.2018, 10:19
Re: RCON - by TheToretto - 29.10.2018, 13:40
Re: RCON - by OiLoL - 29.10.2018, 15:37
Re: RCON - by v1k1nG - 29.10.2018, 15:50
Re: RCON - by GangstaSunny. - 29.10.2018, 23:02
Re: RCON - by Hunud - 30.10.2018, 12:51
Re: RCON - by NaS - 30.10.2018, 14:08
Re: RCON - by v1k1nG - 30.10.2018, 15:57

Forum Jump:


Users browsing this thread: 4 Guest(s)