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

arismendy64

Well-Known Member
Member
Joined
Dec 1, 2013
Messages
1,052
Trophies
2
Age
45
XP
4,345
Country
Dominican Republic
Yes im try it but not work

hope you can understand how it works.

2022010912035900-46068696E73D11E1FA1D91E77A663E6D.jpg
2022010912043000-DB1426D1DFD034027CECDE9C2DD914B8.jpg
2022010912043600-DB1426D1DFD034027CECDE9C2DD914B8.jpg
2022010912044100-DB1426D1DFD034027CECDE9C2DD914B8.jpg
2022010912051300-DB1426D1DFD034027CECDE9C2DD914B8.jpg
2022010912054200-46068696E73D11E1FA1D91E77A663E6D.jpg
2022010912061300-DB1426D1DFD034027CECDE9C2DD914B8.jpg
2022010912062500-DB1426D1DFD034027CECDE9C2DD914B8.jpg
2022010912082400-DB1426D1DFD034027CECDE9C2DD914B8.jpg
2022010912084400-DB1426D1DFD034027CECDE9C2DD914B8.jpg
2022010912085000-46068696E73D11E1FA1D91E77A663E6D.jpg
 
Last edited by arismendy64,

switcherjoe

Well-Known Member
Newcomer
Joined
Nov 29, 2021
Messages
50
Trophies
0
Age
54
XP
279
Country
Armenia
Game is using unity so you can also use il2cpp to get function name and so on.
Methods like these are worth a closer look.

// RVA: 0x138A130 Offset: 0x138A231 VA: 0x138A130 Slot: 8
public virtual bool get_HasRaceCoins() { }

// RVA: 0x138A140 Offset: 0x138A241 VA: 0x138A140 Slot: 9
public virtual bool get_HasBoostCoins() { }

// RVA: 0x138A170 Offset: 0x138A271 VA: 0x138A170 Slot: 10
public virtual bool get_HasGoldenCoins() { }

// RVA: 0x138A180 Offset: 0x138A281 VA: 0x138A180 Slot: 11
public virtual bool get_HasRaceFuel() { }

// RVA: 0x138A250 Offset: 0x138A351 VA: 0x138A250 Slot: 12
public virtual bool get_HasRaceNitros() { }

// RVA: 0x138A260 Offset: 0x138A361 VA: 0x138A260 Slot: 13
public virtual bool get_CanHaveGhost() { }

// RVA: 0x138A270 Offset: 0x138A371 VA: 0x138A270 Slot: 14
public virtual int get_NumberOfLaps() { }
Thanks! I just noticed your reply :). Already digged in a lot =).
I got so far now:
1) dumped main from exefs and global_metadata from romfs (Unity game)
2) decompressed main.elf from main
3) used il2cpp dumper on main.elf+global_metadata
4) imported everything in dnSpy and IDA, used il2cpp dumper python scripts for IDA
5) found a lot of cool stuff in the disassemled+decompiled binary (including full debug unlock of everything in the game - UserProfileDebug__UnlockEverything), noticed the things I want to change in different functions
6) couldn't figure out how to map the offsets from the unpacked main binary (ELF) to the actual memory through Edizon SE. any hints are VERY MUCH appreciated!!
7) therefore I created an IPS patch with IPSwitch for main.elf . not sure about the offsets though, should it be 0x788 in all cases for main.elf if used with layeredfs + exefs? same question about the usual IPS exefs_patches, should the offset be always 0x100?

This is where I am now. Open questions so far:
- the one above about the mapping of the ELF offsets to the actual memory (so I can change the bytes for ASM directly in the memory)
- the offsets for IPS patches (see above)
- is there a way how to dump NSP contents on PC and not on Switch? I tried Yuzu for romfs/exefs extraction, but for some reason it didn't want to complete the extraction (endless "loading" circle)
- what do you mean by "main = 7100000000 when you use main directly in IDA". IDA won't be able to read the compressed binary anyway, so what is 7100000000 good for?

MANY THANKS FOR YOUR HELP!!!
 

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,514
Country
Canada
i test finished

