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?
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?
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
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)
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.