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

Anti Cheat Full Pack


Release Information

I thought instead of making lots and lots of versions of this category as i said in the first release so i decided to make a full pack i have been working on since yesterday when i released the anti weapons hack

Change Log:

Code:
Anti Cheat Full Pack V1.0 Released

Protects Your Server Against:

Health Hacks
Money Hacks
Armour Hacks
Vehicle Heath Hacks
Weapons Hacks
JetPack Hacks

More Coming soon.. such as Nitro, Air Break etc...

How To Use


Under public OnPlayerUpdate(playerid)
pawn Code:
public OnPlayerUpdate(playerid)
{
HealthHack(playerid);
MoneyHack(playerid);
ArmourHack(playerid);
VHH(playerid);
AntiCheat(playerid);
IlegalWeapons(playerid);
JetPack(playerid);
return 1;
}

Editable Things in the Include


There are some things that are editable in this include

Main Thing:
pawn Code:
new Action_Taken =0; //you have to change this in order for Anti Cheat to Work
// 1 = Ban
// 2 = Kick
The Previous Function Works due to the order u give to it then it works as if you gave it an order to ban a player so it bans the player directly and silently in case he used hacks else if you gave it an order to kick a player so it kicks the player directly and silently in case he used hacks this is configurable through out the numbers given if its set to 0 it makes nothing this means you have disabled the Anti Cheat else if its set to 1 it bans the player instantly when he tries to use hacks and setting it to 2 means kicks the player when he tries to use hacks

Other Things:

Money Hack:
pawn Code:
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'

Weapons Hack:

How To edit?
There is 2 kinds of edit to this..
1. Removing a weapon from the ilegal weapons list
2. Adding a Weapon to the ilegal weapons list

Lets talk about the first one

Removing is simple done by :
pawn Code:
if(GetPlayerWeapon(playerid) == 16 || GetPlayerWeapon(playerid) == 17 || GetPlayerWeapon(playerid) == 35
I want to remove id 35[RPG] what shall i do?
pawn Code:
if(GetPlayerWeapon(playerid) == 16 || GetPlayerWeapon(playerid) == 17
Never for get to remove the " || "
because it means this or that so if u leave it the include will assume as this or or [cuz || || ] so it may bug at this spot

2nd thing:
Adding a weapon to the list
pawn Code:
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)
for example i want to add weapon id 26 [swan off shot gun]
What shall i do?

First i add || after the last weapon id in the list

then i add this code
pawn Code:
GetPlayerWeapon(playerid) == 26
so it looks like

pawn Code:
|| GetPlayerWeapon(playerid) == 26 //|| other weapon here same system
*LOL Copied from the previous post* i am not bothered to re write it again

Bugs
Non at the moment if you find any feel free to post

Download
MediaFire.com
Pastebin.com
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: 1 Guest(s)