[Monster: All Close Skills (See Notes | Save / Reload After Use)]
01000000 00B84F9A 00000001
01000000 00B84F9C 00000001
01000000 00B84F9E 00000001
01000000 00B84FA0 00000001
01000000 00B84FA2 00000001
01000000 00B84FA4 00000001

it bug for moster Pixies

Okay I fixed it, I've gone through about 80% of the type of monsters and tested it.. so far Pixie is the only Main Type that requires a special unlock... I reworked it a bit.. but you can use this for now, while I finish up the rest of the codes for MR2..

Enable the CODE -> Press ZL+ZR and it'll unlock all skills as well as "equip" them so they can be used in battle..

Code:
[Unlock All Skills (ZL+ZR)]
80000300
11050000 00B84E08 00000000
04000000 00B84FD0 150F0903
21000000
04000000 00B84FD0 120C0600
20000000
01000000 00B84F9A 00000001
01000000 00B84F9C 00000001
01000000 00B84F9E 00000001
01000000 00B84FA0 00000001
01000000 00B84FA2 00000001
01000000 00B84FA4 00000001
01000000 00B84FA6 00000001
01000000 00B84FA8 00000001
01000000 00B84FAA 00000001
01000000 00B84FAC 00000001
01000000 00B84FAE 00000001
01000000 00B84FB0 00000001
01000000 00B84FB2 00000001
01000000 00B84FB4 00000001
01000000 00B84FB6 00000001
01000000 00B84FB8 00000001
01000000 00B84FBA 00000001
01000000 00B84FBC 00000001
01000000 00B84FBE 00000001
01000000 00B84FC0 00000001
01000000 00B84FC2 00000001
01000000 00B84FC4 00000001
01000000 00B84FC6 00000001
01000000 00B84FC8 00000001
20000000
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,565
Trophies
1
Age
44
XP
14,795
Country
United States
Does anyone know or have an example of..

if value at address == this... do these codes else do these codes
Yes, you can do that with atmosphere, I did that before but don’t remember for which game. You can figure it out by looking at the description of the command type, type 5 is load register, the conditional code look it up yourself
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,565
Trophies
1
Age
44
XP
14,795
Country
United States
Thanks! I just noticed your reply :). Already digged in a lot =).
I got so far now:
1) dumped main from exefs and global_metadata from romfs (Unity game)
2) decompressed main.elf from main
3) used il2cpp dumper on main.elf+global_metadata
4) imported everything in dnSpy and IDA, used il2cpp dumper python scripts for IDA
5) found a lot of cool stuff in the disassemled+decompiled binary (including full debug unlock of everything in the game - UserProfileDebug__UnlockEverything), noticed the things I want to change in different functions
6) couldn't figure out how to map the offsets from the unpacked main binary (ELF) to the actual memory through Edizon SE. any hints are VERY MUCH appreciated!!
7) therefore I created an IPS patch with IPSwitch for main.elf . not sure about the offsets though, should it be 0x788 in all cases for main.elf if used with layeredfs + exefs? same question about the usual IPS exefs_patches, should the offset be always 0x100?

This is where I am now. Open questions so far:
- the one above about the mapping of the ELF offsets to the actual memory (so I can change the bytes for ASM directly in the memory)
- the offsets for IPS patches (see above)
- is there a way how to dump NSP contents on PC and not on Switch? I tried Yuzu for romfs/exefs extraction, but for some reason it didn't want to complete the extraction (endless "loading" circle)
- what do you mean by "main = 7100000000 when you use main directly in IDA". IDA won't be able to read the compressed binary anyway, so what is 7100000000 good for?

MANY THANKS FOR YOUR HELP!!!
Dragging main to ida pro works for me, not sure which step is required to set up ida pro, probably one of the two loader available and maybe both are fine, I don’t remember which one I chose, it’s been a long time

1641783144621.png

If you use elf main is 0, if you use main main is 7100000000. Main+offset = your game code address.
if you are making just a point hack elf save you from subtracting main to get offset
Normally you get main then use it to get main.elf

A typical ASM cheat code
04000000 00317524 949F71F7
hack main+00317524 with 949F71F7

