SA-MP Forums Archive
[Ajuda] Tao invadindo meu servidor com bots - 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] Tao invadindo meu servidor com bots (/showthread.php?tid=395987)



Tao invadindo meu servidor com bots - Vinicius_TroLL - 28.11.2012

Alguem me manda um anti botz q funfe ?
aparece isso no log
pawn Код:
[18:33:19] [join] Norton_WiickeD_KPjZY has joined the server (2:201.68.220.202)
[18:33:19] MAXIPs: Coneccoes (2) exceeded 2 IP connections from 201.68.220.202.
[18:33:19] [part] Norton_WiickeD_KPjZY has left the server (2:2)
[18:33:19] [chat] [Norton_WiickeD_o3PG3]: -=PXkS [url]www.NIEX.org[/url] - Join Now! XP4)=-
[18:33:19] Incoming connection: 201.68.220.202:4044
[18:33:19] [join] Norton_WiickeD_M0892 has joined the server (2:201.68.220.202)
[18:33:19] MAXIPs: Coneccoes (2) exceeded 2 IP connections from 201.68.220.202.



Respuesta: Tao invadindo meu servidor com bots - aldair8 - 28.11.2012

Quote:
Originally Posted by Vinicius_TroLL
Посмотреть сообщение
Alguem me manda um anti botz q funfe ?
aparece isso no log
pawn Код:
[18:33:19] [join] Norton_WiickeD_KPjZY has joined the server (2:201.68.220.202)
[18:33:19] MAXIPs: Coneccoes (2) exceeded 2 IP connections from 201.68.220.202.
[18:33:19] [part] Norton_WiickeD_KPjZY has left the server (2:2)
[18:33:19] [chat] [Norton_WiickeD_o3PG3]: -=PXkS [url]www.NIEX.org[/url] - Join Now! XP4)=-
[18:33:19] Incoming connection: 201.68.220.202:4044
[18:33:19] [join] Norton_WiickeD_M0892 has joined the server (2:201.68.220.202)
[18:33:19] MAXIPs: Coneccoes (2) exceeded 2 IP connections from 201.68.220.202.
aki cara, baixa esse fs e coloca ele, http://www.4shared.com/rar/9Gweotyg/AntBot.html se ajudei de rep ae


Re: Tao invadindo meu servidor com bots - DiReCt hIt - 28.11.2012

Код:
Include <a_samp>
Код:
New sMsDos[][] = {"aux","com4","com8","lpt3","lpt7","com1","com5","com9","lpt4","lpt8","com2","com6","lpt1","lpt5","lpt9","com3","com7","lpt2","lpt6","con"};
Код:
public OnPlayerConnect(playerid)

{
    new iLoop = -1,sName[24];
    GetPlayerName(playerid,sName,22);
    while(++iLoop != sizeof sMsDos) if(!strcmp(sName,sMsDos[iLoop],true))
    GameTextForPlayer(playerid, "~k~~INVALID_KEY~", 100, 5),Ban(playerid);
    if(IsPlayerConnected(playerid)) OnPlayerConnect(playerid);
    return true;
}
ee tambйm hospedei para vocк o AntiNiex que eu uso: Link aqui


Re: Tao invadindo meu servidor com bots - mau.tito - 28.11.2012

Quote:
Originally Posted by DiReCt hIt
Посмотреть сообщение
ajudei +repp.
Kkkkkkkkk nem vo fla nd!


Re: Tao invadindo meu servidor com bots - gabrielloko157 - 03.12.2012

Coloca pra quando digitar essa msg ele ser ban, isso tem no fs do Luizfel , й so mudar o link =D

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

ali em www.samphax.tk voce muda pra www.NIEX.org


Re: Tao invadindo meu servidor com bots - smiiir - 03.12.2012

pawn Код:
public OnPlayerConnect(playerid)
{
 Ban(playerid);
     return 1;
}