diff --git a/XCI_Explorer/MainForm.cs b/XCI_Explorer/MainForm.cs index a6a0c7b..794f8e2 100644 --- a/XCI_Explorer/MainForm.cs +++ b/XCI_Explorer/MainForm.cs @@ -67,7 +67,7 @@ namespace XCI_Explorer { using (var client = new WebClient()) { - client.DownloadFile(Util.Base64Decode("aHR0cHM6Ly9wYXN0ZWJpbi5jb20vcmF3LzRieWY1NzFk"), "keys.txt"); + client.DownloadFile(Util.Base64Decode("aHR0cHM6Ly9wYXN0ZWJpbi5jb20vcmF3L3dZbUxUTkxx"), "keys.txt"); } }