Quote:
Originally Posted by nnbbss
So, isnt it possibole to patch the execution of the anticheat files ?
just to nop it or idk what in order to "bypass" the anti cheat
or in order to bypass the anti cheat we have to patch the code that check prcesslist or any other thing that might detect ce or any other program that get detected ?
|
The initialization routine can be "just NOPed", but the problem with all decent anticheats is that they use a heartbeat packet system. If the client doesn't respond with a valid answer in a defined amount of time, the server drops the connection (disconnected from server).
So it's not that simple. :)