View previous topic :: View next topic |
Author |
Message |
VirtualMind Newbie cheater
Reputation: 0
Joined: 04 Apr 2015 Posts: 20
|
Posted: Tue May 30, 2017 10:26 am Post subject: game detects all debuggers |
|
|
im trying to do find what writes address on black ops II
and it detects all debuggers(windows, kernalmode,VEH) and closes to the game.
what to do ?
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Tue May 30, 2017 10:33 am Post subject: |
|
|
Avoid cheating on multiplayer games? I would also recommend that you read the forum rules regarding discussion of online games.
|
|
Back to top |
|
 |
VirtualMind Newbie cheater
Reputation: 0
Joined: 04 Apr 2015 Posts: 20
|
Posted: Tue May 30, 2017 10:58 am Post subject: |
|
|
++METHOS wrote: | Avoid cheating on multiplayer games? I would also recommend that you read the forum rules regarding discussion of online games. |
Black ops II is not only multiplayer. im doing this on Zombies Solo
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Tue May 30, 2017 11:36 pm Post subject: |
|
|
My recommendation still stands.
|
|
Back to top |
|
 |
VirtualMind Newbie cheater
Reputation: 0
Joined: 04 Apr 2015 Posts: 20
|
Posted: Thu Jun 01, 2017 3:47 am Post subject: |
|
|
++METHOS wrote: | My recommendation still stands.  |
ok, lets exclude black ops. what to do if a GAME detects all debuggers
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Thu Jun 01, 2017 4:55 am Post subject: |
|
|
Depends on the game. Most offline games do not include anti-cheat mechanisms.
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Thu Jun 01, 2017 8:26 am Post subject: |
|
|
Bo3 does a lot of weird shit (blocks dll injection too). You can still fish values/codes out of it before it crashes though.
If you want to bypass them, that's an entirely different area than gamehacking and you need to learn how its detecting debugger then to stop it from doing that.
Zombies is online and you get banned (doesn't matter if you cheat offline, has been like this for every bo game). I imagine the anticheat is also in full force there.
_________________
|
|
Back to top |
|
 |
Xblade Of Heaven Master Cheater
Reputation: 0
Joined: 16 Oct 2005 Posts: 395 Location: DEAD
|
Posted: Thu Jun 01, 2017 9:06 am Post subject: |
|
|
use page exceptions (VEH)
_________________
Welcome to the Hell.
 |
|
Back to top |
|
 |
ulysse31 Master Cheater
Reputation: 2
Joined: 19 Mar 2015 Posts: 324 Location: Paris
|
Posted: Thu Jun 01, 2017 6:40 pm Post subject: |
|
|
Xblade Of Heaven wrote: | use page exceptions (VEH) |
He did.
To each game its own methods but 1 thing that could work is for you to enumerate threads and get one thread that does anti cheat checks (like the thread performing memory integrity checks or the thread calling winAPI that try to detect ollydbg etc) and suspend it.
Chances are you can attach your debugger for a few minutes before game crashs after that. Ugly, but fast and sometimes enough
|
|
Back to top |
|
 |
|