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
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.