[Tutorial] Anti-Rcon
#1

Olб Pessoal, Como venho vendo muitos Servidores sendo atacados por BOBOS(Que dizem ser Hack's ¬¬),
Б maioria desses BOBOS vamos dizer assim, Possuem o Rcon Hack, Que detecta sua RCON, Logam, Setam ADM, E da ban em glr, Entгo, Decidi repassar esse Tutorial...

Adicione ou Procura em sua GameMode por:
pawn Код:
public OnRconLoginAttempt()
Nessa public vocк irб adicionar:
pawn Код:
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
new lol[128];
format(lol, sizeof(lol),"%s um Player Mal Intencionado Tentou Logar na Rcon e se deu MAL!",GetName(i)); //Mensagem que enviara para os PLAYERS do Servidor...
SendClientMessageToAll(-1,lol); // -1 й a cor, Vocк podera substituir por qualquer cor Hexadecimal...
Ban(i); //Caso queira que o Jogador leve Kick ao invez de Ban Substitua por Kick(i);
return 0x01;
}
}
Reply


Messages In This Thread
Anti-Rcon - by ThuuGLif3 - 27.09.2013, 12:49
Re: Anti-Rcon - by ipsBruno - 27.09.2013, 12:52
Re: Anti-Rcon - by ThuuGLif3 - 27.09.2013, 12:54
Re: Anti-Rcon - by ipsBruno - 27.09.2013, 12:57
Re: Anti-Rcon - by ThuuGLif3 - 27.09.2013, 12:58
Re: Anti-Rcon - by ipsBruno - 27.09.2013, 13:05
Re: Anti-Rcon - by xBaDaSSx - 20.11.2013, 20:35
Respuesta: Re: Anti-Rcon - by DanDRT - 20.11.2013, 20:37
Re: Respuesta: Re: Anti-Rcon - by xBaDaSSx - 20.11.2013, 20:40
Re: Anti-Rcon - by GTO.DoDo - 02.12.2013, 22:08

Forum Jump:


Users browsing this thread: 2 Guest(s)