Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Only the title id is needed, because the encTitleKeys.bin contains the keys.
`FunKeyCIA.py -keyfile -title XXXXXXXXXXXXXXXX`


* Download a game, using the latest encTitleKeys.bin file from 3ds.nfshost.com.
* Download a game, using the latest encTitleKeys.bin file from 3ds.titlekeys.com.
The will save the key file to the same folder as FunKeyCIA.py, overwriting any file with the same name.
Only the title id is needed because the encTitleKeys.bin contains the keys.

`FunKeyCIA.py -nfskeyfile -title XXXXXXXXXXXXXXXX`

* Give multiple title ids. Only works when using keyfiles, not when you give the key yourself.
When using keyfiles, you can download multiple things, this will get the latest keyfile from 3ds.nfshost.com and download 3 games:
When using keyfiles, you can download multiple things, this will get the latest keyfile from 3ds.titlekeys.com and download 3 games:

`FunKeyCIA.py -nfskey -title XXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXX`

Expand Down