Hacking GATEWAY ULTRA v3.6 PUBLIC BETA

  • Thread starter Thread starter Deleted User
  • Start date Start date
  • Views Views 74,529
  • Replies Replies 470
  • Likes Likes 20
What does it mean when Cheatlist Editor returns "DEADB00B DEADB00B"?
IMG_2129.JPG
seems cheats that are enabled will appear for edit in the CHEATCODE LIST EDITOR, otherwise it will show DEADB00B DEADB00B
 
Last edited by dsrules,
  • Like
Reactions: Deleted User
Question: I'm trying to develop a cheat for all items in stella glow and I found the address for the items but I have a problem.
There is 90+ items in the game so that means I have to write 90+ line of cheats but it don't want to do that, so is there is easier way?

One thing I noticed about the item addresses is that each item has 2 hex value difference in the address so this is what I am doing right now

12345678 00000063
1234567A 00000063
1234567C 00000063
.....
....
.....
...

Notice: the left part (the address) is always increasing by 2 and the right part is where am setting the value to 99.

Is there a way to shorten it up???????
 
Last edited by moneychild,
Question: I'm trying to develop a cheat for all items in stella glow and I found the address for the items but I have a problem.
There is 90+ items in the game so that means I have to write 90+ line of cheats but it don't want to do that, so is there is easier way?

One thing I noticed about the item addresses is that each item has 2 hex value difference in the address so this is what I am doing right now

12345678 00000063
1234567A 00000063
1234567C 00000063

Notice: the left part (the address) is always increasing by 2 and the right part is where am setting the value to 99.

Is there a way to shorten it up???????
D3000000 xxxxxxxx//memory region
C0000000 0000005A/write number of times
12345678 00000063//address codetype and value
DC000000 00000002//increase each addres by 2
D1000000 00000000//start loop
D0000000 00000000//end code
 
Last edited by dsrules,
  • Like
Reactions: CrispyYoshi
D3000000 xxxxxxxx//memory region
C0000000 0000005A/write number of times
12345678 00000063//address codetype and value
DC000000 00000002//increase each addres by 2
D1000000 00000000//start loop
D0000000 00000000//end code

Thank you so much. Going to complete the code right now and post it on fort42
 
Just when I finally get around to putting GW 3.5.1 on my sdcard :P
This looks like a good release though. The one thing that's confusing me is the "Mode" selector in the game selection menu. No matter which one I choose, I always stay in EmuNAND, it seems. Or does "Mode" just choose what save keys are used? Also, booting to Gateway Mode SysNAND or Classic Mode SysNAND from the Gateway Menu just boots into EmuNAND now..
 
Can you explain how? And i will do it myself. And you did not to be rude.
What are you trying to find ?

Follow the previous details on how to get the cheat menu working.
Run the game, start a level and write down the value you want to search for.
Press the button combo to load the cheat menu. Then...

  • Cheat Finder - If the value is between 0-255 use 8bit exact. If it's between 255-65535 choose 16bit. If it's greater than 65535 choose 32bit.
  • Input your value (I usually go right to left, it just makes it easier when doing larger value searches)
  • Wait for the search to finish
  • Go back to the game (B a few times)
  • Change the value you're trying to find
  • Open the cheat menu again
  • Cheat Finder
  • Next Search - Input new value
  • Go back to the game (B a few times)
  • Change the value you're trying to find
  • Open the cheat menu again
  • Cheat Finder
  • Next Search - input new value
  • View Hits - if it's more than 2-3 repeat the steps above (back to the game, change the value, back to cheat menu, search again)
When you have 1 or 2 locations, change one of them in the View Hits menu, and see if it updates in your game. Some games need you to buy / sell / get hurt or whatever in order for the value to update. So if you're changing money from $1,000 to $1,000,000, the screen may still show $1,000 until you buy an item, then it should update. The same with health. You might set it to 100 (being full health for example), yet on screen it still shows 20 health. That may not change until you get hurt.

I hope that helps.
 
I have a problem. When I update GW 3.5 to 3.6, I updated GW3D 10.3.0-28U to play Zelda: Tri Heroes but I can't open emudev.3ds or BigBlueManager.3ds to install TitleManager.cia (to install .cia game) so I can't play .cia game. I just play .3ds game but I have many games in .cia

What should I do? Please Help ! :(
 
I have a problem. When I update GW 3.5 to 3.6, I updated GW3D 10.3.0-28U to play Zelda: Tri Heroes but I can't open emudev.3ds or BigBlueManager.3ds to install TitleManager.cia (to install .cia game) so I can't play .cia game. I just play .3ds game but I have many games in .cia

What should I do? Please Help ! :(
Use FBI or devmen.3ds on gateway's download page.
 
  • Like
Reactions: prince_sai
anyone has value for mk7 us collected coins? need them to unlock gold kart.
the best i could get are five hits, but changing them made the game frozen.
 
What are you trying to find ?

Follow the previous details on how to get the cheat menu working.
Run the game, start a level and write down the value you want to search for.
Press the button combo to load the cheat menu. Then...

  • Cheat Finder - If the value is between 0-255 use 8bit exact. If it's between 255-65535 choose 16bit. If it's greater than 65535 choose 32bit.
  • Input your value (I usually go right to left, it just makes it easier when doing larger value searches)
  • Wait for the search to finish
  • Go back to the game (B a few times)
  • Change the value you're trying to find
  • Open the cheat menu again
  • Cheat Finder
  • Next Search - Input new value
  • Go back to the game (B a few times)
  • Change the value you're trying to find
  • Open the cheat menu again
  • Cheat Finder
  • Next Search - input new value
  • View Hits - if it's more than 2-3 repeat the steps above (back to the game, change the value, back to cheat menu, search again)
When you have 1 or 2 locations, change one of them in the View Hits menu, and see if it updates in your game. Some games need you to buy / sell / get hurt or whatever in order for the value to update. So if you're changing money from $1,000 to $1,000,000, the screen may still show $1,000 until you buy an item, then it should update. The same with health. You might set it to 100 (being full health for example), yet on screen it still shows 20 health. That may not change until you get hurt.

I hope that helps.

Thank you very much. I was just looking to find inf health and inf transformations on super mario 3D
 
True. I guess i should of said invincible. Because in all the other mario games i played, the invincible code is available.
then you should search for unsigned and greater than or less than while the player is invincible like when you get hit or get a STAR when player has a few seconds of invincibility
 
How to search something that is not numeral, like Heart (For try a Full Heart code) ?

Can someone answer this question?
Its pretty hard for newbies to find cheats when there is not a number attached to it.
Game in point Kirby Triple Deluxe. Health is a bar so I don't know the initial search value
 

Site & Scene News

Popular threads in this forum