System Anti exploit

Hi everyone, so i need help on making an anti system exploit but i don’t know where to start if you know please say
Thank you.

The basics of securing a game comes down to checking different variables and instances.

For example, having a script that loops every once in a while to make sure a character is under a certain walk speed.

On more complex games, BedWars as an example has much more to do with anti exploits.

Before you begin making something like this, its important to understand what steps can be taken to secure your game.

For example, don’t use local scripts as key parts of your game functionality.
If you wanted to check to see if a player had enough currency before buying a product, then you need to use a server script. Hackers can easily edit local scripts and it will cause problems if you don’t take steps to further secure your scripts.

If you wanted to use client to server or server to client remote events, you need to make sure you have something like this:
RemoteEvent-Flow
Taken from Game Security

What game are you intending to make if you don’t mind me asking?

I’m making a battle game with something original that pops out of my head

You should make sure that you have finished the fighting aspect of the game, before moving on to polishing and adding anti-cheat scripts.

1 Like

Distance checks
Humanoidrootpart checks
Anti-hitbox expanders
anti-anti-humanoid
Anti-Character part deletes
Anti-Character Deletes
Anti-ESP
These will help you out very much especially on pvp

Anti-ESP isn’t possible depending on the script that the exploiter is using, You can just parent tracers and stuff into CoreGui.

Most esps use highlighters now.

Highlights can be parented anywhere and you can set the Adornee to a player’s character.

Since when?? they can only be parented in character model if you want the baseparts to be visible.

Since they were first released, If you look at the properties of a Highlight instance you will find a property called “Adornee”, if you set it to a Model/BasePart then it will highlight that instance.

1 Like

oh shooot you right i looked back at some scripts they use Adornee then parent to coregui my bad

1 Like