It's better to use cheat code to hack as you can hack anytime vs ips which only hack it when launch and no convenient way to turn off
 

Attachments

  • 1641783077569.png
    1641783077569.png
    9.4 KB · Views: 64
Last edited by TomSwitch,

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,514
Country
Canada
Okay I fixed it, I've gone through about 80% of the type of monsters and tested it.. so far Pixie is the only Main Type that requires a special unlock... I reworked it a bit.. but you can use this for now, while I finish up the rest of the codes for MR2..

Enable the CODE -> Press ZL+ZR and it'll unlock all skills as well as "equip" them so they can be used in battle..

Code:
[Unlock All Skills (ZL+ZR)]
80000300
11050000 00B84E08 00000000
04000000 00B84FD0 150F0903
21000000
04000000 00B84FD0 120C0600
20000000
01000000 00B84F9A 00000001
01000000 00B84F9C 00000001
01000000 00B84F9E 00000001
01000000 00B84FA0 00000001
01000000 00B84FA2 00000001
01000000 00B84FA4 00000001
01000000 00B84FA6 00000001
01000000 00B84FA8 00000001
01000000 00B84FAA 00000001
01000000 00B84FAC 00000001
01000000 00B84FAE 00000001
01000000 00B84FB0 00000001
01000000 00B84FB2 00000001
01000000 00B84FB4 00000001
01000000 00B84FB6 00000001
01000000 00B84FB8 00000001
01000000 00B84FBA 00000001
01000000 00B84FBC 00000001
01000000 00B84FBE 00000001
01000000 00B84FC0 00000001
01000000 00B84FC2 00000001
01000000 00B84FC4 00000001
01000000 00B84FC6 00000001
01000000 00B84FC8 00000001
20000000

I've updated the codes and reworked a bunch -- all future updates will be in the following thread/link.

https://gbatemp.net/threads/monster...0100195015ac6002-bid-9f608961b7c657c2.605913/

[Monster Rancher 1 & 2 DX v1.0.0
TID: 0100195015AC6002
BID: 9F608961B7C657C2]

[99999 Money]
04000000 00B87B30 0001869F

[-- In Battle Codes --]
20000000

[Max HP (ZL+UP)]
80002100
02100000 2CC661B0 000003E7
20000000

[Max Guts (ZR+UP)]
80002200
02100000 2CC661D0 00000063
20000000

[Instant KO (ZL+DN)]
80008100
02100000 2CC66240 00000000
20000000

[Drain Opponent Guts (ZR+DN)]
80008200
02100000 2CC66260 00000000
20000000

[Inf. HP]
02100000 2CC661B0 000003E7

[Inf. Guts]
02100000 2CC661D0 00000063

[Opponent Cannot Attack]
02100000 2CC66260 00000000

[-- Monster Codes --]
20000000

[Never Tired]
01000000 00B84E27 00000000

[Never Stressed]
01000000 00B84E2B 00000000

[Never Ages]
02000000 00B84E04 00000000

[Fast Battle Movement]
01000000 00B84FD6 00000005

[Fast Guts Charge]
01000000 00B84FD7 00000000

[Max Fame]
02000000 00B84E28 00000064

[Rank S]
02000000 00B84F92 00000005

[Battle Specials]
02000000 00B84FD8 000007FD

[-- Monster Style / Loyalty --]
20000000

[Spartan / 50]
02000000 00B84E2C 00006400

[Even / 100]
02000000 00B84E2C 00006464

[Doting / 50]
02000000 00B84E2C 00000064

[-- Monster Attribute Gain --]
20000000

[Lif. Gain S++]
02000000 00B84E32 00000007

[Pow. Gain S++]
02000000 00B84E30 00000007

[Int. Gain S++]
02000000 00B84E31 00000007

[Ski. Gain S++]
02000000 00B84E33 00000007

[Spd. Gain S++]
02000000 00B84E34 00000007

[Def. Gain S++]
02000000 00B84E35 00000007

[-- Monster Attributes --]
20000000

[Lif. 999]
02000000 00B84E10 000003E7

