2020-09-27, 04:52 AM
Hi, i need a anticheat for my server samp 0.3.7, I dont find in the Forum samp, someone have one?
[Pawn] I need a Anticheat
|
2020-09-27, 04:52 AM
Hi, i need a anticheat for my server samp 0.3.7, I dont find in the Forum samp, someone have one?
2020-10-04, 09:08 AM
Use SAMPAC
2020-10-04, 09:21 AM
If you really want to buy an anticheat you can contact me on Discord. BoNNe#3552
2020-10-10, 04:19 PM
(2020-10-04, 09:08 AM)yukie Wrote: Use SAMPAC Its dead, the owner recommend not using this!? OP: Use?https://github.com/NexiusTailer/Nex-AC, it is still up to date.
2020-10-11, 12:25 PM
(2020-10-10, 04:19 PM)rt-2 Wrote:(2020-10-04, 09:08 AM)yukie Wrote: Use SAMPAC Nex-AC is very inefficient. Using Pawn.CMD?
If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
2020-10-12, 11:40 AM
(2020-10-11, 12:25 PM)Pinch Wrote:(2020-10-10, 04:19 PM)rt-2 Wrote:(2020-10-04, 09:08 AM)yukie Wrote: Use SAMPAC And what is your better solution then?
2021-01-05, 03:29 PM
Bumping this old thread as I am also wondering if there is any general consensus on what third-party AC is actually good.
I have my own implementation already, but I figured rather than reinventing the wheel for the 500th time (as pretty much all servers have their own anti cheat methods, with varying reliability) I could try to find a working pre-made package somewhere. I am looking for something that's: - Up to date / still maintained - Feature-rich, containing detections for all of the usual cheats and annoyances like weapons, money, teleports, etc. - Well documented! I don't want to install a library that doesn't even tell me what it does and how to use it - Light, doesn't affect the server by blocking and generally slowing scripts down - Most importantly: Never / ultra rarely gives false positives
2023-08-16, 10:59 PM
Make your own like everyone else. If you are lucky you might discover some little known tricks to get an edge and oneup the cheaters.
Using nex-ac can be a good starting point but there is a lot of false positives you will need to account for and tailor it to your specific gamemode and expand on it as needed. |