[Pedido] Preciso de uns FS de seguranзa, Me indicam ?!
#6

Detecta FakeKill, SpeedHack, Hack de Armas, FlyMod.
http://pastebin.com/6Jr56MkG
por biel_cop

Anti cheater de armas
Код:
#include <a_samp> 

#define FILTERSCRIPT 

new Armas[] = { 
    2, 
    8, 
    35, // BASTA COLOCAR O ID DAS ARMAS AQUI E PRONTO 
}; 

public OnFilterScriptInit() return SetTimer("Check",1000,true); 

forward Check(); 
public Check() 
{ 
    new string[256]; 
    new giveplayer[MAX_PLAYER_NAME]; 
    for(new i = 0; i < MAX_PLAYERS; i++) 
      { 
        if(GetPlayerSpecialAction(i) == SPECIAL_ACTION_USEJETPACK) 
         { 
            GetPlayerName(i, giveplayer, sizeof(giveplayer)); 
            format(string, sizeof(string), "AVISO: %s estб usando um JetPack Fiquem de olho nele!!", giveplayer); 
            SendClientMessageToAll(0xFFFF00FF, string); 
            SetPlayerPos(i,369.76, -2039.61, 7.67+300); 
            ResetPlayerWeapons(i); 
        } 
        for(new a = 0; a < sizeof(Armas); a ++) 
        { 
            if(GetPlayerWeapon(i) == Armas[a]) 
            { 
                GetPlayerName(i, giveplayer, sizeof(giveplayer)); 
                format(string, sizeof(string), "AVISO: %s estб usando uma arma proibida ! Fique de olho nele.", giveplayer); 
                SendClientMessageToAll(0xFFFF00FF, string); 
                SetPlayerPos(i,369.76, -2039.61, 307.67); 
                ResetPlayerWeapons(i); 
            } 
        } 
    } 
    return 1; 
}
code readaptado por Shadoww5

Kuddy's Anti Car Spam
https://sampforum.blast.hk/showthread.php?tid=405911

Anti vehicle teleportation
http://pastebin.com/Zq5aVuRt
Por hanger
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)