[Pow. 999]
02000000 00B84E12 000003E7

[Int. 999]
02000000 00B84E1A 000003E7

[Ski. 999]
02000000 00B84E16 000003E7

[Spd. 999]
02000000 00B84E18 000003E7

[Def. 999]
02000000 00B84E14 000003E7

[-- Monster Records --]
20000000

[Wins]
02000000 00B84E56 00000000

[Losses]
02000000 00B84E58 00000000

[K.O.]
02000000 00B84E5A 00000000

[Prize]
04000000 00B84E4C 00000000

[Runaway]
02000000 00B84E5E 00000000

[Injury]
02000000 00B84E60 00000000

[Sickness]
02000000 00B84E62 00000000

[Resistance]
02000000 00B84E64 00000000

[-- Monster Stats --]
20000000

[Fame]
02000000 00B84E28 00000064

[Style]
01000000 00B84E2C 00000000

[Loyalty]
01000000 00B84E2D 00000000

[Form]
01000000 00B84E2E 00000000

[Nature]
01000000 00B84E49 00000000

[Likes]
02000000 00B84E0A 00000000

[Dislikes]
02000000 00B84E0C 00000000

[Cups Jelly Eaten]
01000000 00B84EB5 00000000

[-- Monster Techniques --]
20000000

[Unlock All Skills (ZL+ZR)]
80000300
11050000 00B84E08 00000000
04000000 00B84FD0 150F0903
21000000
04000000 00B84FD0 120C0600
20000000
30010000 00000018
010F0000 00B84F9A 00000001
740F0000 00000002
31010000
20000000

[Unlock Approach Skills (ZL+ZR+LEFT)]
80001300
11050000 00B84E08 00000000
04000000 00B84FD0 150F0903
21000000
04000000 00B84FD0 120C0600
20000000
30010000 00000006
010F0000 00B84F9A 00000001
740F0000 00000002
31010000
20000000

[Unlock Short Range Skills(ZL+ZR+UP)]
80002300
11050000 00B84E08 00000000
04000000 00B84FD0 150F0903
21000000
04000000 00B84FD0 120C0600
20000000
30010000 00000006
010F0000 00B84FA6 00000001
740F0000 00000002
31010000
20000000

[Unlock Med. Range Skills (ZL+ZR+RIGHT)]
80004300
11050000 00B84E08 00000000
04000000 00B84FD0 150F0903
21000000
04000000 00B84FD0 120C0600
20000000
30010000 00000006
010F0000 00B84FB2 00000001
740F0000 00000002
31010000
20000000

[Unlock Long Range Skills (ZL+ZR+DOWN)]
80008300
11050000 00B84E08 00000000
04000000 00B84FD0 150F0903
21000000
04000000 00B84FD0 120C0600
20000000
30010000 00000006
010F0000 00B84FBE 00000001
740F0000 00000002
31010000
20000000

[-- Monster Misc --]
20000000

[Ate Gold Peach]
02000000 00B84EB6 00000000

[Ate Silver Peach]
02000000 00B84EB7 00000000

[Item Used On Monster]
02000000 00B84EFE 00000000

[-- Breeder Codes --]
20000000

[Authorize Breeder]
30010000 00000027
010F0000 00B87EFA 00000001
740F0000 00000001
31010000
30020000 00000011
010E0000 00B87D88 00000001
740E0000 00000001
31020000

[Unlock All Monster Cards]
30010000 000001A0
010F0000 00B87BFF 00000001
740F0000 00000001
31010000

[All Emblems Won]
04000000 00B87BD4 00000001
04000000 00B87BD8 00000001
04000000 00B87BDC 00000001
04000000 00B87BE0 00000001
04000000 00B87BE4 00000001

[Grade (Master)]
01000000 00B87B34 0000000A

[Biggest Ranch Size]
01000000 00B87B35 00000004

[Biggest Stable Size]
01000000 00B87B36 00000002


[-- Item Codes --]
20000000

