-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b8d452
commit 00b27f7
Showing
1 changed file
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,28 @@ | ||
# Pretendo-Account-Generator | ||
Generator written in Python to create a valid Pretendo Account | ||
|
||
Small Tool that can create a valid account.dat file to use with Cemu | ||
|
||
### Usage | ||
|
||
- Download the latest release from [here](https://github.com/TheCraZyDuDee/Pretendo-Account-Generator/releases/latest/download/Pretendo Account Generator.exe) | ||
- Run the Tool and Enter all the Information nessesary and press the "Generate Account" Button | ||
- merge the mlc01 folder with your existing one | ||
|
||
Note that you will still need the rest of the Online Files from a Console Fake Files won't work.<br> | ||
<strong>Please only use those Accounts with Cemu since you can easily create them on a real Wii U and you don't want to risk bricking your system | ||
|
||
### Building | ||
|
||
Currently Windows only! | ||
|
||
- Download the Repository via git or just as zip | ||
- Install [Python](https://www.python.org/downloads/) and add it to System Path' | ||
- Install PyInstaller using `pip install pyinstaller` | ||
- cd to the directory containing the .ico, .py and .spec file and run `pyinstaller account-gen-gui.spec` or just run the build.bat | ||
|
||
|
||
### Special Thanks to: | ||
|
||
- [Pretendo Team](https://pretendo.network) for their amazing work on the replacement Nintendo Servers | ||
- [GabIsAwesome](https://github.com/GabIsAwesome) for his [Generator](https://github.com/GabIsAwesome/accountfile-generator) to generate the PasswordHash, MiiName, MiiData and PID and for [PNIDLT](https://pnidlt.gabis.online/) to fetch the Accounts Mii name, MiiData and PID without all this i couldn't have possibly made this Tool | ||
- [WiiBrew](https://wiibrew.org) for their Country Code list found [here](https://wiibrew.org/wiki/Country_Codes) |