How to dump dump Desk games. Instructions from
that iso site:
To dump your legitimate disk tickets:
Installation files you need to compile yourself or search on
that iso site
install Python 2.7.11
Copy cfwbooter folder into your SD:/wiiu/apps/ folder
Copy fw.img from iosuhax.rar into root of SD:/
Boot Wii U up, load Homebrew Launcher, load cfwbooter. It will eventually come back up to Wii U menu. When this happens, wupserver has been loaded
Now, edit wupclient.py in iosuhax/wupserver/ with your Wii U's IP address. If you don't know your Wii U's IP address, you probably haven't gotten this far. The place you edit it is this line:
Code:
Code:
def __init__(self, ip='192.168.1.115', port=1337):
Do not change the port
Startup wupclient by going into the wupserver directory, shift+right click -> open command window, and then type: python -i wupclient.py
You should be given a couple short lines that look something like this:
Code:
Code:
E:\iosuhax\wupserver>python -i wupclient.py
0x43B38
0x0
0x0
>>>
You are now connected to your wupserver (yay!). Insert a game disc and type the following commands, separately, into this command prompt:
Code:
Code:
mount_odd_tickets()
w.dldir("/vol/storage_odd_tickets")
This will dump the tickets (and certs and tmds) of the disc that's inserted, and put them into your iosuhax/vol/ folder (wherever you extracted iosuhax.rar to)
To do another disc, type:
Code:
then start over from the previous code box