[FilterScript] [MAC] Matt Anti Cheat
#1

Hello , I would like to introduce you to my newest Filterscript. This is Anti Cheat which provides you Anti Weapon Cheat only (I have my own Anti Cheat Full Version with everything but I only want to publish this sorry).

What is this FS doing?

It's kicking everybody who spawn weapon ID's which are wroted in .pwn file and saving cheater name in log file named "mac_cheaters.log"

Bugs?

No bugs. 100% tested and no bug at all!

Download?

Sure.

Solidfiles
Pastebin

Credits

Matt(me) - For making this AC.

Thanks to

Mario - For testing the script.


Hope you like it , don't remove credits
Reply
#2

Too easy to make but good for your first FS
Reply
#3

Looks nice, but couldn't you make it more simple for people to add banned weapons into the script?

Maybe create an array, and loop through it to see if the player has that specific weapon equipped. For example;
pawn Код:
enum BannedWeaponsData {id}
new BannedWeapons[][BannedWeaponsData] = {
35, 36, 37, 38, 39 //Add more if needed
};

//Then you could check for a banned weapon by doing:

new weap = GetPlayerWeapon(playerid);
for(new i; i < sizeof(BannedWeapons); i++)
{
     if(i == weap)
     {
          //Do your thing to ban/log the player here
     }
}
Reply
#4

Easy to make for some little better scripters , for beginners not !

BTW. This is not my 1st FS

Funky , I could use the arrays but forgot to
Reply
#5

Edit it! Quick before no one see's ¬¬

Hahaha Maybe you could make that as an update? Or an "optional" update.
Reply
#6

I made this because friend of meine ask me to make some Anti Weapon Cheat for him and I don't have time because of school I have so much to study today so I made it most simplest I could , maybe update
Reply
#7

Fair enough
I have the same problem with school work and stuff, and i run an entire server :/ Yay! (< Sarcastic)
Reply
#8

If I ever finish this problems in school , I will make some good and very usable Filterscripts.
Reply
#9

pretty gud
Reply
#10

Thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)