I’ve seen it done before. I know that some games have anti-cheat where if you inject an exploit script it detects it and kicks you, but how would I detect that? I know that you wouldn’t be able to do anything about exploit scripts in the core GUI, but what about the other ones? Thanks everyone.
3 Likes
All methods I know for the detection of exploit injection and script injection was generally by looking for a memory spike, this is neither a reliable method or a good one, this is because that it throws many false positives if a player needs to load a section of your game or if they are on a lower performance device.
3 Likes