[FilterScript] Simple Anticheat
#1

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
Code:
if(strcmp(cmdtext, "/Armour", true) == 0)
	{
	  SetPlayerArmour(playerid, 99);Set this to 99 not to 100
	   return 1;
	}
Anti Health Hack:Just send message to rcon/admins
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);
}
    }
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
Reply


Messages In This Thread
Simple Anticheat(Update 2.0) - by lanix - 09.04.2015, 18:23
Re: Simple Anticheat - by opticork - 10.04.2015, 04:53
Re : Simple Anticheat - by Smocky - 10.04.2015, 04:58
Re: Simple Anticheat - by Dignity - 10.04.2015, 05:07
Re: Simple Anticheat - by lanix - 10.04.2015, 18:59
Re: Re : Simple Anticheat - by lanix - 11.04.2015, 19:04
Re: Simple Anticheat - by lanix - 11.04.2015, 19:06
Re: Simple Anticheat - by Abagail - 11.04.2015, 19:14
Re: Simple Anticheat - by Flashhiee - 11.04.2015, 20:38
Re: Simple Anticheat - by FernandoLight - 11.04.2015, 20:41
Re: Simple Anticheat - by shadowstorm - 12.04.2015, 19:19
Re: Simple Anticheat - by lanix - 17.04.2015, 12:40
Re: Simple Anticheat - by lanix - 17.04.2015, 12:43
Re: Simple Anticheat - by Toxik - 08.05.2015, 19:12
Re: Simple Anticheat - by Garnet - 10.05.2015, 03:14
Re: Simple Anticheat - by giorgosdim12 - 10.05.2015, 06:43
Re: Simple Anticheat - by lanix - 10.05.2015, 08:17
Re: Simple Anticheat - by CprYseeR - 10.05.2015, 08:25
Re: Simple Anticheat - by Konverse - 10.05.2015, 08:41
Re: Simple Anticheat - by lanix - 11.05.2015, 12:07
Re: Simple Anticheat - by dominik523 - 11.05.2015, 12:27
Re: Simple Anticheat - by $$inSane - 12.05.2015, 06:27
Re: Simple Anticheat - by Toxik - 12.05.2015, 09:49
Re: Simple Anticheat - by ammaz - 15.07.2015, 10:45
Re: Simple Anticheat - by xxxSpeedxxx - 27.12.2015, 15:16
Re: Simple Anticheat - by GTA:SA - 27.12.2015, 23:28

Forum Jump:


Users browsing this thread: 7 Guest(s)