[Include] Anti Cheat Pack (Full Release)
#19

Quote:
Originally Posted by doreto
Посмотреть сообщение


This si not anti-cheat its bullshit and i will explain why


pawn Код:
stock HealthHack(playerid)
{
       
        if(GetPlayerHealth(playerid,health) > 100)
        {
    Reason =1;
        return 1;
        }
        return 0;
}
Were you see player to get more then 100hp ? and second what if player(cheater) its set hes hp to 100 ? how it will detect it ? and we dont talk about other type of health cheats that aways stay on same hp and if the cheat tool allow use to input hes hp ? no detection NOT WORKING

For Armor hack its same no detection NOT WORKING


pawn Код:
stock MoneyHack(playerid)
{
        if(GetPlayerMoney(playerid) >= 5000000) //change it as you want this is the amount that if the player exceeded he gets banned its currently on '5 million'
        {
        Reason =3;
        return 1;
        }
        return 0;
}
pawn Код:
stock VHH(playerid)
{
        if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
        {
    vehicle = GetPlayerVehicleID(playerid);
    if(GetVehicleHealth(vehicle, vehhealth) > 1000)
    {
        Reason =4;
        return 1;
                }
        }
        return 0;
}
Almost same like health hack what if he set hes vehicle health to 1000hp wich is normal vehicle hp ? how you will detect if player is godmode hack ? you cant its look like everything come from first stock
Same like first what if cheater dont give 5 mil ,let say 1mil or 100k ? how your script will detect it - becose it can +1 how you will prevent if someone give 5mil to his fr ? you cant NOT WORKING


Weapon hack

pawn Код:
stock IlegalWeapons(playerid)
{
 
if(GetPlayerWeapon(playerid) == 16 || GetPlayerWeapon(playerid) == 17 || GetPlayerWeapon(playerid) == 35 ||
        GetPlayerWeapon(playerid) == 36 || GetPlayerWeapon(playerid) == 37 || GetPlayerWeapon(playerid) == 38 ||
        GetPlayerWeapon(playerid) == 39 || GetPlayerWeapon(playerid) == 40 || GetPlayerWeapon(playerid) == 18)
        {
        Reason =5;
 
            return 1;
        }
        return 1;
        }
I havent see that server can have max 9 weapons why you dont check if player have any weapons insted of this ? NOT WORKING


One more thing everyone say its they becose they are
1.Havent check it and only dump for post count
2.Dont know anything about pawn and scripting


Im sorry for the act that im saying you have done but not everyone understand how pawn work and have to be scripter and thats why someone may wonna wont to protect his server from cheaters and this will not stop them.

I hope you dont take this as act of insult or something similer im just poithing were is the problem ! and i hope you learn from your mistakes
You really have to open ur eyes next time
pawn Код:
public OnPlayerUpdate(playerid)
{
HealthHack(playerid);
MoneyHack(playerid);
ArmourHack(playerid);
VHH(playerid);
AntiCheat(playerid);
IlegalWeapons(playerid);
JetPack(playerid);
return 1;
}
Stocks ----> OnPlayerUpdate

Got it ? if u dont understand... then its ur problem not mine

EDIT: every one who tested it didnt say it didnt work as u said
Reply


Messages In This Thread
Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 12:42
Re: Anti Cheat Pack (Full Release) - by SDraw - 03.09.2012, 12:51
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 15:45
Re: Anti Cheat Pack (Full Release) - by DarkB0y - 03.09.2012, 15:47
Re: Anti Cheat Pack (Full Release) - by Lordzy - 03.09.2012, 15:51
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 15:52
Re: Anti Cheat Pack (Full Release) - by playbox12 - 03.09.2012, 16:05
Re: Anti Cheat Pack (Full Release) - by SuperViper - 03.09.2012, 16:10
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 16:12
Re: Anti Cheat Pack (Full Release) - by NoahF - 03.09.2012, 16:18
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 16:38
Re: Anti Cheat Pack (Full Release) - by Emmet_ - 03.09.2012, 16:43
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 16:47
Re: Anti Cheat Pack (Full Release) - by Emmet_ - 03.09.2012, 16:49
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 16:51
Re: Anti Cheat Pack (Full Release) - by Cassy_ - 03.09.2012, 16:56
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 17:21
Re: Anti Cheat Pack (Full Release) - by doreto - 06.09.2012, 17:29
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 06.09.2012, 23:49
Re: Anti Cheat Pack (Full Release) - by TheArcher - 07.09.2012, 00:01
Re: Anti Cheat Pack (Full Release) - by doreto - 07.09.2012, 06:53
Re: Anti Cheat Pack (Full Release) - by Rapgangsta - 07.09.2012, 10:51
Respuesta: Anti Cheat Pack (Full Release) - by CaptainMactavish - 07.09.2012, 22:18

Forum Jump:


Users browsing this thread: 2 Guest(s)