Hacking Post your WiiU cheat codes here!

jbuck1975

Well-Known Member
Member
Joined
Dec 28, 2015
Messages
952
Trophies
0
Age
48
XP
619
Country
United States
it's codes for lives in New Super Luigi Bros U. i found the code by searching and i can manually poke it to change but can figure out how to make a code for it. the code will change it, but when the world reloads it freezes the wii u. 32 bit value
 

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,028
Country
Germany
it's codes for lives in New Super Luigi Bros U. i found the code by searching and i can manually poke it to change but can figure out how to make a code for it. the code will change it, but when the world reloads it freezes the wii u. 32 bit value
I see, this is a common problem. during loading times the address might be used for something else. So it'd be better to make this code only being active when a level is being loaded
 

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
If the maximum is 99, it's an 8-bit value. The code should be as follows:
Code:
00000000 3E7B2EA8
00000063 00000000
That 2 in the first 8 digits in your code is only 2 if the value is 32-bit. If it's 16-bit, it would be one, and if it was 8-bit it would be 0 as it is in this code. The rule for thedata size is as follows:
If the maximum value is 255 or less, it is 8-bit. If the maximum value is 65535 or less, yet still greater than 255, it is 16-bit. And finally, if the maximum is bigger than 65535, it is 32-bit.

99 is less than 255, so the lives is an 8-bit value, not a 32-bit value. Hope this code works



Only apply the code once you are in the level.
 
Last edited by HackingNewbie,

jbuck1975

Well-Known Member
Member
Joined
Dec 28, 2015
Messages
952
Trophies
0
Age
48
XP
619
Country
United States
now everytime. i load TCPgecko.elf and cosmo code handler and connect with JeckoU the game will freeze. that's without sending codes. I'm doing it the same way I normally do. but now it freezes.
I've restarted computer and wii u but nothing is working.
 

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
now everytime. i load TCPgecko.elf and cosmo code handler and connect with JeckoU the game will freeze. that's without sending codes. I'm doing it the same way I normally do. but now it freezes.
I've restarted computer and wii u but nothing is working.
Make sure the game's fully loaded before connecting JGecko U.
 

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
yes. i'm doing it the same way i always do. now it's giving me problems. EVERYtime i hit connect i freezes. Jgecko U, Zgecko, etc..
JGecko U seems to be glitching out a lot, and it's probably gonna have to be updated. Also, you should re-download tcpgecko.elf at https://github.com/BullyWiiPlaza/tcpgecko. This version actually fixes memory shifting, and your console could be freezing because the tcpgecko.elf on your sd card might be corrupted. Make sure your sd card isn't damaged, and you might have to de-fragment your sd card or something similar. If you have windows, if your sd card is damaged/corrupted, windows will tell you when you plug it in, so be sure to try that as well, because there will be a button to fix it. Also, as a last resort, run chkdsk on the sd card (if you have windows, it isn't a feature in other OS's). But keep in mind, that would be a last, last, last, LAST resort because it might delete files. But other than this, I'm afraid I can't help you.
EDIT:
Oh wait, I can! Replace the TCPGecko.elf with this one or jgecko u doesn't work! Also, this version fixes memory shifting! Link:https://github.com/BullyWiiPlaza/tcpgecko/blob/master/tcpgecko.elf?raw=true
Hope this helps!!!:):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):)
 
Last edited by HackingNewbie,

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
how do i add additional and rename smash 4 characters?
Codes are practically impossible to make, and it is also practically impossible to find addresses right now. All you can do currently is poke addresses already known. Memory shifting is a problem, and with the fix for it you need to use jgecko u (tcpgecko .net won't work to find new addresses with the fix) but jgecko u glitches out searches, so we're kinda stuck until jgecko u is fixed :(. Anyway, once everything is fixed, this is how you would
3rename the characters:
1)Convert the name you want to change into hexadecimal
2)If the name is one letter long(unlikely i have to say :P), you search the hexadecimal equivalent as an 8-bit value. If the name is two letters long, you search the hexadecimal value as a 16-bit value. If the name is 3 or 4 letters long, you search the hexadecimal equivalent as a 32-bit value (however, if the name is 3 letters long, you put "00" before the hexadecimal equivalent. For example, if the hexadecimal equivalent was "3DFF45", you would search up "003DFF45"). If the name is 5, 6, 7 or 8 letters long, you search the hexadecimal equivalent as a 64-bit value (however, if the name is 5 letters long, you put "000000" before the hexadecimal equivalent, if the name is 6 letters long, you put "0000" before the hexadecimal equivalent, and if the name is 7 letters long, you put "00" before the hexadecimal equivalent).
3)If there is more than one address that comes up, just poke random names using the "00", "0000" or "000000" rules where applicable until you find one that works.
4)You have found your cheat!
5)To make codes for this, look at the cafe codetype documentation on CosmoCortney's website.

