What do you want to achieve?
I’d like for my game to not be crashed by exploiters at random times (sometimes they do it throughout the whole day)
What is the issue?
The fact anyone can go and crash servers which has made me drop by 80% in revenue.
It’s hard to tell what they do, I’ve monitored everything and found nothing suspicious in the game, but it just seems to keep going on. It’s 100% an exploiter and some people in the game have said like
“I’m loving synpase”
What solutions have you tried so far?
We’ve tried to patch several exploits but now there is this one which seem unknown to me.
This has been solved thanks to Pauljkl. The vulnerability was Adonis Admin Commands. He’s free to make an explanation of how and why if anyone’s interested.
I’m hoping you weren’t extorted of any funds/limiteds.
The method that was used is a public one that has been released from 2019.
As far as the vulnerability would be Adonis separating a single string into multiple commands by spacing.
So the exploiter would spam a command called :clean with over 10k iterations into a single string and push it through game.Players.Chat(cleanCommand) while also putting it in a loop.
So basically Adonis would run this one command thousands of thousands of time in a short span as the command itself can be very intensive for the server.