View previous topic :: View next topic |
Author |
Message |
tiger Newbie cheater
Reputation: 0
Joined: 02 Dec 2005 Posts: 14
|
Posted: Thu Dec 15, 2005 5:30 am Post subject: hex help pls |
|
|
i got a value but dont know how to add it.
[eax+edx+00002010],00000000
eax=02B24318
edx=0000084C
If everthing add up is what value?
[02b24318 + 0000084c + 00002010] = ??
|
|
Back to top |
|
 |
cparty Expert Cheater
Reputation: 0
Joined: 01 Dec 2005 Posts: 219
|
Posted: Thu Dec 15, 2005 6:29 am Post subject: |
|
|
Open windows calculator, switch to scientific view, then change to hex (F5).
Add your numbers
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Thu Dec 15, 2005 6:53 am Post subject: |
|
|
yes, if you add it all up using the windows calculator you get 2B26B74
but if you're wondering about pointer and offsets
the value of the pointer is probably 2b24318 and the offset needed is 2010+84c=285c
_________________
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 |
|
 |
tiger Newbie cheater
Reputation: 0
Joined: 02 Dec 2005 Posts: 14
|
Posted: Thu Dec 15, 2005 8:30 pm Post subject: |
|
|
so actually i turn all the hex figures into number and add it up then convert it back to hex, rite? I think i got the value. Thx.
yes i'm looking for the pointer.
|
|
Back to top |
|
 |
cparty Expert Cheater
Reputation: 0
Joined: 01 Dec 2005 Posts: 219
|
Posted: Fri Dec 16, 2005 4:17 am Post subject: |
|
|
tiger wrote: | so actually i turn all the hex figures into number and add it up then convert it back to hex, rite? I think i got the value. Thx.
|
No need to convert around, just adding them while in hex mode works fine.
|
|
Back to top |
|
 |
|