[Ajuda] Anti- H-A-C-KґS - 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] Anti- H-A-C-KґS (
/showthread.php?tid=604210)
Anti- H-A-C-KґS -
TUIDAN - 02.04.2016
Olб Pessoal Do Forum Sa-mp Voce Peзo A Ajuda De Voces Do Forum, Para Almentar A Proteзгo Do Meu Servidor
Quem Tiver Proteзгo Para Alguns Desses H-A-C-K-S Comenta Ae Desde Jб Agrade
__________________________________________________ _______________________________________________
1- aim-Crash
2- Anti-S-O-B-E-
3- Anti-Fly Dos S-O-B-E-i-T
4- Anti-DDos [Nгo Creio Quer Existe Pois Isso E Com A Host Mais se Tiver Manda Ae]
5- anti-Conect BOT
6- Detector De 2 Playerґs Com O Mesmo IP
7-Anti-Aimbot
____________________Quem Tiver Alguma Proteзгo Para Esseґs X-I-T-E-Rґs So Comentar_____________________
Re: Anti- H-A-C-KґS -
ZombieSmash - 02.04.2016
Anti So****, Anti Conect Bot e Anti Fly acredito que nгo tenha, mas os outros atй pode ter (Exceto o Anti DDos que й com a host), tenta usar o Search, talvez ache oque precise
Em questгo do Anti-Aimbot e do Aim-Crash й a mesma coisa (Se for oque eu tou pensando).
Downloads:
Anti-Aimbot
Re: Anti- H-A-C-KґS -
ipsLuan - 02.04.2016
Existe, basta procurar.
Re: Anti- H-A-C-KґS -
LiiPe - 02.04.2016
ANTI H-A-C-KґS
cara anti ip tem esse do brunoip que eu aconselho и bom da pra da uma otimizada nesse cod ai mas
pra voce ter uma base и iso
http://pastebin.com/9Kxsp35c
e tem esse outro mais simples que vem junto ao samp
PHP код:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
#define MAXIMO_IP 1 // AQUI DEFINE 1 IP APENAS POR MAQUINA
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
print("\nDETONA SAMP OWNA !!");
print(" FS ANTI IP'S");
print("DETONASAMPOFICIAL.BLOGSPOT.COM\n");
return 1;
}
#endif
public OnPlayerConnect(playerid)
{
// KIKA SE TIVER MAIS DE 1 IP CONECTADO AO MESMO TEMPO
new connecting_ip[32+1];
GetPlayerIp(playerid,connecting_ip,32);
new num_players_on_ip = GetNumberOfPlayersOnThisIP(connecting_ip);
if(num_players_on_ip > MAXIMO_IP) {
printf("MAXIPs: Connecting player(%d) exceeded %d IP connections from %s.", playerid, MAXIMO_IP, connecting_ip);
Kick(playerid);
return 1;
}
return 1;
}
stock GetNumberOfPlayersOnThisIP(test_ip[])
{
//AQUI O LOOP PRA VERIFICAЗAO SE TEM MAIS IPS CONECTADOS
new against_ip[32+1];
new x = 0;
new ip_count = 0;
for(x=0; x<MAX_PLAYERS; x++) {
if(IsPlayerConnected(x)) {
GetPlayerIp(x,against_ip,32);
if(!strcmp(against_ip,test_ip)) ip_count++;
}
}
return ip_count;
}
use o
SEARCH quando precisar de algo tao simples assim
Re: Anti- H-A-C-KґS -
bruxo00 - 02.04.2016
Acho que o melhor anticheat server-side й este:
nex-ac
Foi o ъnico que testei e que detectou todos os crashers.