Gaming Gateway Cheats

  • Thread starter Thread starter blinkzane
  • Start date Start date
  • Views Views 4,765,740
  • Replies Replies 5,000
  • Likes Likes 16
Status
Not open for further replies.
why don't you use the pointer search tool to make the cheats for dynamic address
I am still pretty new to making codes, and I am unsure of how to go about doing that. Can pointer searches be done from the Gateway menu, or will I need to analyze RAM dumps with a PC program?
 
I just made an awesome cheat for Mutant Mudds Super Challenge!

[Infinite Vertical Boost Usage]
D3000000 30000000
20CBA10D 000000FF

Normally, after you use a vertical boost, you cannot use it again until you land on the ground. This code removes that restriction!

Note however, that the offset seems to permanently change after entering a boss battle stage. After a boss battle, exit the game and reenter the game for the code to work.

I also found out how to make ones for infinite health, but the offsets must be different for each stage. After entering a different stage with the health code enabled, the game locks up.

The infinite health code only works against enemies. It does not protect you from objects (such as spikes) that kill you in one hit.

I will try to make and post more codes when I get the chance.

Have you tried looking for pointers?

http://www.maxconsole.com/maxcon_forums/threads/293146-Finding-Pointer-Codes-With-Gateway-RAM-Dump

This should fix it
 
  • Like
Reactions: I pwned U!
I am busy for a while, but I will look for pointers later. I also want to thank everyone for all of the useful information!
 
I need help please, How I can make a code to put on a txt file after manipulating the RAM?
upload_2016-4-7_12-12-22.png
upload_2016-4-7_12-14-15.png
 
I need help please, How I can make a code to put on a txt file after manipulating the RAM?
View attachment 44888 View attachment 44889
On your first screen image you posted, select which line is the right one and hit X. Then change the value to what you want. Then hit Start. Then name it and hit A. A new .text file will be made that matches the long title ID (e.g. 004000000015598.txt)

For more help with codes go here:
http://www.maxconsole.com/maxcon_forums/threads/293144-Gateway-ARCode-Cheat-Sheet
 
Last edited by Entoptical,
I just tried this, but no results show up in TempAR, even though I followed all of the steps exactly as you demonstrated.
Capture4f4c6.png
Do you have a PC with at least 4GB of RAM and a medium end CPU (i3 should work) ? It didnt work on my 2GB RAM laptop because it ran out of memory. There should be at least some black addresses, even if there isn't any green ones.
 
I just tried this, but no results show up in TempAR, even though I followed all of the steps exactly as you demonstrated.
1 ends with D, 1 ends with 8
doesn't look like good address, what are the address you found in Cheat Finder?
 
Do you have a PC with at least 4GB of RAM and a medium end CPU (i3 should work) ? It didnt work on my 2GB RAM laptop because it ran out of memory. There should be at least some black addresses, even if there isn't any green ones.
Yes, I am using my Surface Pro 4 with 8 GB RAM and an i5-6300U processor.
1 ends with D, 1 ends with 8
doesn't look like good address, what are the address you found in Cheat Finder?
These were the addresses that I found (for infinite health, each in a different stage) with the cheat finder:
Code:
20CBA10D
21003678

I also found out that one boss stage had the addresses change after each time that I died (I intentionally changed the health value to 00 to test this.):
Code:
21003678
210AFFD8
211063F8
 
Last edited by I pwned U!,
Yes, I am using my Surface Pro 4 with 8 GB RAM and an i5-6300U processor.

These were the addresses that I found (for infinite health, each in a different stage) with the cheat finder:
Code:
20CBA10D
21003678

I also found out that one boss stage had the addresses change after each time that I died (I intentionally changed the health value to 00 to test this.):
Code:
21003678
210AFFD8
211063F8
the boss one all ends in 8, that makes sense
but the other one ends in D and 8 don't make sense
I mean what is the address you found in Cheat Finder, it should be something like 08xxxxxx 09xxxxxx 14xxxxxx 15xxxxxx 16xxxxxx, it shouldn't start with 2xxxxxxx
 
  • Like
Reactions: Deleted User
the boss one all ends in 8, that makes sense
but the other one ends in D and 8 don't make sense
I mean what is the address you found in Cheat Finder, it should be something like 08xxxxxx 09xxxxxx 14xxxxxx 15xxxxxx 16xxxxxx, it shouldn't start with 2xxxxxxx
20CBA10D was not from the boss, but 21003678, 210AFFD8, and 211063F8 were. I will search again to find the proper addresses (although the boss ones will likely be different again).

It looks like the actual addresses start with a 3 instead of a 2, so they would be:
Code:
30CBA10D
31003678
310AFFD8
311063F8
 
Last edited by I pwned U!,
  • Like
Reactions: Deleted User
20CBA10D was not from the boss, but 21003678, 210AFFD8, and 211063F8 were. I will search again to find the proper addresses (although the boss ones will likely be different again).

It looks like the actual addresses start with a 3 instead of a 2, so they would be:
Code:
30CBA10D
31003678
310AFFD8
311063F8

The reason they start with 3 is because your code is:

[Infinite Vertical Boost Usage]
D3000000 30000000
20CBA10D 000000FF

The D3 line followed by 30000000 sets your offset to 0x30000000. Therefore, the next line does 0x30000000 + 00CBA10D. The 2 at the start of the 2nd line means it uses only 1 byte (the FF) for the code. You'll probably find this page very helpful too: http://www.maxconsole.com/maxcon_forums/threads/293144-Gateway-ARCode-Cheat-Sheet

You can't have a code that is just 30CBA10D 000000FF, where 30CBA10D is your offset, because of the way that the codes are designed to work with gateway.
 
Last edited by Entoptical,
Apparently nobody wants to port the Japanese Hyrule codes over to the US version. I'd do it, but there seems to be entirely different code lists for each version, with no code featuring in more than one version.
i made some a while back but i only spent like 30 seconds on them so they're basic.
 
  • Like
Reactions: Deleted User
20CBA10D was not from the boss, but 21003678, 210AFFD8, and 211063F8 were. I will search again to find the proper addresses (although the boss ones will likely be different again).

It looks like the actual addresses start with a 3 instead of a 2, so they would be:
Code:
30CBA10D
31003678
310AFFD8
311063F8
load 1st 31003678 RAM dump, input 31003678 in Address field1
load 2nd 310AFFD8 RAM dump, input 310AFFD8 in Address field2
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum