[Include] [INC] Ultimate Anticheat (UAC) - [v1.3] - 12 Languages ! # Fixed !
#1

Ultimate Anticheat - UAC
v1.3

» Version is from 2009. Downloads are fixed «


Hi Community,
I and E4sTsId3 had scripted a small Anticheat System and we hope you like it!

Language's:
• EN Edition added (English)
• GER Edition (German)
• NL Edition added (Dutch)
• CZ Edition added (Czech)
• HUN Edition new Badwords & Badnames added
• SK Edition added (Slovak)
• PL Edition added (Polish)
• PT Edition added (Portuguese)
• HUN Edition added (Hungarian)
• CRO Edition added (Croatian)

# First Release::
• Version 1.3 released !

_________________________________________________

Our Anticheat called Ultimate Anticheat (short UAC) and
and save your Server for these Things:

• Health Hack
• Armour Hack
• Jetpack Hack
• Money Hack
• Weapon Hack
• CarJack Hack
• Teleport Hack
• Ammo Hack


It saves your Server for these things, too:

• Chat Spamming
• Command Spamming
• High Ping (Max. Ping: 400)
• Forbidden Words
• Forbidden Names
• Bots


Thats are the Configurations ! The Server will create the file UAC_Config.ini
by the first start ! And the Server will always create the file if they don't
exis ! So you can delete the file and change the options and the Server will
create a new Config with new Options.

pawn Код:
new HealthCheck = 1;    // Enabled (1) / Disabled (0) the Health Checks
new ArmourCheck = 1;    // Enabled (1) / Disabled (0) the Armour Checks
new JetpackCheck = 1;    // Enabled (1) / Disabled (0) the Jetpack Checks
new WeaponCheck = 1;    // Enabled (1) / Disabled (0) the Weapon Checks
new MoneyCheck = 1;     // Enabled (1) / Disabled (0) the Money  Checks
new AmmoCheck = 1;      // Enabled (1) / Disabled (0) the Ammo  Checks
new BotCheck = 1;       // Enabled (1) / Disabled (0) the Bot   Checks
new PosCheck = 1;       // Enabled (1) / Disabled (0) the Pos   Checks
The Anti-Cheat works after you have Include it into your Script !

_________________________________________________

All Files for UAC, you can find in Scriptesfiles/UAC !
• UAC_Config.ini
• BadNames.cfg
• BadNames.cfg

_________________________________________________

UAC Download:

http://solidfiles.com/d/vMYr [EN]
http://solidfiles.com/d/bceA [GER]
http://solidfiles.com/d/1scF [CRO]
http://solidfiles.com/d/vtwg [HUN]
http://solidfiles.com/d/Uohi [PL]
http://solidfiles.com/d/Qo2O [PT]
http://solidfiles.com/d/IGPy [SK]
http://solidfiles.com/d/kPIC [CZ]
http://solidfiles.com/d/HaW7 [NL]

_________________________________________________
Credits:

+ Kye (for making SA:MP)
+ Seif_
+ JunkBuster
+ jana4 (for translating in HUN)
+ CroAtTheTop (for translating in CRO)
+ soueu (for translating in PT)
+ DiDok (for translating in PL)
+ wollodya (for translating in SK)
+ Andy678 (for translating in CZ)
+ [NL]WackoX (for translating in NL)
+ [MK]Soprano (for translating in MK)
+ MahmutBey (for translating in TR)
+ Astaroth (for translating in ES)
+ Shindo (for translating in Chinese)
Reply
#2

Antihealth\armour cheat is genius! I have never had an idea to decrease health/armour and then check if it really decreased
Many thanks for that
Reply
#3

Wow Look Nice
i try it
Reply
#4

Thanks for the Feedback !

- LJ
Reply
#5

Nice Anticheat, Maybe set it so if he does get kicked for Health Hacking it kills the timer that gives him the +1 health back
Reply
#6

Will it make you banned when you pickup healthpacks etc.?
Reply
#7

In my opinion only anticheat in GM can work in the most effective way...
FS can ban/kick for ammo/health pickups e.t.c...
Reply
#8

Quote:
Originally Posted by SuperS0nic
Will it make you banned when you pickup healthpacks etc.?
No, why ?
Hmm but perhaps if the check is active and you pickup healthpickup.
But in there is a very small chance that you pickup a healthpickup in that 2 seconds.

- LJ
Reply
#9

Quote:
Originally Posted by ★ ♫ • Littlejohny • ♫ ★
Quote:
Originally Posted by SuperS0nic
Will it make you banned when you pickup healthpacks etc.?
No, why ?
Hmm but perhaps if the check is active and you pickup healthpickup.
But in there is a very small chance that you pickup a healthpickup in that 2 seconds.

- LJ
Not really, Maybe make the timer faster
Reply
#10

Health/Armor detection doesn't work for me
Reply
#11

also digger wenn dein anti godmode geht dann kьss ich dir die fьЯe ^^
Reply
#12

Hi,
If the Health/Armour Check doesn't work, i would release tomorrow a
new Version

New Version is on the Way !

- LJ
Reply
#13

Hi guys,

a new version is released.
There we have fixed some bugs.
Look at the first post. Littlejohnny has updated the Download-Link
Reply
#14

Thank you, im using this for my gamemode, works excellent :]
Reply
#15

I would love to use this, and everything works well so far from what I have seen except the health. You can leave the server and join back and right away instant so and so has been kicked for unlimited health... Then you can join back you'll have 1 HP and then you'll die and get kicked again.. How can I get the health working correct and if not how can I remove the health? Thanks.
Reply
#16

Quote:
Originally Posted by notec100
I would love to use this, and everything works well so far from what I have seen except the health. You can leave the server and join back and right away instant so and so has been kicked for unlimited health... Then you can join back you'll have 1 HP and then you'll die and get kicked again.. How can I get the health working correct and if not how can I remove the health? Thanks.
Open the .pwn file and comment out (add the // prefix to the lines) the lines that have anything to do with hp
Reply
#17

how do you make that it doesnt kick admins using the command /god
Reply
#18

Add this to your adminscript or add every filterscript to your gamemode.
Reply
#19

Quote:
Originally Posted by SuperS0nic
Add this to your adminscript or add every filterscript to your gamemode.
what do you mean by "add this" can you explain it the easy way im still very new to scripting thanks in advance
Reply
#20

In the next version we will fix the bug with connect & kick.
If you want, that Admins with /god will not be kicked,
you must replace:
Код:
for(new i=0; i<MAX_PLAYERS; i++)
	{
		if(Checking[i] == 0)
 		{
with:
Код:
for(new i=0; i<MAX_PLAYERS; i++)
	{
		if(Checking[i] == 0 && !IsPlayerAdmin(i))
 		{
i think, with this solution, rcon-admis will not be kicked.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)