Need Ideas On What To Block For An Anti Cheat

I’m making a anti cheat for a FPS type game. What are common exploits people use that I can block.
So far I have speed, inf jump, teleport, and basic ESP blocked.

Random deletion of parts, random Gui’s, fly, random high memory of the game those are signs of exploits/exploiters.

1 Like

I say remove guis that aren’t core, and kick players that modify stuff about the client

2 Likes

This is a showcase of what basically most popular exploit scripts have.

I hope this helps!

2 Likes

You probably won’t want to rely too much on your client anti cheat. Since it will easily be bypassed and basically all GUIs get inserted into CoreGui so detecting GUIs is pointless. The even more advanced exploits actually draw the GUI on your screen without using ScreenGui’s.

The most common ones are really what you have marked down, probably except esp (not all games that scripts are made for need esp) since they can just putt the guis in coregui or again just draw it on your screen)

1 Like