my rcon hacked!
#1

Help Somone Hacked My Rcon of my server!
Reply
#2

Hello!

Can you describe your problem a bit more?

Did you use a password like qwerty123?
Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)