| View previous topic :: View next topic |
| Author |
Message |
yaartjea9 Newbie cheater
Reputation: 0
Joined: 02 Jul 2013 Posts: 18
|
Posted: Tue Oct 01, 2013 1:08 pm Post subject: Game shuts down after breakpointing! help! |
|
|
Hey everyonr im trying to breakpoint an adress in a game but as soon as i set a breakpoint it shuts down i already tried stealthedit but it used to work but they patched that now any help?
_________________
Roblox |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 472
Joined: 09 May 2003 Posts: 25880 Location: The netherlands
|
Posted: Tue Oct 01, 2013 1:16 pm Post subject: |
|
|
steathedit does not affect breakpoints
Try veh debuger and exception breakpoints if needed
Also, find out why it crashes first
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
TsTg Master Cheater
Reputation: 5
Joined: 12 Dec 2012 Posts: 340 Location: Somewhere....
|
Posted: Tue Oct 01, 2013 1:30 pm Post subject: |
|
|
| Sounds like an anti-debug in that game, try as Dark Byte said
|
|
| Back to top |
|
 |
yaartjea9 Newbie cheater
Reputation: 0
Joined: 02 Jul 2013 Posts: 18
|
|
| Back to top |
|
 |
TsTg Master Cheater
Reputation: 5
Joined: 12 Dec 2012 Posts: 340 Location: Somewhere....
|
Posted: Tue Oct 01, 2013 2:23 pm Post subject: |
|
|
Try to hook ExitProcess or TerminateProcess functions with breakpoints, what will the game do?: Immediate Shutdown, or a breakpoint hits??, try it.
if it breaks at one of the two func, there you may find the reason of shutting down(by checking the caller address in the stack)
if it don't break, maybe you can check the windows event viewer and see if it shutdown due to a crash trick, a useful address might be there.
|
|
| Back to top |
|
 |
yaartjea9 Newbie cheater
Reputation: 0
Joined: 02 Jul 2013 Posts: 18
|
|
| Back to top |
|
 |
|