SA-MP Forums Archive
[Ajuda] Como protejo minha GM contra hackers - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Como protejo minha GM contra hackers (/showthread.php?tid=468336)



Como protejo minha GM contra hackers - RicardoMaia - 07.10.2013

Bem, eu gostaria de proteger minha GM contra hacker de GM, poderiam me dizer como?


Re: Como protejo minha GM contra hackers - Wakayama - 07.10.2013

como assim ? hackers de gm ?


Re: Como protejo minha GM contra hackers - TheKoDaK - 07.10.2013

Contra Bots Eu Uso:
pawn Код:
public OnPlayerConnect(playerid)
{
if(AntiBot == true)
    {
        if(strfind(NomePlayer(playerid),"clock$",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"prn",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Carl",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"con",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"SgtPepper",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Pepe",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"nul",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Pepno",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Pepsi",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Rocky",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Carl",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Vino_Toro",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Zoquete",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"AquilesBrinco",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Azucar",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Manfrey",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Papirola",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"[ViP]Labrik",true) != -1)Ban(playerid);
        if(strfind(NomePlayer(playerid),"Sony",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Pacman",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"Batman",true) != -1)Ban(playerid);
        if(strfind(NomePlayer(playerid),"aux",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"com1",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"com2",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"com3",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"com4",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"com5",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"com6",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"com7",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"com8",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"com9",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"lpt1",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"lpt2",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"lpt3",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"lpt4",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"lpt5",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"lpt6",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"lpt8",true) != -1) Ban(playerid);
        if(strfind(NomePlayer(playerid),"lpt9",true) != -1) Ban(playerid);
    }
    return 1;
}



Re: Como protejo minha GM contra hackers - [THs]ShadoW - 07.10.2013

https://sampforum.blast.hk/showthread.php?tid=337359


Re: Como protejo minha GM contra hackers - Menor - 07.10.2013

Falo "minha GM" eu paro de ler... ZOOOAS...

Lek, pra proteger й sу upar o .amx e nunca upar os 2 (pwn e amx).


Re: Como protejo minha GM contra hackers - ThuuGLif3 - 07.10.2013

Acho que vocк estб querendo impedir que Hackers/Bobos entre em seu Server ou Bloquear arquivo Pawno?



Re: Como protejo minha GM contra hackers - RicardoMaia - 07.10.2013

Quote:
Originally Posted by ThuuGLif3
Посмотреть сообщение
Acho que vocк estб querendo impedir que Hackers/Bobos entre em seu Server ou Bloquear arquivo Pawno?
Proteger contra hackers de GM.


Re: Como protejo minha GM contra hackers - PT - 07.10.2013

Quote:
Originally Posted by [THs]ShadoW
Посмотреть сообщение
como ja lhe disseram use o que esta neste link

os 4 em conjunto e o cara n tem hipoteses

Data + Porta + IP + Senha