| View previous topic :: View next topic |
| Author |
Message |
antonio13 Newbie cheater
Reputation: 0
Joined: 14 Sep 2010 Posts: 16
|
Posted: Mon Feb 23, 2015 6:29 pm Post subject: Game Crashes After Searching For pointers! |
|
|
Ok i have a game and i found some values.
I found the first pointer,but always when i am trying to "find out what accesses this addres" the game crashes,any ideas why this happens?
P.S : Even with the first pointer if i change the value,the value in games changes.
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Mon Feb 23, 2015 8:46 pm Post subject: |
|
|
Edit > Settings > Debugger Options
[x] Hardware Breakpoints
[x] Use VEH Debugger
|
|
| Back to top |
|
 |
antonio13 Newbie cheater
Reputation: 0
Joined: 14 Sep 2010 Posts: 16
|
Posted: Mon Feb 23, 2015 9:18 pm Post subject: |
|
|
I have these settings already! when i changed to windows debugger it crashed with the first "find out what access/writes"
|
|
| Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Wed Feb 25, 2015 11:05 am Post subject: |
|
|
It crashes after attaching debugger to game process? In that case, topic in this thread is not accurate.
This game probably has some anti-debug mechanism. You can try to defeat this protection. Often, it's not worth your time - just use some "alternative executables", find codes, create AA scripts (use "AOB Injection" template, the best option for you). Test all AA scripts.
Then try your scripts on game with original executable.
If your game is a multi-player game or it has PvP elements - give up.
_________________
|
|
| Back to top |
|
 |
|