Wii U game download & decrypt helper
- download
- decrypt
db.json
: a database list of games, with the following format:
[
{
"titleID": "123123123",
"titleKey": "123123123",
"name": "Game Title 1",
"region": "USA"
},
{
"titleID": "123123",
"titleKey": "123123123",
"name": "Game Title 2",
"region": "EUR"
},
...
]
Once you have that, copy it into the ulauncher/
folder
FunKiiU: copy FunKiiU.py into the ulauncher/
folder
CDecrypt-Release: copy CDecrypt_v2.0b.exe
, libeay32.dll
and msvcr120d.dll
files into the ulauncher/
folder
Run it via
python main.py
Your games will be in the ulauncher/install/
directory.
Tested on Windows 11, your mileage may vary significantly.