#Best Anti-Cheat / Ways to catch cheaters?

1 messages · Page 1 of 1 (latest)

sterile flax
#

Hey there!

I'll be making my first server with economy and inventory and whatnot with QBCore soon, I've been seeing lots of people showing off menus to spawn in items and get money that way...
What is the best way to stop this / catch these people?

Thanks!

boreal heart
#

depends on what your looking for @sterile flax there https://electron-services.com or https://forum.cfx.re/t/paid-pegasusac-best-fivem-anticheat-2025/5208717 even https://www.phoenix-ac.com just look and find what your looking for and wishing to detect and block

The most advanced and reliable FiveM anticheat.

PhoenixAC is the best protection for your FiveM server currently available. Now detecting enhanced functions and features in Eulen, redEngine, and other popular cheat providers.

sterile flax
#

Hmmm I see, I'm still a little unsure, but I will do more research I suppose

humble pendant
#

The best anti-cheat is proper event logging, trigger anonymizing , and securing a good staff team that you trust.

Most of the time you'll run into more problems using an anti-cheat.

sterile flax
#

I see

#

I'll look into that, thanks

#

Any recommendations? 😅

#

I've googled the event logging stuff but I can't seem to find much useful information

humble pendant
#

Pretty broad question. Things like TriggerServerEvent('giveRewards', item, amount) are bad. Never trust the client. Validate on the server.

sterile flax
#

Ah right okay, I assume most scripts that people will publish will have some kind of validation (if they are good devs)

humble pendant
#

You'd think.

sterile flax
#

Coolio, thanks :)