[-X- YOU CAN FIND ITEM ID'S ONLINE OR IN THE FORUM POST ON GBATEMP -X-]
20000000

[Item 1]
01000000 00B87DB4 000000XX

[Item 2]
01000000 00B87DB8 000000XX

[Item 3]
01000000 00B87DBC 000000XX

[Item 4]
01000000 00B87DC0 000000XX

[Item 5]
01000000 00B87DC4 000000XX

[Item 6]
01000000 00B87DC8 000000XX

[Item 7]
01000000 00B87DCC 000000XX

[Item 8]
01000000 00B87DD0 000000XX

[Item 9]
01000000 00B87DD4 000000XX

[Item 10]
01000000 00B87DD8 000000XX

[Item 11]
01000000 00B87DDC 000000XX

[Item 12]
01000000 00B87DE0 000000XX

[Item 13]
01000000 00B87DE4 000000XX

[Item 14]
01000000 00B87DE8 000000XX

[Item 15]
01000000 00B87DEC 000000XX

[Item 16]
01000000 00B87DF0 000000XX

[Item 17]
01000000 00B87DF4 000000XX

[Item 18]
01000000 00B87DF8 000000XX

[Item 19]
01000000 00B87DFC 000000XX

[Item 20]
01000000 00B87E00 000000XX
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,810
Trophies
1
XP
6,512
Country
United States
[Breeze beta19 Iconoclasts 1.15p TID: 0100BC60099FE000 BID: 4E1C499387103542]

[inf Health p1]
04000000 0022979C D503201F
04000000 00216E78 FD032921

[Inf air p1]
04000000 0022A398 FD034D01
04000000 0022A488 FD034D21

[off codes]
20000000

[inf Health p1 o]
04000000 0022979C 1E612800
04000000 00216E78 FD032920

[Inf air p1 o]
04000000 0022A398 FD034D00
04000000 0022A488 FD034D20

[pointers]
20000000

[tweaks meter]
580F0000 012AC1D8
580F1000 000007D0
780F0000 00000008
680F0000 40080000 00000000

[Electric Meter]
580F0000 012ACCB8
580F1000 00000030
780F0000 00000678
80200000
680F0000 408F4800 00000000
20000000
80100000
680F0000 00000000 00000000
20000000


this game is.......strange to say the least. Electric and the tweaks meters i left as pointers....
 

NKD12

Member
Newcomer
Joined
Apr 22, 2021
Messages
8
Trophies
0
Age
35
XP
274
Country
Indonesia
Hello everyone

can i request cheat for
The Legend of Heroes: Trails of Cold Steel IV v.1.0.3
TID: 0100D3C010DE8000
BID: 59159483CF88330F

thx so much..
 
  • Like
Reactions: skarfase714

phuthiphon

Well-Known Member
Newcomer
Joined
Nov 12, 2021
Messages
50
Trophies
0
Age
31
XP
468
Country
Thailand
I've updated the codes and reworked a bunch -- all future updates will be in the following thread/link.

https://gbatemp.net/threads/monster...0100195015ac6002-bid-9f608961b7c657c2.605913/

[Monster Rancher 1 & 2 DX v1.0.0
TID: 0100195015AC6002
BID: 9F608961B7C657C2]

[99999 Money]
04000000 00B87B30 0001869F

[-- In Battle Codes --]
20000000

[Max HP (ZL+UP)]
80002100
02100000 2CC661B0 000003E7
20000000

[Max Guts (ZR+UP)]
80002200
02100000 2CC661D0 00000063
20000000

[Instant KO (ZL+DN)]
80008100
02100000 2CC66240 00000000
20000000

[Drain Opponent Guts (ZR+DN)]
80008200
02100000 2CC66260 00000000
20000000

[Inf. HP]
02100000 2CC661B0 000003E7

[Inf. Guts]
02100000 2CC661D0 00000063

[Opponent Cannot Attack]
02100000 2CC66260 00000000

[-- Monster Codes --]
20000000

[Never Tired]
01000000 00B84E27 00000000

[Never Stressed]
01000000 00B84E2B 00000000

[Never Ages]
02000000 00B84E04 00000000

[Fast Battle Movement]
01000000 00B84FD6 00000005

[Fast Guts Charge]
01000000 00B84FD7 00000000

[Max Fame]
02000000 00B84E28 00000064

[Rank S]
02000000 00B84F92 00000005

[Battle Specials]
02000000 00B84FD8 000007FD

[-- Monster Style / Loyalty --]
20000000

[Spartan / 50]
02000000 00B84E2C 00006400

[Even / 100]
02000000 00B84E2C 00006464

[Doting / 50]
02000000 00B84E2C 00000064

[-- Monster Attribute Gain --]
20000000

[Lif. Gain S++]
02000000 00B84E32 00000007

[Pow. Gain S++]
02000000 00B84E30 00000007

[Int. Gain S++]
02000000 00B84E31 00000007

[Ski. Gain S++]
02000000 00B84E33 00000007

[Spd. Gain S++]
02000000 00B84E34 00000007

[Def. Gain S++]
02000000 00B84E35 00000007

[-- Monster Attributes --]
20000000

[Lif. 999]
02000000 00B84E10 000003E7

[Pow. 999]
02000000 00B84E12 000003E7

[Int. 999]
02000000 00B84E1A 000003E7

[Ski. 999]
02000000 00B84E16 000003E7

[Spd. 999]
02000000 00B84E18 000003E7

[Def. 999]
02000000 00B84E14 000003E7

[-- Monster Records --]
20000000

[Wins]
02000000 00B84E56 00000000

[Losses]
02000000 00B84E58 00000000

[K.O.]
02000000 00B84E5A 00000000

[Prize]
04000000 00B84E4C 00000000

[Runaway]
02000000 00B84E5E 00000000

[Injury]
02000000 00B84E60 00000000

[Sickness]
02000000 00B84E62 00000000

[Resistance]
02000000 00B84E64 00000000

[-- Monster Stats --]
20000000

[Fame]
02000000 00B84E28 00000064

[Style]
01000000 00B84E2C 00000000

[Loyalty]
01000000 00B84E2D 00000000

[Form]
01000000 00B84E2E 00000000

[Nature]
01000000 00B84E49 00000000

[Likes]
02000000 00B84E0A 00000000

[Dislikes]
02000000 00B84E0C 00000000

[Cups Jelly Eaten]
01000000 00B84EB5 00000000

[-- Monster Techniques --]
20000000

[Unlock All Skills (ZL+ZR)]
80000300
11050000 00B84E08 00000000
04000000 00B84FD0 150F0903
21000000
04000000 00B84FD0 120C0600
20000000
30010000 00000018
010F0000 00B84F9A 00000001
740F0000 00000002
31010000
20000000

[Unlock Approach Skills (ZL+ZR+LEFT)]
80001300
11050000 00B84E08 00000000
04000000 00B84FD0 150F0903
21000000
04000000 00B84FD0 120C0600
20000000
30010000 00000006
010F0000 00B84F9A 00000001
740F0000 00000002
31010000
20000000

[Unlock Short Range Skills(ZL+ZR+UP)]
80002300
11050000 00B84E08 00000000
04000000 00B84FD0 150F0903
21000000
04000000 00B84FD0 120C0600
20000000
30010000 00000006
010F0000 00B84FA6 00000001
740F0000 00000002
31010000
20000000

[Unlock Med. Range Skills (ZL+ZR+RIGHT)]
80004300
11050000 00B84E08 00000000
04000000 00B84FD0 150F0903
21000000
04000000 00B84FD0 120C0600
20000000
30010000 00000006
010F0000 00B84FB2 00000001
740F0000 00000002
31010000
20000000

[Unlock Long Range Skills (ZL+ZR+DOWN)]
80008300
11050000 00B84E08 00000000
04000000 00B84FD0 150F0903
21000000
04000000 00B84FD0 120C0600
20000000
30010000 00000006
010F0000 00B84FBE 00000001
740F0000 00000002
31010000
20000000

[-- Monster Misc --]
20000000

[Ate Gold Peach]
02000000 00B84EB6 00000000

[Ate Silver Peach]
02000000 00B84EB7 00000000

[Item Used On Monster]
02000000 00B84EFE 00000000

[-- Breeder Codes --]
20000000

[Authorize Breeder]
30010000 00000027
010F0000 00B87EFA 00000001
740F0000 00000001
31010000
30020000 00000011
010E0000 00B87D88 00000001
740E0000 00000001
31020000

[Unlock All Monster Cards]
30010000 000001A0
010F0000 00B87BFF 00000001
740F0000 00000001
31010000

[All Emblems Won]
04000000 00B87BD4 00000001
04000000 00B87BD8 00000001
04000000 00B87BDC 00000001
04000000 00B87BE0 00000001
04000000 00B87BE4 00000001

[Grade (Master)]
01000000 00B87B34 0000000A

[Biggest Ranch Size]
01000000 00B87B35 00000004

[Biggest Stable Size]
01000000 00B87B36 00000002


[-- Item Codes --]
20000000

[-X- YOU CAN FIND ITEM ID'S ONLINE OR IN THE FORUM POST ON GBATEMP -X-]
20000000

[Item 1]
01000000 00B87DB4 000000XX

[Item 2]
01000000 00B87DB8 000000XX

[Item 3]
01000000 00B87DBC 000000XX

[Item 4]
01000000 00B87DC0 000000XX

[Item 5]
01000000 00B87DC4 000000XX

[Item 6]
01000000 00B87DC8 000000XX

[Item 7]
01000000 00B87DCC 000000XX

[Item 8]
01000000 00B87DD0 000000XX

[Item 9]
01000000 00B87DD4 000000XX

[Item 10]
01000000 00B87DD8 000000XX

[Item 11]
01000000 00B87DDC 000000XX

[Item 12]
01000000 00B87DE0 000000XX

[Item 13]
01000000 00B87DE4 000000XX

[Item 14]
01000000 00B87DE8 000000XX

[Item 15]
01000000 00B87DEC 000000XX

[Item 16]
01000000 00B87DF0 000000XX

[Item 17]
01000000 00B87DF4 000000XX

[Item 18]
01000000 00B87DF8 000000XX

[Item 19]
01000000 00B87DFC 000000XX

[Item 20]
01000000 00B87E00 000000XX
grateful for your support bro !! it's work . this game make reminds me very happy when i'm 6 year old.
 

Vapp13

Member
Newcomer
Joined
Mar 24, 2020
Messages
13
Trophies
0
Age
34
XP
216
Country
United Kingdom
Hello, I would like help getting an updated version for Minecraft 1.18.2

Title Id: 0100D71004694000
Build Id: D6A1F35368FD0085

Got the build ID using EDIZON, not 100% sure if it is correct.

Thank you so much in advance.

Minecraft
0100D71004694000
460de4e3e9b83e39
1.14.60
[inf hp]
580F0000 05FB55D8
580F1000 00000030
580F1000 00000030
580F1000 00000000
580F1000 00000000
580F1000 000003F8
580F1000 00000000
580F1000 00000030
580F1000 00000000
780F0000 0000009C
640F0000 00000000 41A00000

[slot 1 64 items]
580F0000 05FB55D8
580F1000 00000030
580F1000 00000030
580F1000 00000000
580F1000 00000000
580F1000 00000750
580F1000 00000568
580F1000 000000A8
580F1000 000000B0
780F0000 00000022
610F0000 00000000 00000040

[slot 2 64 items]
580F0000 05FB55D8
580F1000 00000030
580F1000 00000030
580F1000 00000000
580F1000 00000000
580F1000 00000750
580F1000 00000568
580F1000 000000A8
580F1000 000000B0
780F0000 000000AA
610F0000 00000000 00000040

[slot 3 64 items]
580F0000 05FB55D8
580F1000 00000030
580F1000 00000030
580F1000 00000000
580F1000 00000000
580F1000 00000750
580F1000 00000568
580F1000 000000A8
580F1000 000000B0
780F0000 00000132
610F0000 00000000 00000040

[slot 4 64 items]
580F0000 05FB55D8
580F1000 00000030
580F1000 00000030
580F1000 00000000
580F1000 00000000
580F1000 00000750
580F1000 00000568
580F1000 000000A8
580F1000 000000B0
780F0000 000001BA
610F0000 00000000 00000040

[slot 5 64 items]
580F0000 05FB55D8
580F1000 00000030
580F1000 00000030
580F1000 00000000
580F1000 00000000
580F1000 00000750
580F1000 00000568
580F1000 000000A8
580F1000 000000B0
780F0000 00000242
610F0000 00000000 00000040

[inf food]
580F0000 05FCD0F8
580F1000 000000C0
580F1000 00000030
580F1000 00000000
580F1000 00000000
580F1000 000003F8
580F1000 00000000
580F1000 00000060
780F0000 0000009C
640F0000 00000000 41A00000
 

CX47103

Member
Newcomer
Joined
Jun 18, 2021
Messages
17
Trophies
0
Age
24
XP
94
Country
Ukraine
Cheat Request for The Binding of Isaac: Afterbirth+ w/ Repentance DLC ( Latest update / [010021C000B6A800][v3276580] )
TID: 010021C000B6A000
PID: 223
BID: 116A8E9D8DE993B7
invincibility or unlimited keys/bombs/coins cheats please (Please. Previous cheats just don't work for me, despite the fact they somehow should? I am very confused.)
 

switcherjoe

Well-Known Member
Newcomer
Joined
Nov 29, 2021
Messages
50
Trophies
0
Age
54
XP
279
Country
Armenia
Dragging main to ida pro works for me, not sure which step is required to set up ida pro, probably one of the two loader available and maybe both are fine, I don’t remember which one I chose, it’s been a long time

View attachment 293071
If you use elf main is 0, if you use main main is 7100000000. Main+offset = your game code address.
if you are making just a point hack elf save you from subtracting main to get offset
Normally you get main then use it to get main.elf

A typical ASM cheat code
04000000 00317524 949F71F7
hack main+00317524 with 949F71F7

It's better to use cheat code to hack as you can hack anytime vs ips which only hack it when launch and no convenient way to turn off
I see, thanks. So basically 00317524 is exactly the offset of the main.elf, which I see in IDA? Is it somehow possible to see it (loaded main.elf) in the memory with Edizon as well? Also - where is some kind of wiki for all cheating codes etc. (or any other good place for explanations of them)? E.g. can I write more than 4 bytes in the memory at once at a certain offset, is it "08000000 00FA07B0 20924388 0000B190"?
As to the IDA switch loaders - I already found them, but probably forgot to put them in the /loader directory. Now did this. Which one is a better option - Switch64.dll or nxo64.py? For some reason the processor type is always set to little endian - I have to correct it every time to big endian instead. Again many thanks for your help!
And just to be sure about the directories - for IPS main patches (old style), is the right directory /atmosphere/titles or /atmosphere/content ?
 
Last edited by switcherjoe,

khuong

Well-Known Member
Member
Joined
Jul 18, 2018
Messages
1,542
Trophies
1
Age
44
XP
6,514
Country
Canada
grateful for your support bro !! it's work . this game make reminds me very happy when i'm 6 year old.

Hah, I know how you feel, I came back from the dead to make the cheats for this game. I own all of them from back in the day, and played them to hell on my Playstations.... to hell and back lol.

I updated the cheats... added a few more to make life a lot easier.. check it out.

https://gbatemp.net/threads/monster...0100195015ac6002-bid-9f608961b7c657c2.605913/
 

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,196
Country
Thailand
Apple Knight
TID: 01004C1013548000
BID: 769F21BB2405DB89
Version: 2.2.6

Code:
[Moonjump]
[Inf. Double Jumps]
[Inf. Health]
[Inf. Abilities]
[All Chests Found (AMS only)]
[Inf. Lives]
[Max Money]

Credits: crazy_p

Do not repost my Cheats on Cheatslips, any Warez Site or for Profit!
 

Attachments

  • 01004C1013548000.zip
    984 bytes · Views: 53

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    BigOnYa @ BigOnYa: After watching, that I feel like I'm on them already +1