Hacking Post your WiiU cheat codes here!

  • Thread starter Thread starter LawnMeower
  • Start date Start date
  • Views Views 2,111,929
  • Replies Replies 9,274
  • Likes Likes 52
Thanks Shinzuya, i can see you put the code that sets the textbox values in a try catch but this isn't where its breaking.

Code:
int slot1 = Convert.ToInt32(tcpGecko.peek(0x3F9BFF40));

Here you are assuming the result back from peek is an Int32 when it often isn't.

Code:
            try
            {
                var slot1 = Convert.ToInt32(this.tcpGecko.peek(0x3F9BFF40));
                this.numericUpDown2.Value = slot1;
            }
            catch (Exception ex)
            {
                // error
            }
Sorry, I do not have the best c# experience, I'm more into VB.net
 
Since the numericUpDowns are all so repetitive, I would recommend programmatically creating them -- you could even have a "add 10 more inventory slots" button. Way simpler to work with, heh. It's what my modification does internally right now:

HUzXWoQ.png
 
  • Like
Reactions: Dekirai
Since the numericUpDowns are all so repetitive, I would recommend programmatically creating them -- you could even have a "add 10 more inventory slots" button. Way simpler to work with, heh. It's what my modification does internally right now:

HUzXWoQ.png
Well, as I said above, I don't know that much about c#
 
They are the largest unsigned value for 32 Bit hex

FFFFFFFF = 4294967295


New offset is around 328000

Health
00020000 439B6558
0000001F 00000000
 
Last edited by PandaOnSmack,
They are the largest unsigned value for 32 Bit hex

FFFFFFFF = 4294967295

What should I try and change them to though? I mean, I don't even know what they are. My equipment seems to be degrading as normal. Only thing I ever changed with a previous trainer was slot 1/2 to a maximum number given earlier in this topic. I don't know how 4 values got skyrocketed like they are.
 
What should I try and change them to though? I mean, I don't even know what they are. My equipment seems to be degrading as normal. Only thing I ever changed with a previous trainer was slot 1/2 to a maximum number given earlier in this topic. I don't know how 4 values got skyrocketed like they are.

Being set to FFFFFFFF implies the value was deleted or removed. The game handles this but the trainer doesn't. Just poke them to 0000FFFF as Shin said
 
  • Like
Reactions: Audioboxer
Being set to FFFFFFFF implies the value was deleted or removed. The game handles this but the trainer doesn't. Just poke them to 0000FFFF as Shin said

Cheers, done. Hopefully when the next version of the trainer comes around I'll have no more crashes!
 
Hmm, even after clicking "write" to change some of those FFFFFFFF values to 0000FFFF they seem to revert back. I'll just hope the next trainer ignores the errors.
 

Site & Scene News

Popular threads in this forum