Ultimate Anticheat - UAC
v1.3
Hi Community,
I and E4sTsId3 (LE Script Team) had scripted
a Anticheat System.
And we hope you like it !
Update 11.8.09:
• NL Edition added (Dutch) !
Update 5.8.09:
• CZ Edition added (Czech) !
Update 19.7.09:
• HUN Edition new Badwords & Badnames added !
Update 19.5.09:
• SK Edition added (Slovak) !
Update 29.4.09:
• PL Edition added (Polish) !
Update 21.4.09:
• PT Edition added (Portuguese) !
Update 20.4.09:
• HUN Edition added (Hungarian) !
• CRO Edition added (Croatian) !
Update 13.4.09:
• 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 Code:
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 !
_________________________________________________
Please Use these Functions !
With these functions works Money,Teleport & CarJack Detection !
GivePlayerGun(playerid, weaponid, ammo); // Instead GivePlayerWeapon(playerid, weaponid, ammo) !
GivePlayerCash(playerid, amount); // Instead GivePlayerMoney(playerid, +amount) !
TakePlayerCash(playerid, amount); // Instead GivePlayerMoney(playerid, -amount) !
SetPlayerCash(playerid, amount); // Instead SetPlayerMoney(playerid, amount) !
ResetPlayerCash(playerid); // Instead ResetPlayerMoney(playerid) !
GetPlayerCash(playerid, amount); // Instead GetPlayerMoney(playerid) !
PutPlayerIntoVehicle(playerid,vehicleid,seatid); // Instead PutPlayerInVehicle(playerid,vehicleid,seatid) !
SetPlayerToPos(playerid,Float,Float:y,Float:z); // Instead SetPlayerPos(playerid,Float
,Float:y,Float:z) !
SetVehicleToPos(vehicleid,Float,Float:y,Float:z) ; // Instead SetVehiclePos(vehicleid,Float
,Float:y,Float:z) !
Additional Functions:
IsValidWeapon(weaponid);
GetName(playerid);
GetDistanceToPoint(playerid,Float,Float:y,Float: z);
_________________________________________________
All Files for UAC, you can find in Scriptesfiles/UAC !
• UAC_Config.ini
• BadNames.cfg
• BadNames.cfg
_________________________________________________
UAC Download:
# All Editions are fixed !!
_________________________________________________
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)
_________________________________________________
Next Update:
No Update at the time planned !
_________________________________________________
Contact over ICQ:
Littlejohny: 492-670-404
E4sTsId3/papagei9: 456-118-961
- The LE Script Team