As a server Dev how to detect client using esp or wall hack?

As a server Dev how to detect client using esp or wall hack?

is there any anticheat or Native that a dev can work on for this.
How nopixel and big server handles this esp, aimbot and wallhack tired of these ■■■■■ and ■■■■■■■■■ shits that these player abuse.

since, server side event trigger and spawner are prevented but these client side weapon combact thing like no recoil, esp, aimbot made a dev nightmare.

citizen, plugins and mod are stoped from pure mod but panel hack that they inject make player unfair.

Pure mode helps a lot (either that or something like a “client resource blocker” which streams relevant files so players can’t override them, however pure mode is a better solution); as for actual cheats, there’s not a whole lot you can do besides letting Cfx handle it - any server resource anticheat you find that advertises anti-aimbot or whatever is in most cases a lie.

Hello, you can definitely detect no recoil, damage boost, rapid fire etc… that’s for sure, it is possible to detect aimbot if you code something that tracks the players accuracy but it won’t be 100% accurate if the players has lowered the aimbot settings. I think it’s impossible to detect esp since majority of the time it’s used externally and you can’t even see it when screenshooting the player’s screen

Yep, these things:

are detectable via native checks, which most anticheats out there have - there’s no way to bypass a proper setup as all client changes are reflected on said client. Any “real” cheats that don’t hook into the game, or hook into the game in ways that can’t be normally seen, should be left to Cfx to deal with.

1 Like

Then, is there any thing that fivem dev can do on kernel level to detect any suspicious app running on client pc and give them ban. I know it’s impossible for server dev to work on client side properly so, why not add a kernel level anti cheat to detect client running apps like EAC, vanguard does before running fivem or it will not worth ?

If FiveM had a kernel-level AC many would quit (me included), just look at the whole scandal with Vanguard - it’s too invasive and seriously concerning. Plus, there’s no good need for one, build secure code and you will ward off most idiots trying to do bad things