Hello, I've been digging around in Stormwork's memory for a little bit and I found an issue that can impact the multiplayer experience quite heavily. I noticed that variables responsible for locking players out of the custom menu are stored statically. This allows for anyone with any reverse engineering knowledge to easily gain access to the custom menu easily on any server. I do have a few solutions, one would be to implement server side verification for changes done on the custom menu. Another solution would be to rework the implementation of the custom menu and have the variables stored dynamically. If needed I can provide code or a built application that can demonstrate this. It's very likely that this vulnerability has been, or will be used to cheat.