How to make server secured from LUA injector kids?

Hey, I have came to ask the veterans here and the expert devs in LUA, what are the ways to defend my server from those whom wants to harm with LUA injectors and such, I know scrambling resources and such but these things breaks the scripts when it comes to ESX, there is any way to do as NoPixel and FamilyRP did? a launcher, or making the IP hidden from direct connect and everywhere else?

Check for irregular changes in every player’s money and make your script automatically flag them.

1 Like

You could use this script by SaltyGrandpa:

Or as @sgpdeveloper said, check a players money every x seconds, and if they’re money has increased by x in that time period then flag them.

1 Like