How could you make an anticheat

How would you make an anticheat that detects an executor before you have even hacked?

Say you had krnl on your PC and you were ready to cheat in a roblox game, Is it possible to take action before the player even exploits?

2 Likes

you cant really. i think some executors/scripts out there print something to the console or add something to the game that you can detect

2 Likes

most executors/cheats are manipulating the player’s local memory, and the player can run code to change the player memory, which means you can’t detect it from server-side. and even if you figured out to detect when an executor has injected, the exploiter can just delete the script, or if you use :Kick, hook a metamethod to disable the method (the metamethod works only on clientside)

3 Likes

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