Hello! First of all I’m TheRewd and in this year in my freetime I was focusing on developing a completely new and unique admin script that everyone could use.
This admin has a few little unique features that others don’t have (atleast what I’ve seen). I would be very happy if you would give me a feedback of what do you think of some of the features that I’m gonna list here. Keep in mind that some things might change because it’s not fully done yet.
Easy to understand GUI
It has a modern looking GUI with animations that can be easily understood. This GUI also contains a brand new feature which we will talk about soon. Be aware that I wasn’t focusing on the GUI design so much.
Custom commands
This feature I think is the biggest of them all. You are able to create custom commands in-game with no scripting skills required (well only if we forget about the whole “edit function” part when you must insert your own script for the command to work). When you create a command it will be saved in Axary forever (until you delete it) so you don’t have to worry about creating it everytime the server starts (let’s be honest what kind of admin it would be if you must create the command everytime the server starts). Player’s that doesn’t have high rank won’t be allowed to create custom commands. When Axary will be finished I’ll make a tutorial to explain how it all works (or I’ll create a little simple in-game tutorial).
Personal and game settings
You can change for example theme of the GUI or other personal settings. Players with higher rank will get an option to change game’s command prefix or GUI theme for all players. (I didn’t even start working on this feature yet so I can’t write much about it until it’s done.)
In-game ranking system
Axary finds player in the game (if the player is not online it will automatically try to find player’s ID), gives him the corresponding rank and saves it. Every rank number has it’s own name e.g.: 1 = Premium (and no, it’s not Roblox Premium), 2 = Moderator, etc…
Security
Axary defines a player by their ID (not their username) e.g. when the player gets banned, he can’t unban himself by changing his roblox username. The next thing you might have noticed is that a lot of those features are through a GUI. The only way how to make client send data to server is through remote events (we all know that). There’s only one remote event that Axary uses for everything and it is unbreachable (I really made sure of that). There’s no way an exploiter could bypass the verification process.
AAR (Axary Auto-Repair)
AAR is a module script that Axary calls when it starts. AAR makes sure that everything stays in place and instances that are created by Axary (e.g. that remote event I was talking about earlier) will be protected so they can’t get destroyed or moved.
Customization
Axary can be customized in almost every way: Custom commands, custom GUIs, etc. In the future I’m planning to add a bindable event that can handle commands such as “reset” that resets Axary to the newest version (e.g. when you want to auto update Axary you will create a loop in which you fire that event every 5 minutes).
This admin will be a module script but unfortunately it will be obfuscated. Obfuscation is not 100% protection but it is atleast something. When Axary releases I won’t have any problems showing the code to trusted developers to prove that the code is not malicious.
These are not all the features. If you have time please give me a feedback on what should I improve, add or remove. Thanks very much! (Oh and did I mention the name is Axary?)