Hacking Post your WiiU cheat codes here!

Arck

Well-Known Member
Member
Joined
Mar 13, 2016
Messages
955
Trophies
0
XP
878
Country
Oh well. I could try porting weird mario to different characters. In the future, when we (possibly) have breakpoints and cafiine functions with jgecko u, people would probably be able to replace the mushrooms texture with a weird mushroom, then use breakpoints to find the instruction that is executed when you hit a mushroom and change it to mimic the weird mushrooms's behaviour then use another breakpoint to stop it overwriting 0x3F800000 every time you walk/run. Then make those breakpoints into a code and change the mushroom's texture to a weird mushroom's texture, an voila! A working weird mushroom! That would be very cool :)
breakpoint are possible with diibuger
 

CosmoCortney

Lawn Meower
OP
Member
Joined
Apr 18, 2013
Messages
1,769
Trophies
2
Location
on the cool side of the pillow
Website
follow-the-white-rabbit.wtf
XP
3,027
Country
Germany
I could try to port the weird mario to 2-2, the best course ever!
I'm giving it a shot now, actually to make a pointer code with it. The code was very hard to find because the first 32-bit write is a sort of master code which turns on the corruption. Otherwise Mario won't change at all. If you move a little bit the values become set to their default.

breakpoint are possible with diibuger
It only allows us to break on execute. But we need to be able to break on read and write
 

CosmoCortney

Lawn Meower
OP
Member
Joined
Apr 18, 2013
Messages
1,769
Trophies
2
Location
on the cool side of the pillow
Website
follow-the-white-rabbit.wtf
XP
3,027
Country
Germany
Can you not put it into a RAM write? Because the documentation says it PERMANENTLY stores the value
Or is there not a ppc instruction similar to cmp in x64 so it constantly checks nd re-writes the value if it changes?
This is related to the search process. Later on the end the RAM writes solve this issue
 

CosmoCortney

Lawn Meower
OP
Member
Joined
Apr 18, 2013
Messages
1,769
Trophies
2
Location
on the cool side of the pillow
Website
follow-the-white-rabbit.wtf
XP
3,027
Country
Germany
Can I expect the "master" 32-bit write to always be at 3CC037C0?
No, it differs from level to level.
But I think I have just finished the code:
30000000 108BEE14
3CAC0000 3D000000
31000000 0009A500
00120000 41000000
31000000 00029B44
00120000 41000000
00120004 41000000
00120008 41000000
0012000C 41000000
D0000000 DEADCAFE

It should make Mario "weird" everywhere
 
Last edited by CosmoCortney,

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
No, it differs from level to level.
But I think I have just finished the code:
30000000 108BEE14
3CAC0000 3D000000
31000000 0009A500
00120000 41000000
31000000 00029B44
00120000 41000000
00120004 41000000
00120008 41000000
D0000000 DEADCAFE

It should make Mario "weird" everywhere
I'll test

--------------------- MERGED ---------------------------

@CosmoCortney on some levels it does the thing when it overwrites when you run but then it goes back to normal when you stop, but in others you stay creepypasta all the time
 

CosmoCortney

Lawn Meower
OP
Member
Joined
Apr 18, 2013
Messages
1,769
Trophies
2
Location
on the cool side of the pillow
Website
follow-the-white-rabbit.wtf
XP
3,027
Country
Germany
@CosmoCortney on some levels it does the thing when it overwrites when you run but then it goes back to normal when you stop, but in others you stay creepypasta all the time[/QUOTE]
It's normal that it changes to normal while you're running. The only way to solve this would be breakpoints. btw, I have added a line to the code to fix Mario's altitude
 

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
@CosmoCortney on some levels it does the thing when it overwrites when you run but then it goes back to normal when you stop, but in others you stay creepypasta all the time
It's normal that it changes to normal while you're running. The only way to solve this would be breakpoints. btw, I have added a line to the code to fix Mario's altitude
Really? on 1-2 it never changes
 
Last edited by HackingNewbie,

CosmoCortney

Lawn Meower
OP
Member
Joined
Apr 18, 2013
Messages
1,769
Trophies
2
Location
on the cool side of the pillow
Website
follow-the-white-rabbit.wtf
XP
3,027
Country
Germany
It indeed stays unchanged there lol
BTW, made a new funny code:
Normal Mario Pitch Modifier
30000000 3C473F8C
3C000000 3D000000
31000000 FFE511FC
00120000 ????????
D0000000 DEADCAFE

