Hacking The Definitive Guide to Wii U Hacking

fiveighteen

Distractible Dabbler
OP
Member
Joined
Jun 30, 2008
Messages
1,768
Trophies
2
XP
1,930
Country
United States
Basically, %uc0a8%u6129%u01EF is for my IP address, which is 192.168.1.239.
c0 in hex = 192 in decimal
a8 in hex = 168 in decimal
01 in hex = 1 in decimal
EF in hex = 239 in decimal

You want your IP to be replaced in that string, so:
192 in decimal = c0 in hex
168 in decimal = a8 in hex
0 in decimal = 00 in hex
17 in decimal = 11 in hex

Your string is %uc0a8%u6129%u0011

Open payload532.html in Notepad, or any other programming/text editor, and search for my string "%uc0a8%u6129%u01EF" and replace it with your string "%uc0a8%u6129%u0011" and then save it.

When you load Cafiine, the default IP should say "192.168.0.17" and you can simply continue instead of scrolling to enter it. :)
 

MarioBrosThe

Well-Known Member
Member
Joined
Dec 31, 2014
Messages
153
Trophies
0
Age
33
Location
California
XP
189
Country
United States
Basically, %uc0a8%u6129%u01EF is for my IP address, which is 192.168.1.239.
c0 in hex = 192 in decimal
a8 in hex = 168 in decimal
01 in hex = 1 in decimal
EF in hex = 239 in decimal

You want your IP to be replaced in that string, so:
192 in decimal = c0 in hex
168 in decimal = a8 in hex
0 in decimal = 00 in hex
20 in decimal = 14 in hex

Your string is %uc0a8%u6129%u0014

Open payload532.html in Notepad, or any other programming/text editor, and search for my string "%uc0a8%u6129%u01EF" and replace it with your string "%uc0a8%u6129%u0014" and then save it.

When you load Cafiine, the default IP should say "192.168.0.20" and you can simply continue instead of scrolling to enter it. :)
THANK YOU SO MUCH! <3
Really appreciate it man!!! <3
 

fiveighteen

Distractible Dabbler
OP
Member
Joined
Jun 30, 2008
Messages
1,768
Trophies
2
XP
1,930
Country
United States
Either you changed your post for your IP to go from 20 to 17, or I'm going crazy :blink: but I edited my post to reflect the 17 lol. No problem!
 

fiveighteen

Distractible Dabbler
OP
Member
Joined
Jun 30, 2008
Messages
1,768
Trophies
2
XP
1,930
Country
United States
"Cannot find %uc0a8%u6129%u01EF" rip :c
Ah... my bad. It appears that trick only works for Cafiine v1.2. I have a link to it in the first post if you want to download it. I didn't think I had v1.2 working on 5.3.2, but I know that the IP editing works at least. I'm going to test the actual file replacement tomorrow and update the first post. Feel free to give it a shot, or just manually enter your IP with Cafiine v1.1.
 

fiveighteen

Distractible Dabbler
OP
Member
Joined
Jun 30, 2008
Messages
1,768
Trophies
2
XP
1,930
Country
United States
Maybe I was running the v1.2 payload with the v1.1 server?! :lol: Not sure if that's even possible.

But like I said, that part was optional anyways; just saves some time. Considering the default IP is 192.168.1.10, you only have to hit the up arrow 7 times :P (and change 1 to 0). I had to hit it 229!
 

MarioBrosThe

Well-Known Member
Member
Joined
Dec 31, 2014
Messages
153
Trophies
0
Age
33
Location
California
XP
189
Country
United States
true lol

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

Maybe I was running the v1.2 payload with the v1.1 server?! :lol: Not sure if that's even possible.

But like I said, that part was optional anyways; just saves some time. Considering the default IP is 192.168.1.10, you only have to hit the up arrow 7 times :P (and change 1 to 0). I had to hit it 229!
any way I can add you on Skype, for easier communication?
 

fiveighteen

Distractible Dabbler
OP
Member
Joined
Jun 30, 2008
Messages
1,768
Trophies
2
XP
1,930
Country
United States
OK idk where to post but trying to read fsa of super smash bros wii u and it crashes when i do a read.... I'm using your tcpgecko which has progressed further than the updated GitHub one.
I finally got around to testing this. At the main menu of Smash, press A on Controls to get to the Controls menu. You can do a FSA Read from there, though it will take some time. Just don't bump the controller and let the TCP Gecko Client sit at "Not Responding." It will load eventually.
 
  • Like
Reactions: TotalInsanity4

mariogamer

Well-Known Member
Member
Joined
Aug 12, 2015
Messages
1,256
Trophies
0
Age
28
XP
790
Country
Canada
first,it is a really good thread.thank!!!:lol::lol:

second,can I block my wii u mac adress if i'm on linux? (I host my file with apache2)

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

and here are a ip adress to hexadecimal converter:

http://www.miniwebtool.com/ip-address-to-hex-converter/

but why it doesn't give the same values?

and can I run cafiine as normall user? I'm not on windows...
 
Last edited by mariogamer,

fiveighteen

Distractible Dabbler
OP
Member
Joined
Jun 30, 2008
Messages
1,768
Trophies
2
XP
1,930
Country
United States
first,it is a really good thread.thank!!!:lol::lol:

second,can I block my wii u mac adress if i'm on linux? (I host my file with apache2)

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

and here are a ip adress to hexadecimal converter:

