ROM Hack Cheat Codes AMS and Sx Os, Add and Request

  • Thread starter Thread starter matias3ds
  • Start date Start date
  • Views Views 24,104,892
  • Replies Replies 73,149
  • Likes Likes 249
Alright I got it working. Had to change the max offset to where I found the first positive pointer. Tried it on 3 different saves at 3 different areas. So without further ado here is my first code for the switch.

Resident Evil HD
[Chris Infinite Health]
580F0000 024D5CA0
780F0000 10039C1C
640F0000 00000000 00000578
Proper! Thanks dude!
 
  • Like
Reactions: matias3ds
Tried looking into the Multi-Jump Code for NSMBUD. System Crashed when Searching. So yeah, someone with a SX OS will have to find it and make a Pointer for it
 
For some reason the payday 2 infinite money hp cheat has been removed? I cant find it anywhere the only posting was on this forum:( its a broken game for single player can someone please post the cheat or other cheats again? The ai is broken and in order to make it fair in solo play cheats are required.
 
There was a problem that bothered me for a long time.
I hope someone can give me an answer. Thank you very much.
For example, this cheat code
[Gold金币9999999]
580f0000 02dca0b8
580f1000 00000720
580f1000 00000018
580f1000 00000010
780f0000 00000048
640f0000 00000000
0098967F


580f1000 00000720
This code means that 720 is loaded from registers.
Why do we need to do this?
And loaded three times.
720 18 10 How do we get these values?
What circumstances do you need to do this?

I hope someone can teach me something.
please
 
580f1000 00000720
This code means that 720 is loaded from registers.
Why do we need to do this?
And loaded three times.
720 18 10 How do we get these values?
What circumstances do you need to do this?

I hope someone can teach me something.
please
hope I explain this right:
No, that incorrect...
Long story short, you're following a pointer trail...

so, first you're loading from main+0x02dca0b8 first, then load the address 0x720 bytes from there, then load the address 0x18 bytes from the second load, and finally load the address 0x10 from the third address load. so it's [[[[Main+0x02dca0b8]+0x720]+0x18]+0x10]

780f0000 simply add to the address offset so that the write command writes correctly, and 640f0000 is what actually write the value.

edit:
580f0000 stores to the register
580f1000 loads from the register
so the first one sets up the address, two thur four first load from the register and then follow the trail
 
Last edited by Gamerjin,
hope I explain this right:
No, that incorrect...
Long story short, you're following a pointer trail...

so, first you're loading from main+0x02dca0b8 first, then load the address 0x720 bytes from there, then load the address 0x18 bytes from the second load, and finally load the address 0x10 from the third address load. so it's [[[[Main+0x02dca0b8]+0x720]+0x18]+0x10]

780f0000 simply add to the address offset so that the write command writes correctly, and 640f0000 is what actually write the value.

edit:
580f0000 stores to the register
580f1000 loads from the register
so the first one sets up the address, two thur four first load from the register and then follow the trail
First of all, thank you very much for your patient answer.
I seem to understand a little.
Simply put, it's a multi-level pointer.
But how do these pointers need to be found?
I use noexs to find pointers
But only one can be found.
like [[Main+0x02dca0b8]+0x720]
What's the way to find a multi-level pointer like him?
like [[[[Main+0x02dca0b8]+0x720]+0x18]+0x10]
 
But how do these pointers need to be found?
I use noexs to find pointers
.....
What's the way to find a multi-level pointer like him?
like [[[[Main+0x02dca0b8]+0x720]+0x18]+0x10]

unfortunately, i cant help you there (as i use SX OS cheat engine to only the simple 1 level cheat ie, main/heap+offset)
However, there are two ways, that i know of, to find pointers:
1) real-time debug (aka ida-pro, i think?)
2) you would need to increase the depth of the pointer search function in noexs.
 

Site & Scene News

Popular threads in this forum