Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Common key: Difference between revisions

From Hacks Guide Wiki
Acer51 (talk | contribs)
Created the page (still a work in progress)
 
Acer51 (talk | contribs)
Final edit, finished the page
Line 1: Line 1:
= WARNING! This is in a Work In Progress state! =
= Using a Common Key (Wii U) =
= Using a Common Key (Wii U) =


Line 22: Line 20:
Here's non-exhaustive list of all the software that uses the Common Key:
Here's non-exhaustive list of all the software that uses the Common Key:


* UWUVCI - Useful for making Wii Virtual Consoles Injects
* [https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF UWUVCI] - Useful for making Wii Virtual Consoles Injects
* JNUSTool - Useful for redownloading system files
* [https://github.com/Maschell/JNUSTool/releases JNUSTool] - Useful for redownloading system files


(yes I only got 2 in mind)
(yes I only got 2 in mind)
Line 30: Line 28:
Calm down. There are 3 main ways for you to get the Common Key.
Calm down. There are 3 main ways for you to get the Common Key.


# Use GaryOderNicht's tool (Windows only)
# Use [https://github.com/GaryOderNichts/WiiUCommonKeyExtractor GaryOderNicht's tool] (Windows only)
# Use Acer51's tool (Windows, macOS and Linux)
# Use [https://github.com/acer51-doctom/commonkey_extractor Acer51's tool] (Windows, macOS and Linux)
# Manually.
# Manually.
=== GaryOderNicht's tool ===
To use GaryOderNicht's tool, when you open the app, you must click on the Open button, go too the location where your OTP.bin is, select or double click it and your Common Key will appear.
=== Acer_51's tool ===
To use Acer_51's tool (acer51-doctom on GitHub), it depends on the platform you are on.
==== Windows ====
Double click the executable. In an explorer window, drag and drop your OTP.bin into the Command Prompt window. You can also manually enter the path to it. Then, press Enter. Once you are finished, press Ctrl+C to quit. '''It will NOT automatically copy and paste.'''
==== macOS / Linux ====
To execute it, you must open a Terminal window in the same directory as the executable. Then, you must execute this:
chmod +x commonkey_extractor && ./commonkey_extractor
What does this do? Well, the chmod +x is to make something executable and so that you "own" it. && means to do something after this is done. and ./commonkey_extractor is to execute the common key extractor.
After this, the executable with open. You can drag and drop your OTP.bin and the path will be put. No worries, even with quotes, it will still work. After, you can copy and paste the Common Key and press Ctrl+C to quit.
And there you go!