Hacking Post your WiiU cheat codes here!

CosmoCortney

i snack raw pasta and chew lollipops
OP
Member
Joined
Apr 18, 2013
Messages
1,768
Trophies
2
Location
on the cool side of the pillow
Website
follow-the-white-rabbit.wtf
XP
3,017
Country
Germany
Mario Kart 8 - Updated Unlock everything (JGecko U)

30000000 11000000
00000000 00000000
31000000 2F7XXXXX
0012710C 03030303
00127110 03030303
00127114 03030303
0012712C 03030303
00127130 03030303
00127134 03030303
0012714C 03030303
00127150 03030303
00127154 03030303
0012716C 03030303
00127170 03030303
00127174 03030303
0012718C 03030303
00127190 03030303
00127194 03030303
0012720C 03030303
00127210 03030303
00127214 03030303
0012722C 03030303
00127230 03030303
00127234 03030303
0012724C 03030303
00127250 03030303
00127254 03030303
0012726C 03030303
00127270 03030303
00127274 03030303
0012728C 03030303
00127290 03030303
00127294 03030303
00128668 03030303
0012866C 03030303
00128690 03030303
00128694 03030303
00128698 03030303
0012869C 03030303
001286A0 03030303
001286A4 03030303
001286A8 03030303
001286AC 03030000
001286D0 03030303
001286D4 03030303
001286D8 03030303
001286DC 03030303
001286E0 03030303
001286E4 03030303
001286E8 03030000
00128710 03030303
00128714 03030303
00128718 03030303
0012871C 03030303
00128720 03030000
00128750 03030303
00128754 03030303
00128758 03030303
00128798 00000303
0012879C 03030303
001287A4 03030303
001287A8 03030303
001287AC 03030303
001287B0 03030303
001287B4 03030303
001287B8 03030303
001287BC 03030303
001287C0 03030303
001287C4 03030303
001287C8 03030303
001287CC 03030303
001287D0 03030303
001287D4 03030303
001287D8 03030303
001287DC 03030303
001287E0 03030303
001287E4 03030303
001287E8 03030303
001287EC 03030303
001287F0 03030303
0012D228 0071FEFF
D0000000 DEADCAFE
*XXXX = User Slot
40000 = User 1
46800 = User 2
4D000 = User 3
53800 = User 4
5A000 = User 5
60800 = User 6

Credit to @BullyWiiPlaza and anyone else who made the original unlock everything. This allows you to specify the player slot in which you want to unlock everything onto.
you can shorten up the code to less than 10 lines with the 02-codetype ;)
 

BullyWiiPlaza

Nintendo Hacking <3
Member
Joined
Aug 2, 2014
Messages
1,932
Trophies
0
XP
2,477
Country
Germany
In case anyone is interested I managed to get my Donkey Kong Country Tropical Freeze mods\cheats working with the Eshop backups or Original Disc using either Haxchi or Mocha, This works from sysnand or usb. Before they only worked with loadliine which i still find to be easier but thought I'd would get them working with eshop or a legit disc anyways.

If you use my TCP Gecko Installer you can poke assembly directly... not with codes though, they will still crash.
 

CosmoCortney

i snack raw pasta and chew lollipops
OP
Member
Joined
Apr 18, 2013
Messages
1,768
Trophies
2
Location
on the cool side of the pillow
Website
follow-the-white-rabbit.wtf
XP
3,017
Country
Germany
If you use my TCP Gecko Installer you can poke assembly directly... not with codes though, they will still crash.
@Thomas83Lin hold on a bit, the next days I'm trying to update the codehandler with kern_write syscalls if the cheat's address of the 00 and 01 codetypes are below or above the range of x10000000 - 0x50000000.
 
  • Like
Reactions: Thomas83Lin

Thomas83Lin

Retro Gamer
Member
Joined
Jul 22, 2009
Messages
1,587
Trophies
1
Website
www.thomas83lincodes.com
XP
1,779
Country
United States
@Thomas83Lin hold on a bit, the next days I'm trying to update the codehandler with kern_write syscalls if the cheat's address of the 00 and 01 codetypes are below or above the range of x10000000 - 0x50000000.
Sounds good, once you get everything worked out, I'll convert my codes over to it. right now I've been messing around with making installable modded update packages that work through a wup installer. right now it requires ftpiiu. My method I don't have to worry about if the person is on the right update or not, I also don't have to worry about if the mem gets moved\shifted around making the code address different.
 
Last edited by Thomas83Lin,
  • Like
Reactions: BullyWiiPlaza

CosmoCortney

i snack raw pasta and chew lollipops
OP
Member
Joined
Apr 18, 2013
Messages
1,768
Trophies
2
Location
on the cool side of the pillow
Website
follow-the-white-rabbit.wtf
XP
3,017
Country
Germany
You don't need to check, just always use kern_write for example.
Yes but then u need different codes for every slot. There's no add to offset codetype, only add offset to pointer
I meant using one 02-code for writing all 03030303. Also better change the range check to a decent range
 

DarkFlare69

Well-Known Member
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,751
Country
United States
I meant using one 02-code for writing all 03030303. Also better change the range check to a decent range
All this does is set the offset to 00000000 and then add 2F7XXXXX and then the KKKK offsets. If the value at 11000000 is anything other than 00000000 the code won't work. so the range is perfect

