Gaming Gateway Cheats

  • Thread starter Thread starter blinkzane
  • Start date Start date
  • Views Views 4,764,343
  • Replies Replies 5,000
  • Likes Likes 16
Status
Not open for further replies.
D3000000 30000000
02C825A0 0001869F

D14 equals 3348
1869F equals 99999
its work thank you but how you can know this can we do this to unlock costumes you are great man

--------------------- MERGED ---------------------------

D3000000 30000000
02C825A0 0001869F

D14 equals 3348
1869F equals 99999
when I spend rubies it's still the maximum 99999 endless :)
 
its work thank you but how you can know this can we do this to unlock costumes you are great man

That's more than likely. I have been able to find the adresses we need to change to get 99 of each item, unlocking customes is likely possible, though tricky to figure out.

Note that my adresses are EU so they probably wont help you
 

Well, these are mine, I have quickly whipped up, but not tested. I am running Triforce heroes Ver. 2.1.0 on a german N3DS

[L+R = 99999 rupees]
DD000000 00000300
D3000000 10000000
06C825A0 0001869F

[L+dpad left = 99 of all items]
DD000000 00000220
D3000000 16000000
00C825A4 63636363
00C825A8 63636363
00C825AC 63636363
00C825B0 63636363
00C825B4 63636363
00C825B8 63636363
00C825BC 63636363
00C825C0 63636363
00C825C4 63636363
00C825C8 63636363
00C825CC 63636363
00C825D0 63636363
00C825D4 63636363
00C825D8 63636363
00C825DC 63636363
00C825E0 63636363
00C825E4 63636363
10C825E8 00006363

EDIT: fixed Item code.
 
Last edited by Localhorst86,
  • Like
Reactions: abdellbobo
Are you using an N3ds? Have you found the address for the real plays then? If so, please post it!

36825FDC
37249340

these are the ones I used and it worked fine. My plays for today are exhausted, though.

EDIT: ah, crap. No those are the trial ones. Gotta do another search tomorrow, forgot to write down the address for the real plays.
 
36825FDC
37249340

these are the ones I used and it worked fine. My plays for today are exhausted, though.

EDIT: ah, crap. No those are the trial ones. Gotta do another search tomorrow, forgot to write down the address for the real plays.
You said earlier you had the same addresses as me. This isn't the same as mine anyway. I'll have to buy plays to get it myself, I guess.
 
Found values for EU version:
32C25FDC - Training
3286BECC - Real
Didn't made txt file yet - just edited values in RAM and everything works.
Probably, to use 99 plays, as in your example, is a overkill ^_^.
Better to add 5 or 10 to current value, when needed.
For best result I recommend to add 5 plays to current play count, if current play count is >0.
Is this possible?
Can we add specific value to existing one (with key combo) and with "if" condition?
This value doesn't work for me on EU games
 
Tried getting the exp address for about 30 mins, failed but I did find a stat increase cheat for the main character. You have to be on the level up screen where you distribute stat points, normally you can only add 1 stat per level but you can increase it to your liking up to a point.

(Shin Megami Tensei: Devil Survivor 2 Record Breaker - Atlus)

08499F44 00000028

Code above adds 40 stat points to distribute which is safe. You have to distribute the point(s) to leave the level up screen, so don't add too many or you'll eventually level up and be unable to leave that screen. There's 4 stats total with a cap of 40 each (160 stat max) and the game gives you 4 in each stat (guessing here) so that leaves you with 144 open stat points to distribute. Assuming level 99 is max (don't know) and you start at the game at level 1 (guessing), you should be able to distribute 98 total stats in the game without cheats. Code above gives you an extra 40 (39 actually since you leveled up) to distribute, so only use it once then turn off the cheat.

Hopefully that makes sense, the max extra stats should be a little higher but I don't feel going back to check the initial stats and if you start at level 1, also have no idea if level 99 is max for this game, not familiar with the series. I'll post the code later to fort42 when its up.
Thanks! going to add it to my .txt.

Edit: Yeah I tried it but cant seem to work. And I do understand what you mean. But cant seem to get it to work.
 
Last edited by qaz015393,
Well, these are mine, I have quickly whipped up, but not tested. I am running Triforce heroes Ver. 2.1.0 on a german N3DS

[L+R = 99999 rupees]
DD000000 00000300
D3000000 10000000
06C825A0 0001869F

