• Hey, guest user. Hope you're enjoying GameParadise! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Nintendo SWITCH Cheat Codes Download

Kirby and the Forgotten Land

 
 

admin

Chad
Staff member
85%
[Kirby and the Forgotten Land (Demo) v0 TID=010091201605A000 BID=3C5F1E198A79FBA2]

[Invincible]
040E0000 006704F8 2A1F03EA

[Invincible off]
040E0000 006704F8 B940014A
 
Here with a short tutorial on unknown search with EdizonSE

Normally, 2 kinds of variable types would be used.
They are u32(unsign integer) and s32(single float)

This example is u32.

There is a HP bar on the top left corner
2022030515361200-7D0C1B828C890ECB3FA7D45F3C22C59D.jpg



For getting an efficient and accurate result,
I need to guess the range of the real value the developer used.
I believe it lies between 0 to 10000

2022030515391400-DB1426D1DFD034027CECDE9C2DD914B8.jpg


So, on the first search, press R and set the config to [u32] / [A..B] / [Heap] (you may use Heap/Main)
The key is using A..B, not unknown, otherwise, you will got too many results

2022030515411900-DB1426D1DFD034027CECDE9C2DD914B8.jpg


There are only 12795233 possible addresses (not 3GB dump data)

Go to the game and make damage to Kirby
2022030515412600-7D0C1B828C890ECB3FA7D45F3C22C59D.jpg



and then make the second search,
searching with -- (just press D-pad right),
2022030515421600-DB1426D1DFD034027CECDE9C2DD914B8.jpg


There are only 12172 possibles now

Since Kirby's HP is limited, we cannot make so many damage to it.
So, you go back to the game and then search again with [SAME] (i.e. D-pad UP) immediately
Here is the third search
2022030515424700-DB1426D1DFD034027CECDE9C2DD914B8.jpg


The possible addresses were reduce to 3892 now

Go back to the game and make Kirby hurt once more.
2022030515425400-7D0C1B828C890ECB3FA7D45F3C22C59D.jpg



The fourth search with [--] again
2022030515430800-DB1426D1DFD034027CECDE9C2DD914B8.jpg


There are 79 possibles now

Once more with [SAME]
2022030515434100-DB1426D1DFD034027CECDE9C2DD914B8.jpg


On the 5th search, there are 26 results left.

Back to the game and make some movement, and then search again
2022030515440300-DB1426D1DFD034027CECDE9C2DD914B8.jpg



The 6th search
2022030515441300-DB1426D1DFD034027CECDE9C2DD914B8.jpg


Only 2 results are out,
And the first one 1700 seems to be a correct value

I make some change on it, set to a large value e.g. 2500
and examine it in the game
2022030515455500-7D0C1B828C890ECB3FA7D45F3C22C59D.jpg


it hits, the HP increased after Kirby hurt

2022030515460200-DB1426D1DFD034027CECDE9C2DD914B8.jpg



This is the end of this tutorial

You can use this address Heap+64672E40
- on GDB, and make breakpoint and found the code to ignore the damage procedure.
- or on pointer searcher, to freeze the HP with Cheat VM (however, this is a 2-player game, and you need to find out the second pointer by this way)
 
 

Recent Content

Newest Downloads

Tutorials

Back
Top