Obviously this isn't the correct way to use a pointer but its a lot easier than doing a 32 bit write for every address and then porting that to other save slots. There really needs to be a set offset codetype like D3000000 on 3DS
 
Last edited by DarkFlare69,

CosmoCortney

i snack raw pasta and chew lollipops
OP
Member
Joined
Apr 18, 2013
Messages
1,768
Trophies
2
Location
on the cool side of the pillow
Website
follow-the-white-rabbit.wtf
XP
3,017
Country
Germany
All this does is set the offset to 00000000 and then add 2F7XXXXX and then the KKKK offsets. If the value at 11000000 is anything other than 00000000 the code won't work. so the range is perfect

Obviously this isn't the correct way to use a pointer but its a lot easier than doing a 32 bit write for every address and then porting that to other save slots. There really needs to be a set offset codetype like D3000000 on 3DS
RANGE_ST = the smallest valid range. if it's below 0x10000000 it accepts writes to anything below 0x10000000 which will cause a freeze.
RANGE_EN = biggest valid range. if it's 0x00000000 it won't load any pointer if it's bigger than 0x00000000
 
  • Like
Reactions: BullyWiiPlaza

DarkFlare69

Well-Known Member
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,751
Country
United States
RANGE_ST = the smallest valid range. if it's below 0x10000000 it accepts writes to anything below 0x10000000 which will cause a freeze.
RANGE_EN = biggest valid range. if it's 0x00000000 it won't load any pointer if it's bigger than 0x00000000
The code works however. I know how the ranges work, it's not writing to below 0x10000000. I've tested all user slots before releasing it.
 
Last edited by DarkFlare69,
  • Like
Reactions: BullyWiiPlaza

Ax_2117

Member
Newcomer
Joined
Aug 30, 2016
Messages
15
Trophies
0
Age
34
XP
58
Country
Mario Kart 8 - Updated Unlock everything (JGecko U)

30000000 11000000
00000000 00000000
31000000 2F7XXXXX
0012710C 03030303
00127110 03030303
00127114 03030303
0012712C 03030303
00127130 03030303
00127134 03030303
0012714C 03030303
00127150 03030303
00127154 03030303
0012716C 03030303
00127170 03030303
00127174 03030303
0012718C 03030303
00127190 03030303
00127194 03030303
0012720C 03030303
00127210 03030303
00127214 03030303
0012722C 03030303
00127230 03030303
00127234 03030303
0012724C 03030303
00127250 03030303
00127254 03030303
0012726C 03030303
00127270 03030303
00127274 03030303
0012728C 03030303
00127290 03030303
00127294 03030303
00128668 03030303
0012866C 03030303
00128690 03030303
00128694 03030303
00128698 03030303
0012869C 03030303
001286A0 03030303
001286A4 03030303
001286A8 03030303
001286AC 03030000
001286D0 03030303
001286D4 03030303
001286D8 03030303
001286DC 03030303
001286E0 03030303
001286E4 03030303
001286E8 03030000
00128710 03030303
00128714 03030303
00128718 03030303
0012871C 03030303
00128720 03030000
00128750 03030303
00128754 03030303
00128758 03030303
00128798 00000303
0012879C 03030303
001287A4 03030303
001287A8 03030303
001287AC 03030303
001287B0 03030303
001287B4 03030303
001287B8 03030303
001287BC 03030303
001287C0 03030303
001287C4 03030303
001287C8 03030303
001287CC 03030303
001287D0 03030303
001287D4 03030303
001287D8 03030303
001287DC 03030303
001287E0 03030303
001287E4 03030303
001287E8 03030303
001287EC 03030303
001287F0 03030303
0012D228 0071FEFF
D0000000 DEADCAFE
*XXXX = User Slot
40000 = User 1
46800 = User 2
4D000 = User 3
53800 = User 4
5A000 = User 5
60800 = User 6

Credit to @BullyWiiPlaza and anyone else who made the original unlock everything. This allows you to specify the player slot in which you want to unlock everything onto.
didnt work :( why?
 

DarkFlare69

Well-Known Member
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,751
Country
United States

Ax_2117

Member
Newcomer
Joined
Aug 30, 2016
Messages
15
Trophies
0
Age
34
XP
58
Country

Ax_2117

Member
Newcomer
Joined
Aug 30, 2016
Messages
15
Trophies
0
Age
34
XP
58
Country
Can you go to 2F748660 in memory viewer and tell me what you see?

After, go to 11000000 and tell me what you see.
Stop All CPU [CosmoCourtney / DarkFlare]
30000000 4443DB4C
44000000 49000000
31000000 001A6F5C
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
D0000000 DEADCAFE

btw,This also didnt work
 

DarkFlare69

Well-Known Member
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,751
Country
United States
Stop All CPU [CosmoCourtney / DarkFlare]
30000000 4443DB4C
44000000 49000000
31000000 001A6F5C
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
31000000 001A1C78
00120000 00000000
D0000000 DEADCAFE

btw,This also didnt work
Change the first line to 4443BB4C and try it. If that doesn't work, then you're not using the new codehandler.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=KYZD7ykz9aQ