Anti dex - Working anti-exploit [v1] [still works]

Client anti cheats make exploiting harder but if the exploiter knows what he is doing then the anti cheat will get bypassed because the anti cheat is running on their machine which means that they have full control of it

4 Likes

I am pretty sure that it’s supposed to be a placeholder of what the handshake/heartbeat should look like. If this is the case @RIP_Bombs, please add a warning about it.

2 Likes

would it not be better to increase the delay on the loop as your invoking the client so many times that it could cause performance issues?

1 Like

Pretty good idea but

Doesn’t look very safety when you fetch code from github and directly run it on server

101 on how to mass backdoor games

5 Likes

If you were to implement this into a game you would, I assume just put your own githubusercontent code instead of that link or just loadstring the code as normal

This is unnecessarily convoluted; fetching code from GitHub is the worst offender of them all; no sane developer would do it. Even if they override the link to their own, it is still an external dependency, which could’ve been perfectly implemented as another function call or a ModuleScript.