View previous topic :: View next topic |
Author |
Message |
maplecheck Expert Cheater
Reputation: 0
Joined: 22 Jan 2006 Posts: 139
|
Posted: Sat Sep 01, 2012 5:18 am Post subject: about break and trace, break condition? |
|
|
1)I need breakpoint on EAX<>0x0a, EAX<>0x0b and EAX<>0x0c, how to write break condition?
2)why break and trace only have stop condition option? I need break and trace when EAX=0xff, how to do?
can you add a begin condition option?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Sat Sep 01, 2012 8:00 am Post subject: |
|
|
1: After setting the breakpoint rightclick the breakpoint and set the break condition in a lua format. e.g: (EAX~=0xa) ad (EAX~=0xb) and (EAX~=0xc)
2:Same as 1, after setting a break and trace breakpoint, rightclick the breakpoint to set the start condition
_________________
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 |
|
 |
maplecheck Expert Cheater
Reputation: 0
Joined: 22 Jan 2006 Posts: 139
|
Posted: Sat Sep 01, 2012 9:55 am Post subject: |
|
|
thanks!
can you give me an example for 2?
how to set the start condition when EAX=0xff for break and trace?
--
I will be tried. the EAX value is always changed, then when I rightclick break and trace, I have no time to set the start condition.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Sat Sep 01, 2012 10:26 am Post subject: |
|
|
set a break condition before the break you actually want. (or pause the whole game)
_________________
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 |
|
 |
maplecheck Expert Cheater
Reputation: 0
Joined: 22 Jan 2006 Posts: 139
|
Posted: Sat Sep 01, 2012 10:38 am Post subject: |
|
|
thanks!
|
|
Back to top |
|
 |
|