Hacking Help Creating 3ds cheat code for Inazuma Eleven go Galaxy

  • Thread starter Thread starter scEdom79
  • Start date Start date
  • Views Views 5,078
  • Replies Replies 46

scEdom79

Member
Newcomer
Joined
Jul 26, 2025
Messages
21
Reaction score
0
Trophies
0
Age
26
XP
50
Country
Italy
So I have got a problem, that I have asked help about even in other placeses, but none answered. As the Title implies, i wanted to create a cheat code for Inazuma eleven go galaxy, that let's the player have a score of 99, since i couldn't find anyone else that did that. I used some tutorials and I used Action replay to get down to 2 addresses. Now neither of them were useful, because, even if they were, one the physical/real value address and the other a display address, if i changed the value, neither would change the score. I looked at other videos and they lead me to believe that they were connected to a pointer address, since if I tried to search for the 2 addresses in another match, they slightly change. And Now here I am not knowing what to do, asking for help. If there is anyone knowledgeable enough that can help me do this. For other info, i'm using a go galaxy version downloaded from the hshop that is already translated to english, i don't know if that's a problem or not. Please help.
 
Hi, I’ve already made some cheat codes for these games:
Regarding the score, I believe I’ve already managed to do something to change it and set it to 99. And yes, you probably need to use a pointer. It likely works a bit like Pokémon battles — the game only loads into memory what it needs at a given moment.

In my opinion, the simplest solution would be to do some reverse engineering: set a breakpoint on the real data address and then modify the routine that updates the score.

Generally, you can also get the base address to search for the pointer manually. But for that, you need to be good with assembly language, etc. You can still use PointerSearcher, though it's not the best method.
 
Hi, I’ve already made some cheat codes for these games:
Regarding the score, I believe I’ve already managed to do something to change it and set it to 99. And yes, you probably need to use a pointer. It likely works a bit like Pokémon battles — the game only loads into memory what it needs at a given moment.

In my opinion, the simplest solution would be to do some reverse engineering: set a breakpoint on the real data address and then modify the routine that updates the score.

Generally, you can also get the base address to search for the pointer manually. But for that, you need to be good with assembly language, etc. You can still use PointerSearcher, though it's not the best method.

There are a few problems, first i'm too new to this kind of stuff to do something that is even a little complicated, i don't even know where to start. Second, in the video you don't really show what i'm looking for. Not even a working End match cheat, I know i didn't talk about it, but if you have it, then could you send it, please
 
There are a few problems, first i'm too new to this kind of stuff to do something that is even a little complicated, i don't even know where to start. Second, in the video you don't really show what i'm looking for. Not even a working End match cheat, I know i didn't talk about it, but if you have it, then could you send it, please
what is the title ID of your game ? x)
 
I wanted to try your code, but I haven’t even been able to score a single goal for a while now lol // I’ll try again later.
1753621233323.png
 
I wanted to try your code, but I haven’t even been able to score a single goal for a while now lol // I’ll try again later.
View attachment 518952
i can wait, but can i ask you, how do you create a cheat code. because like, i know the action replay method on the 3ds, but i also found out about cheat engine, do you usually use that to create one? Also i gave you the title ID, but what's the use? Aren't they usually the same? or the differ a little?
Post automatically merged:

are there any low-level teams where I can do the code without spending 3 hours on it?
you can go to other routes, like the one near the inazuma tower in inazuma city. I think it's one of the first you unlock
 
i can wait, but can i ask you, how do you create a cheat code. because like, i know the action replay method on the 3ds, but i also found out about cheat engine, do you usually use that to create one? Also i gave you the title ID, but what's the use? Aren't they usually the same? or the differ a little?
Post automatically merged:


you can go to other routes, like the one near the inazuma tower in inazuma city. I think it's one of the first you unlock
Because the source code of a game can differ from one version to another — which means there can also be offsets — so to make sure the code works correctly, I needed to be on the same version as you. Also, Cheat Engine isn't made for the 3DS.
 
Because the source code of a game can differ from one version to another — which means there can also be offsets — so to make sure the code works correctly, I needed to be on the same version as you. Also, Cheat Engine isn't made for the 3DS.
oh ok, you always learn something new
Post automatically merged:

Because the source code of a game can differ from one version to another — which means there can also be offsets — so to make sure the code works correctly, I needed to be on the same version as you. Also, Cheat Engine isn't made for the 3DS.
I wanted to ask you another thing since you are the first helpful person that answered. But how do you learn this things and how can I do the same. Like I don't think that just using the 3ds to find the memory addresses is the method to create any cheat code, is there a way I could also learn?
 
Last edited by scEdom79,
Because the source code of a game can differ from one version to another — which means there can also be offsets — so to make sure the code works correctly, I needed to be on the same version as you. Also, Cheat Engine isn't made for the 3DS.
Can I ask you if you have any updates, I don't want to annoy you, but since I can't really learn this things, since from what I found out online, there isn't really a full guide to learn all this things, having an update would be nice.
 
Do you know where I can play matches against low-level teams?
I can’t manage to score goals against those level 99 teams, so I can’t get the desired cheat code.
I’m really bad at this game lol x'D
 
Do you know where I can play matches against low-level teams?
I can’t manage to score goals against those level 99 teams, so I can’t get the desired cheat code.
I’m really bad at this game lol x'D
I'm pretty sure i already wrote it, but there is a low level route near the inazuma tower, in the present inazuma city
 
I'm pretty sure i already wrote it, but there is a low level route near the inazuma tower, in the present inazuma city
I found it, thanks. I’m doing it now.
Post automatically merged:

Here is the code - you can replace 63 (which refers to the hexadecimal value 99) with whatever you want.
NB: The value will only be changed when you score a goal.

Code:
[Score]
005206B0 E3A00063

1754065889307.png
 
Last edited by Zetta_D,
I found it, thanks. I’m doing it now.
Post automatically merged:

Here is the code - you can replace 63 (which refers to the hexadecimal value 99) with whatever you want.
NB: The value will only be changed when you score a goal.

Code:
[Score]
005206B0 E3A00063

View attachment 519970
Ok, but i think this is the less important "problem" because the true annoying thing is the long matches, so ending them when you want to, and idk with a button press, would be better. I still want to thank you for this, you definitely made things easier, but if I can ask you to also help for that one it would be perfect, if it's too hard then i'm fine with this. Thanks again
 
Ok, but i think this is the less important "problem" because the true annoying thing is the long matches, so ending them when you want to, and idk with a button press, would be better. I still want to thank you for this, you definitely made things easier, but if I can ask you to also help for that one it would be perfect, if it's too hard then i'm fine with this. Thanks again
As for stopping the game, it's quite simple - you just need to find the function that increments the match time counter and modify it to write the value 0xFFFFFFFF for the time.

Code:
[Stop Game]
004FDAC0 E3E02000
 
As for stopping the game, it's quite simple - you just need to find the function that increments the match time counter and modify it to write the value 0xFFFFFFFF for the time.

Code:
[Stop Game]
004FDAC0 E3E02000
Ok, thanks, but if i wanted to end the match with it, with a button like by pressing R is there a way?
 

Site & Scene News

Popular threads in this forum