mirror of
https://github.com/StudentBlake/XCI-Explorer
synced 2024-11-10 06:34:15 +00:00
Updated MasterKey5 text
This commit is contained in:
parent
722a94c7bb
commit
d99c87f75f
2 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ namespace XCI_Explorer {
|
|||
if (!File.Exists("keys.txt")) {
|
||||
if (MessageBox.Show("keys.txt is missing.\nDo you want to automatically download it now?\n\nBy pressing 'Yes' you agree that you own these keys.\n", "XCI Explorer", MessageBoxButtons.YesNo) == DialogResult.Yes) {
|
||||
using (var client = new WebClient()) {
|
||||
client.DownloadFile(Util.Base64Decode("aHR0cHM6Ly9wYXN0ZWJpbi5jb20vcmF3L1RXdUtLaWhK"), "keys.txt");
|
||||
client.DownloadFile(Util.Base64Decode("aHR0cHM6Ly9wYXN0ZWJpbi5jb20vcmF3LzFKQTl4MjB1"), "keys.txt");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ namespace XCI_Explorer {
|
|||
case 5:
|
||||
return "MasterKey4 (5.0.0-5.1.0)";
|
||||
case 6:
|
||||
return "MasterKey5 (6.0.0)";
|
||||
return "MasterKey5 (6.0.0-6.1.0)";
|
||||
case 7:
|
||||
return "MasterKey6 (?)";
|
||||
case 8:
|
||||
|
|
Loading…
Reference in a new issue