I currently am dealing with exploiters who seem to be able to add themselves to the admin (Adonis), and I am trying to create a plugin, that whenever admin is given, or a player joins with admin, it is removed. (If it’s not a private server). But as I’m looking at the adonis documentation, there seems to be no page for service.Events. Would you guys happen to know the name of the event for an admin is added. I assume it’s AdminAdded. I tried using a pcall to check if it’d work, but the event doesn’t call, because I can’t admin myself so I don’t believe a return would happen to bring an error.
Any thoughts?
I understand I have a virus, and I’m looking for it. I have lots of requires due to Carbon, and others.
I wouldn’t recommend HD as it sponsors itself in your game, and has a ban list of specific users replicated across all of the games its in, meaning some users will just be automatically banned from your game and you wont be able to unban them.
I make my own admin for my games, but typically if someone is trying to put a FM one in their game, they don’t know how to make one, or are too lazy to make one.
The other thing is though, if someone is on the global ban list for an admin system, do you think they should be playing your game in the first place? Granted we don’t know what they did to get on the global ban list.
I was too lazy, but since I’m free, I’ve decided to start on a new project and create my own admin system. Already %90 percent done.
It consists of a loader with 2 different module scripts containing permissions/set admins and commands/datastores, banned players, etc. And luckily, I can just create a new command and add it. This is a major improvement from the last time I made an admin system, considering it was all if statements, lol. I’m probably not gonna release it to the public, but I may show it off in cool creations.
I still think it’s best to have a custom admin/have all scripts in SSS be well known, and made by me/owner, as I don’t want to give anyone access to control the server.
It’s also pretty hard to find require viruses due to the fact that I have carbon, and gate studio planes. They use a crap ton of requiring for module scripts, causing me to sort through tons of requires, with only 1% of them being viruses. I’m fairly well knowledged in scripting, I’d say getting to an advanced level. But sometimes I’m just too lazy, and use FMs. I know how to search for viruses, and remove them when I can, but sometimes it’s just too much. I might remake the game completely, but we’ll see.
Thanks for all of your insight, greatly appreciated.