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
  • Veho
  • BakerMan
    I rather enjoy a life of taking it easy. I haven't reached that life yet though.
    Veho @ Veho: :(