Anti Exploit Help

I am trying to make a anti exploit to prevent injections, random btools in users tools, and much more.

I have been getting a lot of exploit attacks in my game and was wondering if anyone can help!

1 Like

You can’t really prevent injections, but you can detect if something foreign has been added into the ScreenGui, etc. You can check if the player has a hopperbin (usually what btools are made with) in their character, or StarterPack. Sadly you can’t check if something has been added to the CoreGui because roblox doesn’t allow you to. If you’re getting people trying to fire events just add checks if they’re fired when they’re supposed to be fired.

1 Like