09.04.2015, 18:23
(
Last edited by lanix; 06/06/2015 at 03:24 PM.
)
Simple Anticheat update 2.0
I made simple anticheat system,i say it is simple.
This is my first filterscript i hope you will like this script
You can write anything in comments if you dont like
or like i dont care.This is first release of anitcheat i will add more things.Please keep the credits
************************************************
What can this Anticheat:
Anti-Armour Hack (1)
Anti-Tuning Car (1)
Anti-Money Hack (1)
Anti-Fly Hack (1)
Anti-Jetpack Hack (1)
Anti-Health Hack (1)
Anti-Speed Hack (1)
I will add more...
When i test this it was working with no bug.
WARNING
Anti Armour hack:
In your CMD if you have add this set armour to 99:
an example
Anti Health Hack:Just send message to rcon/admins
UPDATE 2.0:
Added Anti Health Hack
Fixed Anti Speed Hack
CREDITS:
Lanix
Fel486.-Help about Speed Hack
DOWNLOAD 1.0:
http://www.solidfiles.com/d/62e05e10..._Anticheat.zip
DOWNLOAD 2.0:
http://www.solidfiles.com/d/6f4fcf512/Anticheat_2.0.zip
PASTEBIN 1.0:
http://pastebin.com/kZcTWKqn
I made simple anticheat system,i say it is simple.
This is my first filterscript i hope you will like this script
You can write anything in comments if you dont like
or like i dont care.This is first release of anitcheat i will add more things.Please keep the credits
************************************************
What can this Anticheat:
Anti-Armour Hack (1)
Anti-Tuning Car (1)
Anti-Money Hack (1)
Anti-Fly Hack (1)
Anti-Jetpack Hack (1)
Anti-Health Hack (1)
Anti-Speed Hack (1)
I will add more...
When i test this it was working with no bug.
WARNING
Anti Armour hack:
In your CMD if you have add this set armour to 99:
an example
Code:
if(strcmp(cmdtext, "/Armour", true) == 0) { SetPlayerArmour(playerid, 99);Set this to 99 not to 100 return 1; }
Code:
for(new all = 0; all < MAX_PLAYERS; all++) { if(IsPlayerAdmin(all)) { new playername[MAX_PLAYER_NAME], string[256]; GetPlayerName(i,playername, sizeof(playername)); format(string, sizeof(string), "Player [%i] %s is possible Health Hacker,Spec him!!!",i,playername); SendClientMessage(all, 0xFF0000FF, string); } }
Added Anti Health Hack
Fixed Anti Speed Hack
CREDITS:
Lanix
Fel486.-Help about Speed Hack
DOWNLOAD 1.0:
http://www.solidfiles.com/d/62e05e10..._Anticheat.zip
DOWNLOAD 2.0:
http://www.solidfiles.com/d/6f4fcf512/Anticheat_2.0.zip
PASTEBIN 1.0:
http://pastebin.com/kZcTWKqn