GabIsAwesome / accountfile-generator

Tries to generate valid values for the account.dat for a Pretendo account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Account.dat Value Generator

Tries to generate VALID values for the account.dat on what the website used to generate before they removed the option to get your files from the Pretendo website.

YOU STILL NEED A VALID OTP.BIN AND A SEEPROM.BIN FILE TO CONNECT. I CAN'T GENERATE THESE, BUT THIS SHOULD BE ENOUGH IF YOU ALREADY HAVE THESE.

What values are being returned properly

  • PID
  • Mii Data
  • Mii Name
  • Uuid
  • Password Hash Cache

FAQ - How do I use this on an account.dat file?

This tool generates the values on account.dat that you mostly need to connect online with Pretendo Network. These include the password hash, principal ID, mii data and mii name. You can generate the values using the Calculator and the pass-hash files. The pass-hash does not send your password ANYWHERE. After you got the values, you can just copy & paste them on the base account.dat that's in this repo. Note: this has been only tested with the Cemu emulator. I am not sure if it works on a real Wii U console.

FAQ - Does it work with apps like Miiverse?

No. Cemu won't be able to generate a valid ParamPack request header because the account.dat file is missing the "TransferableIdBase", "UtcOffset" and "TimeZoneId" parameters. I still didn't find out how these values are determined by the Wii U OS, but the values this repo aims to generate should be more than enough for you to play games online and mostly connect to the friends list.

About

Tries to generate valid values for the account.dat for a Pretendo account.

License:GNU General Public License v3.0


Languages

Language:PHP 52.6%Language:HTML 21.9%Language:Hack 15.4%Language:JavaScript 10.1%