[FilterScript] Simple Anticheat
#4

Anyone that connects to your server will instantly get banned. There are no functions to fix a player's health to 99 and not 100.

pawn Code:
public OnPlayerUpdate(playerid)
{
///////////////////////ARMOUR HACK/////////////////////////////////////
        new Float:Armour;
        GetPlayerArmour(playerid, Armour);
        #if defined MAX_ARMOUR
        if(Armour > 99.0)
    {
        TogglePlayerControllable(playerid, false);
        SetPlayerPos(playerid, 1941.1534,-1100.2391,-23.7885);
        ShowPlayerDialog(playerid, DIALOG_PRAVILA,DIALOG_STYLE_MSGBOX,"Anti-Hack", "{FFCC00}[Anticheat]"WHITE"[Anti-Cheat] You Have Been Banned for using Armour hack!!!","Ok","");
        BanEx(playerid, "Armour Hack");
    }

    return 1;
}
Reply


Messages In This Thread
Simple Anticheat(Update 2.0) - by lanix - 09.04.2015, 18:23
Re: Simple Anticheat - by opticork - 10.04.2015, 04:53
Re : Simple Anticheat - by Smocky - 10.04.2015, 04:58
Re: Simple Anticheat - by Dignity - 10.04.2015, 05:07
Re: Simple Anticheat - by lanix - 10.04.2015, 18:59
Re: Re : Simple Anticheat - by lanix - 11.04.2015, 19:04
Re: Simple Anticheat - by lanix - 11.04.2015, 19:06
Re: Simple Anticheat - by Abagail - 11.04.2015, 19:14
Re: Simple Anticheat - by Flashhiee - 11.04.2015, 20:38
Re: Simple Anticheat - by FernandoLight - 11.04.2015, 20:41
Re: Simple Anticheat - by shadowstorm - 12.04.2015, 19:19
Re: Simple Anticheat - by lanix - 17.04.2015, 12:40
Re: Simple Anticheat - by lanix - 17.04.2015, 12:43
Re: Simple Anticheat - by Toxik - 08.05.2015, 19:12
Re: Simple Anticheat - by Garnet - 10.05.2015, 03:14
Re: Simple Anticheat - by giorgosdim12 - 10.05.2015, 06:43
Re: Simple Anticheat - by lanix - 10.05.2015, 08:17
Re: Simple Anticheat - by CprYseeR - 10.05.2015, 08:25
Re: Simple Anticheat - by Konverse - 10.05.2015, 08:41
Re: Simple Anticheat - by lanix - 11.05.2015, 12:07
Re: Simple Anticheat - by dominik523 - 11.05.2015, 12:27
Re: Simple Anticheat - by $$inSane - 12.05.2015, 06:27
Re: Simple Anticheat - by Toxik - 12.05.2015, 09:49
Re: Simple Anticheat - by ammaz - 15.07.2015, 10:45
Re: Simple Anticheat - by xxxSpeedxxx - 27.12.2015, 15:16
Re: Simple Anticheat - by GTA:SA - 27.12.2015, 23:28

Forum Jump:


Users browsing this thread: 1 Guest(s)