Today they are entering one or more to damage the game and do not let anyone play quietly, literally remove anchor to the entire map. Is it any good to report it? What can I do?
There isnât much you can do, to be honest. More than likely, you put a free model in your game that had some sort of backdoor virus that allows them to even affect it server side.
yeah. if anything, you should probably remove the virus scripts from some of the free models so those hackers wonât continue to damage your game
search âscriptâ in the explorer area. delete any scripts that you didnât put there.
I have made some changes and I hope they work, as long as the hacker canât read my scripts. now every time the server is called a code is also sent, if the code doesnât exist or is different nothing is done.
What earlier replies said, its most likely a backdoor. You can use SHIFT + CTRL + F to open the Search All Scripts menu, and search for things like ârequireâ and âgetfenvâ to find suspicious code. If you or one of your developers didnât add it, its most definitely malicious.
There could be a malicious script in a plugin you used.
I just searched for what exploit is causing it and what I found was just a simple remote call, you have remove events that are letting players unanchor every part in the workspace, they can choose how much money they get when calling the remote.
Your problem doesnât seem to be related to a virus or malicious plugin, but your remote events security, please add checks in the server side for them. Do NOT let the client choose how much they will get.
If you need any help doing that, you can contact me on discord (Silent#4099) or just dm me here.