[L+dpad left = 99 of all items]
DD000000 00000220
D3000000 16000000
00C825A4 63636363
00C825A8 63636363
00C825AC 63636363
00C825B0 63636363
00C825B4 63636363
00C825B8 63636363
00C825BC 63636363
00C825C0 63636363
00C825C4 63636363
00C825C8 63636363
00C825CC 63636363
00C825D0 63636363
00C825D4 63636363
00C825D8 63636363
00C825DC 63636363
00C825E0 63636363
00C825E4 63636363
D3000000 00000000
16C825E8 00006363
nice work :)
but if you put the last line at the start (16C825E8 00006363), then you won't need to specify the offset of 0, right? :)
also, i wrapped it up in a loop for you, i hope you understand how it is done :)
i don't have the game, but i don't think i made a mistake, but let me know if it works!
good luck

[L+dpad left = 99 of all items]
DD000000 00000220
16C825E8 00006363
D3000000 16C825A4
C0000000 00000011 //loop 0x11 times (17)
00000000 63636363 //write 32bit value 0x63636363 to 0000000 (offset of 16C825A4 added to the target address) + offset +4
D1000000 00000000 //go back to the loop start (C0...)
D0000000 00000000 //done
 
Last edited by cearp,
BTW.. Gateway just released 3.6.2 with a few fixes and minor changes especialy for the cheat funktion...
 
  • Like
Reactions: cearp
I think you got it :)

How would I do an 8bit write at address to an address at 16C825E8 for example?

The code would have to start with a 2, but I want to hit an address lower than that. Would that mean I need to add an Offset of F0000000?

D3000000 F0000000 ?

nice work :)
but if you put the last line at the start (16C825E8 00006363), then you won't need to specify the offset of 0, right? :)
also, i wrapped it up in a loop for you, i hope you understand how it is done :)
i don't have the game, but i don't think i made a mistake, but let me know if it works!
good luck

[L+dpad left = 99 of all items]
DD000000 00000220
16C825E8 00006363
D3000000 16C825A4
C0000000 00000011 //loop 0x11 times (17)
00000000 63636363 //write 32bit value 0x63636363 to 0000000 (offset of 16C825A4 added to the target address) + offset +4
D1000000 00000000 //go back to the loop start (C0...)
D0000000 00000000 //done

I have edited my post (in fact, you already qouted my edited post, apparently :D nvm). For some reason the 16 bit write to address 16C825E8 freezes my 3DS, so I do another 32bit write at address 16C825E6 instead, spanning addresses 16C825E6-E9. E6 and E7 have been modified by the line before that, already, though.
 
Last edited by Localhorst86,
How would I do an 8bit write at address to an address at 16C825E8 for example?

The code would have to start with a 2, but I want to hit an address lower than that. Would that mean I need to add an Offset of F0000000?

D3000000 F0000000 ?



I have edited my post (in fact, you already qouted my edited post, apparently :D nvm). For some reason the 16 bit write to address 16C825E8 freezes my 3DS, so I do another 32bit write at address 16C825E6 instead, spanning addresses 16C825E6-E9. E6 and E7 have been modified by the line before that, already, though.
oh i understand.
you wanted to write to 16C825E8?
but you set the offset to 0, to it would write at 0x6C825E8
you need to set the offset to 0x10000000, and then do your write.

anyway, the important thing is looping your code because it makes it nicer :) do you understand how i did it?
 
Last edited by cearp,
oh i understand.
you wanted to write to 16C825E8?
but you set the offset to 0, to it would write at 0x6C825E8
you need to set the offset to 0x10000000, and then do your write.

But wouldn't that overwrite a whole 4 bytes, i.e. 32bit? To edit a single byte (8bit), I'd have to execute an 8 bit write. But since the offset of the D3 code is added and not substracted, that'd mean I can only do 8bit writes in the memory space of 20000000 and above.
 
How would I do an 8bit write at address to an address at 16C825E8 for example?

The code would have to start with a 2, but I want to hit an address lower than that. Would that mean I need to add an Offset of F0000000?

D3000000 F0000000 ?

But wouldn't that overwrite a whole 4 bytes, i.e. 32bit? To edit a single byte (8bit), I'd have to execute an 8 bit write. But since the offset of the D3 code is added and not substracted, that'd mean I can only do 8bit writes in the memory space of 20000000 and above.


woah, you are thinking about it too much!
ONLY use an offset if you have to, if you cannot fit your address in the 7 bits that you type in:
so for 8bit write:
2XXXXXXX 000000YY
any address with 7 values can be written to
if the address is 8 values, you will need to set the offset
D3000000 10000000
2XXXXXXX 000000YY
this will write to 1XXXXXXX

D3000000 80000000
2XXXXXXX 000000YY
this will write to 8XXXXXXX
 
  • Like
Reactions: Localhorst86
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum