Just reaching out to my fellow server owners to see how you combat modders.
We have had alot of people coming in with troll/mod menus in the last few days. We are a menu server with scripthook enabled. Primarily we use vMenu though.
I have the delgun but it doesn’t seem to want to remove these? See attached photos. Any admin resources you could recommend would be appreciated.
Hmh, I’d recommend for starters to get any plugin that black-lists certain props, so people can’t spawn those in and get kicked or banned whenever they try to do so. Badgers anti-cheat is pretty nice for that as well as doing quite a few other nice things, but I imagine there are plenty of resources that do just that.
Also if wish to stop most menu’s, you could also start obfuscating ESX calls, which I kinda recommend you do regardless whenever adding new resources, for example, you can rename ESX_Police;handcuff to Esx_police;(Randomstringofletters) and then use a plugin to ban anyone who uses this old call. This prevents script kitties from just using a menu they found on the internet and will catch most cheaters as this is the extent of “hacking” knowledge they know.
Anyhow, just mess around with the info there is on the forum and you most likely can’t go wrong. Ofc, it’s impossible to stop every hacker, but the 10% will just need to be dealt with the original way, and that is through moderation.
I have a list of blacklisted models which allows me to intercept entity creating events and then spam my Discord if someone spawns a blacklisted model. I also have a way to delete entities spawned by modders, thanks to Indra’s help in scripting channels. Just ask around, there’s a lot you can do.