Anti Bots Hack! (+REP)
#1

Can Enyone tell me where i can find Anti Bots Hack?

I used search but i didnt find it

enyone?
Reply
#2

Check it out http://forum.sa-mp.com/showthread.ph...light=anti+bot
Reply
#3

Код:
new AntiBot[][] =
    {
        "con.",
        "com1",
        "com2",
        "com3",
        "com4",
        "com5",
        "com6",
        "com7",
        "com8",
        "com9",
        "lpt1",
        "lpt2",
        "lpt3",
        "lpt4",
        "lpt5",
        "lpt6",
        "lpt7",
        "lpt8",
        "lpt9",
        "nul",
        "clock$",
        "aux",
        "prn",
        "con",
        "Carl",  
};



//On PlayerConnect.

new guysname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, guysname, sizeof(guysname));
    for(new n; n < sizeof(AntiBot); ++n)
    {
        if(!strcmp(guysname, AntiBot[n], true))
        {
            BanEx(playerid, "Trying to Nuke huh'?.");
            return 1;
        }
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)