http://www.miniwebtool.com/ip-address-to-hex-converter/

but why it doesn't give the same values?

and can I run cafiine as normall user? I'm not on windows...
Thanks! You block your MAC address with your router settings; that's independent of the operating system your computer is on.

Using that IP Address decimal to hex converter does give the same values.. It told me 192.168.1.239 = 0xc0a801ef. Go match that to my explanation. Cafiine v1.2 just splits the digits apart.

You can try running Cafiine as a normal user. If it hangs or doesn't work, try it with sudo? I don't know a great deal about running Linux.
 

mariogamer

Well-Known Member
Member
Joined
Aug 12, 2015
Messages
1,256
Trophies
0
Age
28
XP
790
Country
Canada
Thanks! You block your MAC address with your router settings; that's independent of the operating system your computer is on.

Using that IP Address decimal to hex converter does give the same values.. It told me 192.168.1.239 = 0xc0a801ef. Go match that to my explanation. Cafiine v1.2 just splits the digits apart.

You can try running Cafiine as a normal user. If it hangs or doesn't work, try it with sudo? I don't know a great deal about running Linux.

http://ubuntuforums.org/showthread.php?t=2169620

thank for the response!

but my wii u doesn't connect to my pc (I blocked is mac adress) (this is not realy important,because I am in 5.4.0,but respond,please!)

(but it is working in my android tablet)
 
Last edited by mariogamer,

fiveighteen

Distractible Dabbler
OP
Member
Joined
Jun 30, 2008
Messages
1,768
Trophies
2
XP
1,930
Country
United States
This topic should be in the Wii U - Tutorials & FAQs forum
There are moderators to make that decision. I think about 3/7 of the stickies should be there as well; did you make posts in those threads too?

http://ubuntuforums.org/showthread.php?t=2169620

thank for the response!

but my wii u doesn't connect to my pc (I blocked is mac adress) (this is not realy important,because I am in 5.4.0,but respond,please!)

(but it is working in my android tablet)
I don't know what you're trying to do. If you're on 5.4.0, you can't even run TCP Gecko or Cafiine.
 

galneon

Well-Known Member
Member
Joined
Jul 9, 2006
Messages
254
Trophies
1
XP
536
Country
United States
Only recently I see people recommending staying on 3.1.0... Is there an exploit available for it not available for 5.3.2? What am I missing here?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • ZeroT21 @ ZeroT21:
    resistance still has jerky gameplay on emu
  • K3Nv2 @ K3Nv2:
    1gb of ram probably won't help
  • ZeroT21 @ ZeroT21:
    guess i'll stick to playing helldivers 2 for awhile
  • K3Nv2 @ K3Nv2:
    Do people still hate that game or did they fix it
  • ZeroT21 @ ZeroT21:
    fix? there were fixes?
  • ZeroT21 @ ZeroT21:
    i never heard or notice any fix
  • NO111ONE @ NO111ONE:
    @Xdqwerty crashd was the exploit for LG TVs to root practically any.
    I got word of it this january and rooted my TV. Was pretty impressed.
    Since then LG patched the command to root and then the developer mode app itself from making vulnerabilities.

    And then I found out that having a rooted TV lets you use PPPwn to jailbreak a PS4 on firmware 11. Finally uses for my rooted LG (I hate the playstation as such the use is gone)
    +1
  • K3Nv2 @ K3Nv2:
    @NO111ONE, Did you have a arch64 base?
  • NO111ONE @ NO111ONE:
    Honestly didn't care to even poke. The board is W18H
  • K3Nv2 @ K3Nv2:
    I got a 2023 Model turned off update in the homebrew channel maybe if I restore it and run the script again but it might auto update during the process
  • ZeroT21 @ ZeroT21:
    play it safe, keep it off
  • K3Nv2 @ K3Nv2:
    Script keeps getting stuck at Heap grooming now
  • ZeroT21 @ ZeroT21:
    nowadays i just keep my jailbroken ps4 for some exclusives i don't play on pc
  • K3Nv2 @ K3Nv2:
    The youtube adblocker looks nice in the homebrew channel but I pay for premium for like $4 a month under vpn lol
  • ZeroT21 @ ZeroT21:
    i dont even YT much, Net flix is just another bother
  • K3Nv2 @ K3Nv2:
    YT music apps pointless tbh
  • ZeroT21 @ ZeroT21:
    playing old music mostly while browsing/going through comics at archive.org
  • ZeroT21 @ ZeroT21:
    me doin' simple stuff
  • K3Nv2 @ K3Nv2:
    Don't always need a bunch of electronics to enjoy electronics
    +1
  • K3Nv2 @ K3Nv2:
    Issue is we want new and best then it piles up
  • ZeroT21 @ ZeroT21:
    i'm all gud if my browser don't lag
  • K3Nv2 @ K3Nv2:
    I fixed a 2010 netbook for someone and they were happy
  • ZeroT21 @ ZeroT21:
    i did something similar to for a friend, was a old acer netbook, he was over the moon, guess guys are just that simple
  • K3Nv2 @ K3Nv2:
    Still had xp all the works at least got 7 on it
  • ZeroT21 @ ZeroT21:
    even if MS says newer windows works fine on 1 Gb of ram, I'd still go for the default or similar OS
    ZeroT21 @ ZeroT21: even if MS says newer windows works fine on 1 Gb of ram, I'd still go for the default or similar OS