Injected lua files detecting

Use a resource tokenizer to check and match the client and server resource lists every X seconds, use an anticheat (try Badger’s one) along with an Event Scrambler
You cannot track everything that happens on the client (their game process), but you can track what they try to do on the server as well as what resources they’re running. Also, Badger’s AntiCheat prevents most Lua executors, and those that it doesn’t you can always block manually if you have enough code expertise.

3 Likes