As for creating new characters, I don't know if that is even possible because the only method that comes to mind is editing the code of the game itself to add another character. You could retexture the model and the name of a character, but the attacks and voices/noises might not make sense.

Hope this helps!!!:):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):):)
 
Last edited by HackingNewbie,

jbuck1975

Well-Known Member
Member
Joined
Dec 28, 2015
Messages
952
Trophies
0
Age
48
XP
619
Country
United States
I fixed my freezing problem when clicking connect. Deleted jgeckou files and reunzipped it again. Now it connects.
 

JingleBells

Well-Known Member
Newcomer
Joined
Dec 25, 2015
Messages
50
Trophies
0
Age
49
Location
My House
XP
99
Country
United States
Did someone create Cheat code for Paper Mario: Color Splash? If yes, can give what u have?
Paper Mario Color Splash [CNFE]

Ink Tank Capacity MAX 300 [Jingles]
00020000 4E2A2E5C or 4E2A2E84
000001F4 00000000
00020000 4DD61530 or 4DD61460
000001F4 00000000
D0000000 DEADCAFE

All Ink Fill MAX 300 [Jingles]
03010000 4E2A4A02
00000080 00000000
00020000 4E2A2E74 or 4E2A2E4C
000001F4 00000000
00020000 4E2A2E78 or 4E2A2E50
000001F3 00000000
00020000 4E2A2E7C or 4E2A2E54
000001F4 00000000
D0000000 DEADCAFE
*Press ZL on Game-pad to refill all ink

HP (Health) 999/100 [Jingles]
00020000 4E2A2E64 or 4E2A2E3C
000003E7 00000000
00020000 4E2A2E68 or 4E2A2E40
00000032 00000000
D0000000 DEADCAFE

Coins 9999 [Jingles]
03010000 4E2A4A02
00000040 00000000
00020000 4E2A2E6C or 4E2A2E44
0000270F 00000000
D0000000 DEADCAFE
*Press ZR on Game-pad to refill

5 Card Slots [Jingles]
03010000 4E2A4A02
00000800 00000000
00020000 4E2A318C or 4E2A3164
00000005 00000000
D0000000 DEADCAFE
*Press D-Pad Left

Notes:
Since the values only move between two addresses and only on game reset this was an easier way for me and probably better for those unfamiliar using pointer expressions.....Simply check any address in memory view before sending the code. When you find one address that is correct they all will be the ones in the code listed or switch all to the "or" codes. See *example....Hope I didn't confuse you.

Example:
Coins 9999
03010000 4E2A4A02
00000040 00000000
00020000 LLLLLONE or LLLLLTWO<<<This is the "or" code..lol
0000270F 00000000
D0000000 DEADCAFE

>>>I will check the address LLLLLONE in memory view and see if the value matches the amount of coins I have (don't forget the value will be in hex, you can use decimal to hexadecimal tool to check)......If it does match the value of coins I have then I will use ALL of the LLLLLONE addresses in the codes listed above....If it does not match the value of my coins then I will use ALL of the LLLLLTWO ("or") codes listed above.

-Addresses only move on game reset, not level to level.
-Might want to activate your ink tank MAX 300 before using button activated ink refill.
-Do not give more than 5 card slots or game will freeze.:ha:
-Use the button activators and leave the terminators or the game will freeze.:ha:
 
Last edited by JingleBells,

HackingNewbie

Well-Known Member
Member
Joined
Dec 29, 2016
Messages
536
Trophies
0
Location
Somewhere in 2008
XP
699
Country
United Kingdom
If I had, say, [[0x12345678]+0xAB]+0x40, would I find the value of the address 0x12345678, add an offset of 0xAB and find the value of the address I would get from that addition and then, finally, add an offset of 0x40 to that value and that'll be the address I'm looking for?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Damn spam callers keep ruining my hentai games each time they're about to climax