3E000000 = bawling
3E800000 = Satanic
3F000000 = Deeper
3F800000 = Default
40000000 = High
40400000 = Chipmunk
40800000 = Helium Chipmunk
41000000 = Mouse
 

RedRose30

Well-Known Member
Member
Joined
Jul 14, 2016
Messages
439
Trophies
0
XP
506
Country
United States
Does anyone know if making cheats for Pokken is hard or not? I remember someone saying it was, but at this point I'm debating on maybe trying.

I know there's the risk of obliterating my Wii U, but are the chances of doing this high? I've never made a code for anything before.
 
Last edited by RedRose30,

RedRose30

Well-Known Member
Member
Joined
Jul 14, 2016
Messages
439
Trophies
0
XP
506
Country
United States
Not really. RAM is temporary, so it would be very hard to create a cheat code that would do permanent damage
Ok...I just want to unlock titles (mostly the online ones. They're like "achievements" of the game. Since the Wii U internet is most likely going to shut down I want to make sure I can still get these since they will be locked out). That or even an online win editor.

Does this sound like it would be hard or easy? Or does it depend on the game?
 

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
Ok...I just want to unlock titles (mostly the online ones. They're like "achievements" of the game. Since the Wii U internet is most likely going to shut down I want to make sure I can still get these since they will be locked out). That or even an online win editor.

Does this sound like it would be hard or easy? Or does it depend on the game?
That's a little advanced for a beginner's first code. I recommend something simple like lives, money, health, etc.
 

RedRose30

Well-Known Member
Member
Joined
Jul 14, 2016
Messages
439
Trophies
0
XP
506
Country
United States
That's a little advanced for a beginner's first code. I recommend something simple like lives, money, health, etc.
Well I do have a money code for the game (I'm pretty sure that's the only legit cheat for the game so far). So you think I should try different games and do simpler ones to get experience first?

I still do want the SMM 100 lives/invincibility. Do you think I should actually try that?
 

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
Well I do have a money code for the game (I'm pretty sure that's the only legit cheat for the game so far). So you think I should try different games and do simpler ones to get experience first?

I still do want the SMM 100 lives/invincibility. Do you think I should actually try that?
Yes, 100 lives would be a good place to start.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • realtimesave @ realtimesave:
    one in particular I regret getting rid of oh well :|
  • realtimesave @ realtimesave:
    the Sonys and stuff I don't care about
  • realtimesave @ realtimesave:
    and used LCD are hard to sell I can imagine.. not worth much
  • realtimesave @ realtimesave:
    @SylverReZ where do u lurk
  • a_username_that_isnt_cool @ a_username_that_isnt_cool:
    Is it piracy if it was released for free? Not in my opinion, but I also think it's not piracy if buying it isn't owning it, and it's not piracy if you can't buy it from the original creators anymore.
  • K3Nv2 @ K3Nv2:
    Free release can have loopholes where they still make money through ads
    +1
  • Xdqwerty @ Xdqwerty:
    sigh
  • Xdqwerty @ Xdqwerty:
    @a_username_that_isnt_cool, could you change your username?
  • Xdqwerty @ Xdqwerty:
    i guess not...
  • Xdqwerty @ Xdqwerty:
    yawn
  • Xdqwerty @ Xdqwerty:
    anybody here?
  • P @ PKNate:
    nope
  • BakerMan @ BakerMan:
    fun fact: 7 years by lukas graham, supermassive black hole by muse, and megalomania all have the same bpm
  • BakerMan @ BakerMan:
    girls just wanna have fun and renai circulation also share the same tempo as the few i said before
  • Xdqwerty @ Xdqwerty:
    @BakerMan, megalomania the live a live song?
  • BakerMan @ BakerMan:
    wait no, megalovania*
  • BakerMan @ BakerMan:
    my bad
  • K3Nv2 @ K3Nv2:
    I don't forgive you
  • BigOnYa @ BigOnYa:
    The nerve of that guy, gosh.
  • K3Nv2 @ K3Nv2:
    Yeah expecting me to forgive gtfo
  • Psionic Roshambo @ Psionic Roshambo:
    But how could the Dr have known you didn't want to be circumcized?
  • K3Nv2 @ K3Nv2:
    He didn't you just wanted your dick to be fondled
    BigOnYa @ BigOnYa: