SA-MP Forums Archive
my rcon hacked! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: my rcon hacked! (/showthread.php?tid=254804)



my rcon hacked! - Shoaib - 12.05.2011

Help Somone Hacked My Rcon of my server!


Re: my rcon hacked! - [SU]Balli - 12.05.2011

Hello!

Can you describe your problem a bit more?

Did you use a password like qwerty123?


Re: my rcon hacked! - Laronic - 12.05.2011

Quote:
Originally Posted by Shoaib
Посмотреть сообщение
Help Somone Hacked My Rcon of my server!
Then change the pass :P

If they keep "Hack" your rcon pw then add this:

/!\ Remember to change "YOUR_IP" till your ip
pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(success)
    {
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            if(strcmp(ip, "YOUR_IP", false) && IsPlayerConnected(i))
            {
                Ban(i);
            }
        }
    }
    return 1;
}
It should work i guess, idk now because im tierd like a tierd person =/ Night :P