Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
llakssz authored Oct 29, 2016
1 parent 6f4c3b1 commit 4b8357e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ FunKiiU is a Python tool, compatible with Python 2.7 and 3, to download Wii U co


FunKiiU will accept keys and generate tickets, but you do not have to enter a key.
- You can choose to get the key automatically from **thekeysite**.
- Or, you can choose to get a legit ticket from **thekeysite** instead.
- **¡¡On first use, you will need to provide the url of **thekeysite**!!**
- You can choose to get the key automatically from **-thekeysite-**.
- Or, you can choose to get a legit ticket from **-thekeysite-** instead.
- **¡¡On first use, you will need to provide the url of -thekeysite-!!**
- **Here is a hint** - https://encrypted.google.com/search?hl=en&q=wiiu%20title%20key%20site

Using **keys** will generate a ticket that is not legit, the Wii U needs signature patches to accept it. (This is possible now, but a bit tricky to set up.)
Expand All @@ -26,19 +26,19 @@ To download Pikmin 3 EUR, by entering the Title ID and key:
$ python FunKiiU.py -title 000500001012be00 -key 32characterstitlekeyforpikmineur
```

To download Pikmin 3 EUR, by entering the Title ID and getting the key from **thekeysite**:
To download Pikmin 3 EUR, by entering the Title ID and getting the key from **-thekeysite-**:
```sh
$ python FunKiiU.py -title 000500001012be00 -onlinekeys
```
To download Pikmin 3 EUR, by entering the Title ID and getting the ticket from **thekeysite**:
To download Pikmin 3 EUR, by entering the Title ID and getting the ticket from **-thekeysite-**:
````sh
$ python FunKiiU.py -title 000500001012be00 -onlinetickets
````
Download multiple things, one after another - (can use with *-onlinekeys* or *-onlinetickets*):
````sh
$ python FunKiiU.py -title TITLEID1 TITLEID2 TITLEID3 -key KEY1 KEY2 KEY3
````
Downloads all content from **\*thekeysite\***, all games, updates and dlc:
Downloads all content from **-thekeysite-**, all games, updates and dlc:
````sh
$ python FunKiiU.py -all
````
Expand Down

0 comments on commit 4b8357e

Please sign in to comment.