Question Black Ops 3 Anti Cheat / Anti Debug [PC]

Dertii

Modder
Messages
36
Reaction score
31
Points
568
If you didn't know, You can't use Cheat Engine or anything similar to that. So i found out that the way Black Ops 3 detects if you are using Cheat Engine is by using a thread in the process.
You can use Process Hacker to terminate that thread however Black Ops 3 have another thread or something similar thats detects if you have terminated that thread. And Anti Debug is not that hard to bypass since there is a AntiAnti Debug plugin for x64dbg. But my question is if you can somehow create a thread in c++ or c# that acts the same as the Anti Cheat Engine thread and then terminate the real thread so that Black Ops 3 won't close itself when terminating the thread.
 

Airyz

Well-Known Member
Messages
1
Reaction score
0
Points
201
you might have better luck instead of terminating the thread, inject some code into it which is just a simple loop, that way the thread stays running but never actually does anything. Do you have any addresses or IDs for this thread? I would love to give it a try
 
Top