View previous topic :: View next topic |
Author |
Message |
riceoftheasian How do I cheat?
Reputation: 0
Joined: 15 Jun 2018 Posts: 3
|
Posted: Fri Jun 15, 2018 1:37 am Post subject: what are my offsets? |
|
|
Whenever i go to "Find out what accesses this address" the window shows values such as
7FF70C53706E - 41 88 04 32 - mov [r10+rsi],al
7FF70C537094 - 41 88 14 32 - mov [r10+rsi],dl
l, can someone tell me which exactly is the offset for this?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25707 Location: The netherlands
|
Posted: Fri Jun 15, 2018 1:45 am Post subject: |
|
|
either the value in r10 or rsi
And if this is an emulator it will probably not work as you expect
_________________
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 |
|
 |
riceoftheasian How do I cheat?
Reputation: 0
Joined: 15 Jun 2018 Posts: 3
|
Posted: Fri Jun 15, 2018 1:49 am Post subject: |
|
|
Dark Byte wrote: | either the value in r10 or rsi
And if this is an emulator it will probably not work as you expect |
r10 has a value of 00000
and RSI=000001FE639B121C, im pretty sure offsets arent meant to be like this
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25707 Location: The netherlands
|
Posted: Fri Jun 15, 2018 2:08 am Post subject: |
|
|
then r10 is the offset: 0
That is good, as a higher value would mean there can be random stuff in front
_________________
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 |
|
 |
riceoftheasian How do I cheat?
Reputation: 0
Joined: 15 Jun 2018 Posts: 3
|
Posted: Fri Jun 15, 2018 2:11 am Post subject: |
|
|
ahh alright thank you
|
|
Back to top |
|
 |
|