| View previous topic :: View next topic |
| Author |
Message |
pox911 Grandmaster Cheater
Reputation: 28
Joined: 29 Nov 2008 Posts: 918
|
Posted: Thu May 16, 2013 12:46 pm Post subject: ASM not being used after crash? |
|
|
| Im using the utilmap to find some asm. I found some functions that do exactly what i need them to yet after i restart the game the function no long effects anything. Is this a common accurance or am i just mising something simple?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25811 Location: The netherlands
|
Posted: Thu May 16, 2013 1:05 pm Post subject: |
|
|
Are they dll addresses?(or recent game exe) It might be the address has changed after a restart
If possible, next time save addresses using modulename+offset notations
_________________
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
Last edited by Dark Byte on Thu May 16, 2013 1:09 pm; edited 1 time in total |
|
| Back to top |
|
 |
pox911 Grandmaster Cheater
Reputation: 28
Joined: 29 Nov 2008 Posts: 918
|
Posted: Thu May 16, 2013 1:08 pm Post subject: |
|
|
| it is using moduel name + offset . Its going from the base exe. When i load the game again the memory region is static and the function is the exact same but just not being used.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25811 Location: The netherlands
|
Posted: Thu May 16, 2013 1:13 pm Post subject: |
|
|
Are you sure it's not being used? Did you try a code injection to store data or a breakpoint? Some games block the normal breakpoints so ce won't break, or just crash if you enable the ability to override existing breakpoints. And sometimes ce has trouble setting breakpoints at the start.
(And changing settings will completely break debugging in 6.2 if you have plugins in the pluginlist)
And of course, perhaps a previous edit of yours caused that path to be taken
_________________
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 |
|
 |
pox911 Grandmaster Cheater
Reputation: 28
Joined: 29 Nov 2008 Posts: 918
|
Posted: Thu May 16, 2013 3:40 pm Post subject: |
|
|
| I was nopping it to get results. All i did was the util, find it, nop it. I saved the exact address and bored out again after a restart and it doesn't work. According to the memory view its still the same thing. Wonder if the game just randomly chooses one of a select few paths or something.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25811 Location: The netherlands
|
Posted: Thu May 16, 2013 3:55 pm Post subject: |
|
|
It's possible but I doubt it, unless it's something that has REALLY high security like an integrity check. But for ingame mechanics I really doubt it.
My guess is that you previously nopped something else before or during the mapping, which caused the specific code to get executed. (e.g nopping a conditional path causes a different path to be executed)
e.g: If cheatsenabled then if godmodeenabled then health=100
If you nop out the result of if cheatsenabled you will get the "if godmodeenabled" branches. , but just nopping the result of "if godmodeenabled" will not cause it to have an effect
_________________
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 |
|
 |
|