| View previous topic :: View next topic |
| Author |
Message |
vidabm How do I cheat?
Reputation: 0
Joined: 26 Aug 2014 Posts: 1
|
Posted: Tue Aug 26, 2014 5:20 pm Post subject: Convert Addres to all other OS |
|
|
Can anyone help me on how to transform any address from this:
Win8_64_Bits = &H18D520
to this:
WinXP_32_Bits &H12D55C
Win7_32_Bits = &H12D524
Win7_64_Bits = &H18D524
Win8_32_Bits = &H12D520
Win8_64_Bits = &H18D520
The question is, how to I convert my current OS address to other OS address? Thanks
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25821 Location: The netherlands
|
Posted: Tue Aug 26, 2014 6:07 pm Post subject: |
|
|
I doubt those addresses are always that address for everyone. (different username and hardware can already change that)
Anyhow, the best bet you have:
in memoryview find the address of THREADSTACK0 (just use "go to address" and fill in as address "THREADSTACK0")
then decrease that address with the address you're interested in, and add as address THREADSTACK0-<difference> (e.g: THREADSTACK0-1234)
with luck it'll be the same for all systems
_________________
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 |
|
 |
vidabm How do I cheat?
Reputation: 0
Joined: 26 Aug 2014 Posts: 1
|
Posted: Tue Aug 26, 2014 6:22 pm Post subject: |
|
|
| Dark Byte wrote: | I doubt those addresses are always that address for everyone. (different username and hardware can already change that)
Anyhow, the best bet you have:
in memoryview find the address of THREADSTACK0 (just use "go to address" and fill in as address "THREADSTACK0")
then decrease that address with the address you're interested in, and add as address THREADSTACK0-<difference> (e.g: THREADSTACK0-1234)
with luck it'll be the same for all systems |
The game has this address always still, it doesn't change even when restarted, it changes from OS to OS and Bits from bits. Only thing I got from looking to the addresses was the &H18 to &H16 from 64 to 32 bits.
I've already asked those people to tell me how they do it, they said it's some type of 'Address Calculator' but they have never been specific.
|
|
| Back to top |
|
 |
|