User8382983 Posted March 12 Posted March 12 (edited) https://community.multitheftauto.com/index.php?p=resources&s=details&id=18996 If you want an anti-cheat system, continue from here; this will be the right one for you. Edited March 12 by User8382983
eoL Shady Posted Tuesday at 22:54 Posted Tuesday at 22:54 @User8382983 I took some time to read through the GitHub source and I honestly like the approach you took with this project. The modular architecture is very clean and makes the anticheat easy to maintain and extend. Splitting detections into independent modules is definitely the right direction for an MTA resource like this. I also like that everything is configurable through config.lua that makes it much easier for server owners to adapt it to their environment. The amount of detection types is also impressive (movement, combat, environment, network etc.). Especially the event spam protection, element data protection and movement analyzers are very useful in real servers. Another great thing is that the project is open source. Transparency is extremely important when it comes to anticheat systems, and it allows other developers to contribute and improve the system over time. If I could give a few suggestions: - Some detections (like wallhack scanning and VPN detection) may need further refinement because they can be unreliable in some environments. - It might be good to move as much logic as possible to the server side, since client-side protections can sometimes be bypassed by advanced loaders. - As the project grows, adding more documentation about how each detection works internally could also help other developers contribute. Overall it's a very promising project and I respect the effort you put into it. It's always great to see new open-source tools for the MTA community. Good work
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now