Identifying sub-processes that run on FiveM process

Hello, I try to make anti cheat for FiveM, the anti cheat need to Identify sub-processes that run on FiveM process. is that possible to do it? i want to detect cmd.exe

Client scripts are sandboxed so it’s not possible to detect processes (would be really bad), you could however look into other ways to create an anticheat/secure your server



https://cookbook.fivem.net/2019/08/19/onesync-intercepting-game-events-such-as-explosions/

i know someone that make anti cheat that ban player when player inject menu immediately… i do not know how…

I do that too. Simply by listening for certain exploitable events like the ones listed in the topics above. Or listening to commands cheat menus have etc.

did you find anything?