[Ajuda] Algum anti crasher 0.3.7
#1

Olб pessoal vim pedir aki a ajuda de vocкs pois meu servidor vem sendo atacados por uns hacker(crianзas) e ficam crashando todo mundo as vezes eu tenho que desligar a porra do servidor mas sempre eles voltam vagabundos se alguem poder me ajudar eu agradeзo!!!
Reply
#2

Tente:
PHP Code:
public OnPlayerWeaponShot(playeridweaponidhittypehitidFloat:fXFloat:fYFloat:fZ)
{
    if(!(
22 <= weaponid <= 34 || weaponid == 38) || !(<= hittype <= 4))
    {
        
Kick(playerid);
         return 
0;
    }
    if(
hittype == BULLET_HIT_TYPE_VEHICLE || hittype == BULLET_HIT_TYPE_PLAYER)
    {
        if(
BadFloat(fX) || BadFloat(fY) || BadFloat(fZ))
        {
            
Kick(playerid);
            return 
0;
        }
    }
    return 
1;
}
stock BadFloat(Float:f) return (>= 1000.0 || <= -1000.0); 
Se nгo adiantar, pode ser modificaзхes invбlidas em veнculos, use: https://sampforum.blast.hk/showthread.php?pid=1671500#pid1671500.
Reply
#3

Quote:
Originally Posted by RodrigoMSR
View Post
Tente:
PHP Code:
public OnPlayerWeaponShot(playeridweaponidhittypehitidFloat:fXFloat:fYFloat:fZ)
{
    if(!(
22 <= weaponid <= 34 || weaponid == 38) || !(<= hittype <= 4))
    {
        
Kick(playerid);
         return 
0;
    }
    if(
hittype == BULLET_HIT_TYPE_VEHICLE || hittype == BULLET_HIT_TYPE_PLAYER)
    {
        if(
BadFloat(fX) || BadFloat(fY) || BadFloat(fZ))
        {
            
Kick(playerid);
            return 
0;
        }
    }
    return 
1;
}
stock BadFloat(Float:f) return (>= 1000.0 || <= -1000.0); 
Se nгo adiantar, pode ser modificaзхes invбlidas em veнculos, use: https://sampforum.blast.hk/showthread.php?pid=1671500#pid1671500.
Vlw mano funcionou para uns certos comandos do s.0.b.e.i.t muito obrigado
Reply
#4

Quote:
Originally Posted by RodrigoMSR
View Post
Tente:
PHP Code:
public OnPlayerWeaponShot(playeridweaponidhittypehitidFloat:fXFloat:fYFloat:fZ)
{
    if(!(
22 <= weaponid <= 34 || weaponid == 38) || !(<= hittype <= 4))
    {
        
Kick(playerid);
         return 
0;
    }
    if(
hittype == BULLET_HIT_TYPE_VEHICLE || hittype == BULLET_HIT_TYPE_PLAYER)
    {
        if(
BadFloat(fX) || BadFloat(fY) || BadFloat(fZ))
        {
            
Kick(playerid);
            return 
0;
        }
    }
    return 
1;
}
stock BadFloat(Float:f) return (>= 1000.0 || <= -1000.0); 
Se nгo adiantar, pode ser modificaзхes invбlidas em veнculos, use: https://sampforum.blast.hk/showthread.php?pid=1671500#pid1671500.
- Weapon ID checking after OnPlayerWeaponShot in case the script doesn't filter it.
https://sampforum.blast.hk/showthread.php?tid=581259

Ou seja, jб foi corrigido pelo prуprio client.

Esse novo cheat que crasha players й de outra forma, efetuei um debug nele e jб atualizei a proteзгo de meu servidor, caso queira eu te passo via MP.
Reply
#5

Quote:
Originally Posted by XandyMello
View Post
- Weapon ID checking after OnPlayerWeaponShot in case the script doesn't filter it.
https://sampforum.blast.hk/showthread.php?tid=581259

Ou seja, jб foi corrigido pelo prуprio client.

Esse novo cheat que crasha players й de outra forma, efetuei um debug nele e jб atualizei a proteзгo de meu servidor, caso queira eu te passo via MP.
eu agradeceria na moral to de saco cheio desses vagabundos crashando geral e ainda ficam se gabando se achando hackersгo aff qualquer um sabe mexer com essas bosta mano na moral to desesperado to aceitando tudo de anti hack obrigado pela ajuda na moral.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)