How do I stop exploits like this happening in my game?

Yes, I’ve seen other posts that are related to this one, but it is nothing that I’ve been dealing with. Lately, my game has been getting exploited by an executor named “Aureus”, a new ROBLOX server-side executor, or maybe it’s just new to me. The screenshots below were taken by a few of my players in the game:

image

Any way to detect these?

1 Like

Server-side execution is

  • exceptionally rare
  • well guarded and unavailable to the public, or
  • sold for lots of money
  • far more dangerous than what you’re depicting

And there’s nothing you can do about it. If they’ve found such a massive vulnerability that they can actually execute code on the server, that’s Roblox’s job to deal with.

If it’s not actually server side execution, make sure you’re using proper handling of RemoteEvents and watch out for back doors.

1 Like

These is a easy way to stop the most common exploits in game

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.