├── App.config ├── KeyAuth.cs ├── LICENSE ├── Loader.csproj ├── Loader.sln ├── Login.Designer.cs ├── Login.cs ├── Login.resx ├── Main.Designer.cs ├── Main.cs ├── Main.resx ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs ├── Settings.settings └── licenses.licx ├── README.md ├── app.manifest ├── bin ├── Debug │ ├── DevExpress.Data.Desktop.v22.2.dll │ ├── DevExpress.Data.Desktop.v22.2.xml │ ├── DevExpress.Data.v22.2.dll │ ├── DevExpress.Data.v22.2.xml │ ├── DevExpress.Drawing.v22.2.dll │ ├── DevExpress.Pdf.v22.2.Core.dll │ ├── DevExpress.Pdf.v22.2.Core.xml │ ├── DevExpress.Pdf.v22.2.Drawing.dll │ ├── DevExpress.Pdf.v22.2.Drawing.xml │ ├── DevExpress.Printing.v22.2.Core.dll │ ├── DevExpress.Printing.v22.2.Core.xml │ ├── DevExpress.Sparkline.v22.2.Core.dll │ ├── DevExpress.Sparkline.v22.2.Core.xml │ ├── DevExpress.Utils.v22.2.dll │ ├── DevExpress.Utils.v22.2.xml │ ├── DevExpress.XtraEditors.v22.2.dll │ ├── DevExpress.XtraEditors.v22.2.xml │ ├── DevExpress.XtraWizard.v22.2.dll │ ├── DevExpress.XtraWizard.v22.2.xml │ ├── ICSharpCode.SharpZipLib.dll │ ├── ICSharpCode.SharpZipLib.pdb │ ├── ICSharpCode.SharpZipLib.xml │ ├── Loader.exe │ ├── Loader.exe.config │ ├── Siticone.UI.dll │ ├── System.Buffers.dll │ ├── System.Buffers.xml │ ├── System.Memory.dll │ ├── System.Memory.xml │ ├── System.Numerics.Vectors.dll │ ├── System.Numerics.Vectors.xml │ ├── System.Runtime.CompilerServices.Unsafe.dll │ ├── System.Runtime.CompilerServices.Unsafe.xml │ ├── System.Threading.Tasks.Extensions.dll │ └── System.Threading.Tasks.Extensions.xml └── Release │ ├── DevExpress.Data.Desktop.v22.2.dll │ ├── DevExpress.Data.Desktop.v22.2.xml │ ├── DevExpress.Data.v22.2.dll │ ├── DevExpress.Data.v22.2.xml │ ├── DevExpress.Drawing.v22.2.dll │ ├── DevExpress.Pdf.v22.2.Core.dll │ ├── DevExpress.Pdf.v22.2.Core.xml │ ├── DevExpress.Pdf.v22.2.Drawing.dll │ ├── DevExpress.Pdf.v22.2.Drawing.xml │ ├── DevExpress.Printing.v22.2.Core.dll │ ├── DevExpress.Printing.v22.2.Core.xml │ ├── DevExpress.Sparkline.v22.2.Core.dll │ ├── DevExpress.Sparkline.v22.2.Core.xml │ ├── DevExpress.Utils.v22.2.dll │ ├── DevExpress.Utils.v22.2.xml │ ├── DevExpress.XtraEditors.v22.2.dll │ ├── DevExpress.XtraEditors.v22.2.xml │ ├── DevExpress.XtraWizard.v22.2.dll │ ├── DevExpress.XtraWizard.v22.2.xml │ ├── ICSharpCode.SharpZipLib.dll │ ├── ICSharpCode.SharpZipLib.pdb │ ├── ICSharpCode.SharpZipLib.xml │ ├── Loader.exe │ ├── Loader.exe.config │ ├── Siticone.UI.dll │ ├── System.Buffers.dll │ ├── System.Buffers.xml │ ├── System.Memory.dll │ ├── System.Memory.xml │ ├── System.Numerics.Vectors.dll │ ├── System.Numerics.Vectors.xml │ ├── System.Runtime.CompilerServices.Unsafe.dll │ ├── System.Runtime.CompilerServices.Unsafe.xml │ ├── System.Threading.Tasks.Extensions.dll │ └── System.Threading.Tasks.Extensions.xml ├── logo.ico ├── obj ├── Debug │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Interop.DexterLib.dll │ ├── KeyAuth.Login.resources │ ├── KeyAuth.Main.resources │ ├── Loader.Form1.resources │ ├── Loader.Properties.Resources.resources │ ├── Loader.csproj.AssemblyReference.cache │ ├── Loader.csproj.CopyComplete │ ├── Loader.csproj.CoreCompileInputs.cache │ ├── Loader.csproj.FileListAbsolute.txt │ ├── Loader.csproj.GenerateResource.cache │ ├── Loader.csproj.ResolveComReference.cache │ ├── Loader.csproj.SuggestedBindingRedirects.cache │ ├── Loader.exe │ ├── TempPE │ │ └── Properties.Resources.Designer.cs.dll │ ├── _IsIncrementalBuild │ └── loader.exe.licenses └── Release │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Interop.DexterLib.dll │ ├── KeyAuth.Login.resources │ ├── KeyAuth.Main.resources │ ├── Loader.Form1.resources │ ├── Loader.Properties.Resources.resources │ ├── Loader.csproj.AssemblyReference.cache │ ├── Loader.csproj.CopyComplete │ ├── Loader.csproj.CoreCompileInputs.cache │ ├── Loader.csproj.FileListAbsolute.txt │ ├── Loader.csproj.GenerateResource.cache │ ├── Loader.csproj.ResolveComReference.cache │ ├── Loader.csproj.SuggestedBindingRedirects.cache │ ├── Loader.exe │ ├── TempPE │ └── Properties.Resources.Designer.cs.dll │ ├── _IsIncrementalBuild │ └── loader.exe.licenses ├── packages.config └── packages ├── SharpZipLib.1.4.2 ├── .signature.p7s ├── SharpZipLib.1.4.2.nupkg ├── images │ └── sharpziplib-nuget-256x256.png └── lib │ ├── net6.0 │ ├── ICSharpCode.SharpZipLib.dll │ ├── ICSharpCode.SharpZipLib.pdb │ └── ICSharpCode.SharpZipLib.xml │ ├── netstandard2.0 │ ├── ICSharpCode.SharpZipLib.dll │ ├── ICSharpCode.SharpZipLib.pdb │ └── ICSharpCode.SharpZipLib.xml │ └── netstandard2.1 │ ├── ICSharpCode.SharpZipLib.dll │ ├── ICSharpCode.SharpZipLib.pdb │ └── ICSharpCode.SharpZipLib.xml ├── System.Buffers.4.5.1 ├── .signature.p7s ├── LICENSE.TXT ├── System.Buffers.4.5.1.nupkg ├── THIRD-PARTY-NOTICES.TXT ├── lib │ ├── net461 │ │ ├── System.Buffers.dll │ │ └── System.Buffers.xml │ ├── netcoreapp2.0 │ │ └── _._ │ ├── netstandard1.1 │ │ ├── System.Buffers.dll │ │ └── System.Buffers.xml │ ├── netstandard2.0 │ │ ├── System.Buffers.dll │ │ └── System.Buffers.xml │ └── uap10.0.16299 │ │ └── _._ ├── ref │ ├── net45 │ │ ├── System.Buffers.dll │ │ └── System.Buffers.xml │ ├── netcoreapp2.0 │ │ └── _._ │ ├── netstandard1.1 │ │ ├── System.Buffers.dll │ │ └── System.Buffers.xml │ ├── netstandard2.0 │ │ ├── System.Buffers.dll │ │ └── System.Buffers.xml │ └── uap10.0.16299 │ │ └── _._ ├── useSharedDesignerContext.txt └── version.txt ├── System.Memory.4.5.4 ├── .signature.p7s ├── LICENSE.TXT ├── System.Memory.4.5.4.nupkg ├── THIRD-PARTY-NOTICES.TXT ├── lib │ ├── net461 │ │ ├── System.Memory.dll │ │ └── System.Memory.xml │ ├── netcoreapp2.1 │ │ └── _._ │ ├── netstandard1.1 │ │ ├── System.Memory.dll │ │ └── System.Memory.xml │ └── netstandard2.0 │ │ ├── System.Memory.dll │ │ └── System.Memory.xml ├── ref │ └── netcoreapp2.1 │ │ └── _._ ├── useSharedDesignerContext.txt └── version.txt ├── System.Numerics.Vectors.4.5.0 ├── .signature.p7s ├── LICENSE.TXT ├── System.Numerics.Vectors.4.5.0.nupkg ├── THIRD-PARTY-NOTICES.TXT ├── lib │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net46 │ │ ├── System.Numerics.Vectors.dll │ │ └── System.Numerics.Vectors.xml │ ├── netcoreapp2.0 │ │ └── _._ │ ├── netstandard1.0 │ │ ├── System.Numerics.Vectors.dll │ │ └── System.Numerics.Vectors.xml │ ├── netstandard2.0 │ │ ├── System.Numerics.Vectors.dll │ │ └── System.Numerics.Vectors.xml │ ├── portable-net45+win8+wp8+wpa81 │ │ ├── System.Numerics.Vectors.dll │ │ └── System.Numerics.Vectors.xml │ ├── uap10.0.16299 │ │ └── _._ │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ ├── ref │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net45 │ │ ├── System.Numerics.Vectors.dll │ │ └── System.Numerics.Vectors.xml │ ├── net46 │ │ ├── System.Numerics.Vectors.dll │ │ └── System.Numerics.Vectors.xml │ ├── netcoreapp2.0 │ │ └── _._ │ ├── netstandard1.0 │ │ ├── System.Numerics.Vectors.dll │ │ └── System.Numerics.Vectors.xml │ ├── netstandard2.0 │ │ ├── System.Numerics.Vectors.dll │ │ └── System.Numerics.Vectors.xml │ ├── uap10.0.16299 │ │ └── _._ │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ ├── useSharedDesignerContext.txt └── version.txt ├── System.Runtime.CompilerServices.Unsafe.4.5.3 ├── .signature.p7s ├── LICENSE.TXT ├── System.Runtime.CompilerServices.Unsafe.4.5.3.nupkg ├── THIRD-PARTY-NOTICES.TXT ├── lib │ ├── net461 │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ ├── netcoreapp2.0 │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ ├── netstandard1.0 │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ └── netstandard2.0 │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ └── System.Runtime.CompilerServices.Unsafe.xml ├── ref │ ├── net461 │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ ├── netstandard1.0 │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ └── System.Runtime.CompilerServices.Unsafe.xml │ └── netstandard2.0 │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ └── System.Runtime.CompilerServices.Unsafe.xml ├── useSharedDesignerContext.txt └── version.txt └── System.Threading.Tasks.Extensions.4.5.2 ├── .signature.p7s ├── LICENSE.TXT ├── System.Threading.Tasks.Extensions.4.5.2.nupkg ├── THIRD-PARTY-NOTICES.TXT ├── lib ├── MonoAndroid10 │ └── _._ ├── MonoTouch10 │ └── _._ ├── netcoreapp2.1 │ └── _._ ├── netstandard1.0 │ ├── System.Threading.Tasks.Extensions.dll │ └── System.Threading.Tasks.Extensions.xml ├── netstandard2.0 │ ├── System.Threading.Tasks.Extensions.dll │ └── System.Threading.Tasks.Extensions.xml ├── portable-net45+win8+wp8+wpa81 │ ├── System.Threading.Tasks.Extensions.dll │ └── System.Threading.Tasks.Extensions.xml ├── xamarinios10 │ └── _._ ├── xamarinmac20 │ └── _._ ├── xamarintvos10 │ └── _._ └── xamarinwatchos10 │ └── _._ ├── ref ├── MonoAndroid10 │ └── _._ ├── MonoTouch10 │ └── _._ ├── netcoreapp2.1 │ └── _._ ├── xamarinios10 │ └── _._ ├── xamarinmac20 │ └── _._ ├── xamarintvos10 │ └── _._ └── xamarinwatchos10 │ └── _._ ├── useSharedDesignerContext.txt └── version.txt /App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 Newcummer 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Loader.csproj: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | Debug 6 | AnyCPU 7 | {C3F887E6-EBEB-4049-9627-B16958D2E50C} 8 | WinExe 9 | Loader 10 | Loader 11 | v4.7.2 12 | 512 13 | true 14 | true 15 | 16 | 17 | AnyCPU 18 | false 19 | none 20 | false 21 | bin\Debug\ 22 | DEBUG;TRACE 23 | none 24 | 4 25 | 26 | 27 | AnyCPU 28 | none 29 | true 30 | bin\Release\ 31 | TRACE 32 | none 33 | 4 34 | 35 | 36 | 37 | 38 | app.manifest 39 | 40 | 41 | logo.ico 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | packages\SharpZipLib.1.4.2\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll 51 | 52 | 53 | 54 | False 55 | bin\Debug\Siticone.UI.dll 56 | 57 | 58 | 59 | packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll 60 | 61 | 62 | 63 | 64 | packages\System.Memory.4.5.4\lib\net461\System.Memory.dll 65 | 66 | 67 | 68 | packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll 69 | 70 | 71 | packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll 72 | 73 | 74 | 75 | 76 | packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | Form 85 | 86 | 87 | Main.cs 88 | 89 | 90 | Form 91 | 92 | 93 | Login.cs 94 | 95 | 96 | 97 | 98 | True 99 | True 100 | Resources.resx 101 | 102 | 103 | Main.cs 104 | 105 | 106 | Login.cs 107 | 108 | 109 | 110 | ResXFileCodeGenerator 111 | Resources.Designer.cs 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | {78530B68-61F9-11D2-8CAD-00A024580902} 125 | 1 126 | 0 127 | 0 128 | tlbimp 129 | False 130 | True 131 | 132 | 133 | 134 | -------------------------------------------------------------------------------- /Loader.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio Version 16 4 | VisualStudioVersion = 16.0.29806.167 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Loader", "Loader.csproj", "{C3F887E6-EBEB-4049-9627-B16958D2E50C}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Any CPU = Debug|Any CPU 11 | Release|Any CPU = Release|Any CPU 12 | EndGlobalSection 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 | {C3F887E6-EBEB-4049-9627-B16958D2E50C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 | {C3F887E6-EBEB-4049-9627-B16958D2E50C}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 | {C3F887E6-EBEB-4049-9627-B16958D2E50C}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 | {C3F887E6-EBEB-4049-9627-B16958D2E50C}.Release|Any CPU.Build.0 = Release|Any CPU 18 | EndGlobalSection 19 | GlobalSection(SolutionProperties) = preSolution 20 | HideSolutionNode = FALSE 21 | EndGlobalSection 22 | GlobalSection(ExtensibilityGlobals) = postSolution 23 | SolutionGuid = {8C3296CD-0D93-4B7C-8850-3CFA62C2DDD3} 24 | EndGlobalSection 25 | EndGlobal 26 | -------------------------------------------------------------------------------- /Login.cs: -------------------------------------------------------------------------------- 1 | using Loader; 2 | using System; 3 | using System.IO; 4 | using System.Threading; 5 | using System.Runtime.InteropServices; 6 | using Microsoft.Win32; 7 | using System.Diagnostics; 8 | using System.Net; 9 | using System.Windows.Forms; 10 | using System.Drawing; 11 | using ICSharpCode.SharpZipLib.Zip; 12 | 13 | 14 | 15 | 16 | 17 | 18 | namespace KeyAuth 19 | { 20 | public partial class Login : Form 21 | { 22 | 23 | 24 | //Replace with your C# credentials from keyauth.win 25 | public static api KeyAuthApp = new api( 26 | name: "", 27 | ownerid: "", 28 | secret: "", 29 | version: "" 30 | ); 31 | 32 | public Login() 33 | { 34 | InitializeComponent(); 35 | } 36 | 37 | private void siticoneControlBox1_Click(object sender, EventArgs e) 38 | { 39 | Environment.Exit(0); 40 | } 41 | 42 | 43 | 44 | private void Login_Load(object sender, EventArgs e) 45 | { 46 | KeyAuthApp.init(); 47 | 48 | 49 | if (!KeyAuthApp.response.success) 50 | { 51 | MessageBox.Show(KeyAuthApp.response.message); 52 | Environment.Exit(0); 53 | } 54 | 55 | KeyAuthApp.check(); 56 | 57 | } 58 | 59 | static string random_string() 60 | { 61 | string str = null; 62 | 63 | Random random = new Random(); 64 | for (int i = 0; i < 5; i++) 65 | { 66 | str += Convert.ToChar(Convert.ToInt32(Math.Floor(26 * random.NextDouble() + 65))).ToString(); 67 | } 68 | return str; 69 | 70 | } 71 | 72 | 73 | 74 | private void LoginBtn_Click(object sender, EventArgs e) 75 | { 76 | 77 | } 78 | 79 | private void RgstrBtn_Click(object sender, EventArgs e) 80 | { 81 | KeyAuthApp.register(username.Text, password.Text, key.Text); 82 | if (KeyAuthApp.response.success) 83 | { 84 | Main main = new Main(); 85 | main.Show(); 86 | this.Hide(); 87 | } 88 | 89 | 90 | } 91 | 92 | private void LicBtn_Click(object sender, EventArgs e) 93 | { 94 | KeyAuthApp.license(key.Text); 95 | if (KeyAuthApp.response.success) 96 | { 97 | Main main = new Main(); 98 | main.Show(); 99 | this.Hide(); 100 | } 101 | 102 | } 103 | 104 | 105 | 106 | private void pictureBox3_Click(object sender, EventArgs e) 107 | { 108 | 109 | } 110 | 111 | 112 | private void button2_Click(object sender, EventArgs e) 113 | { 114 | 115 | KeyAuthApp.login(username.Text, password.Text); 116 | if (KeyAuthApp.response.success) 117 | { 118 | Main main = new Main(); 119 | main.Show(); 120 | this.Hide(); 121 | } 122 | 123 | 124 | 125 | } 126 | 127 | private void username_TextChanged(object sender, EventArgs e) 128 | { 129 | 130 | } 131 | 132 | private void textBox4_TextChanged(object sender, EventArgs e) 133 | { 134 | 135 | } 136 | 137 | private void textBox4_TextChanged_1(object sender, EventArgs e) 138 | { 139 | 140 | } 141 | 142 | private void textBox4_Click(object sender, EventArgs e) 143 | { 144 | 145 | this.Size = new Size(247, 197); 146 | 147 | key.Visible = true; 148 | textBox4.Visible = false; 149 | button2.Visible = false; 150 | textBox6.Visible = true; 151 | key.Visible = true; 152 | register.Visible = true; 153 | pictureBox6.Visible = true; 154 | pictureBox7.Visible = true; 155 | 156 | } 157 | 158 | 159 | 160 | private void textBox4_TextChanged_2(object sender, EventArgs e) 161 | { 162 | 163 | } 164 | 165 | private void register_Click(object sender, EventArgs e) 166 | { 167 | KeyAuthApp.register(username.Text, password.Text, key.Text); 168 | if (KeyAuthApp.response.success) 169 | { 170 | Main main = new Main(); 171 | main.Show(); 172 | this.Hide(); 173 | } 174 | 175 | } 176 | 177 | private void label1_Click(object sender, EventArgs e) 178 | { 179 | 180 | } 181 | 182 | private void password_TextChanged(object sender, EventArgs e) 183 | { 184 | 185 | } 186 | 187 | private void textBox3_TextChanged(object sender, EventArgs e) 188 | { 189 | 190 | } 191 | 192 | private void textBox2_TextChanged(object sender, EventArgs e) 193 | { 194 | 195 | } 196 | 197 | private void textBox1_TextChanged(object sender, EventArgs e) 198 | { 199 | 200 | } 201 | 202 | private void pictureBox4_Click(object sender, EventArgs e) 203 | { 204 | 205 | } 206 | 207 | private void pictureBox6_Click(object sender, EventArgs e) 208 | { 209 | 210 | } 211 | 212 | private void pictureBox1_Click(object sender, EventArgs e) 213 | { 214 | 215 | } 216 | 217 | private void label2_Click(object sender, EventArgs e) 218 | { 219 | 220 | } 221 | 222 | private void key_TextChanged(object sender, EventArgs e) 223 | { 224 | 225 | } 226 | 227 | private void textBox6_TextChanged(object sender, EventArgs e) 228 | { 229 | 230 | } 231 | 232 | private void pictureBox2_Click(object sender, EventArgs e) 233 | { 234 | 235 | } 236 | 237 | private void pictureBox7_Click(object sender, EventArgs e) 238 | { 239 | 240 | } 241 | 242 | private void pictureBox8_Click(object sender, EventArgs e) 243 | { 244 | 245 | } 246 | 247 | private void textBox4_Enter(object sender, EventArgs e) 248 | { 249 | this.ActiveControl = null; 250 | } 251 | } 252 | } -------------------------------------------------------------------------------- /Main.cs: -------------------------------------------------------------------------------- 1 | using DevExpress.Utils.Extensions; 2 | using System; 3 | using System.Diagnostics; 4 | using System.IO; 5 | using System.Reflection; 6 | using System.Threading; 7 | using System.Windows.Forms; 8 | 9 | 10 | 11 | namespace KeyAuth 12 | { 13 | public partial class Main : Form 14 | { 15 | public Main() 16 | { 17 | InitializeComponent(); 18 | } 19 | 20 | private void siticoneControlBox1_Click(object sender, EventArgs e) 21 | { 22 | Environment.Exit(0); 23 | } 24 | 25 | 26 | 27 | private void Main_Load(object sender, EventArgs e) 28 | { 29 | Login.KeyAuthApp.check(); 30 | 31 | 32 | var onlineUsers = Login.KeyAuthApp.fetchOnline(); 33 | 34 | foreach (var user in onlineUsers) 35 | { 36 | 37 | } 38 | 39 | } 40 | 41 | public static bool SubExist(string name, int len) 42 | { 43 | for (var i = 0; i < len; i++) 44 | { 45 | if (Login.KeyAuthApp.user_data.subscriptions[i].subscription == name) 46 | { 47 | return true; 48 | } 49 | } 50 | return false; 51 | } 52 | public string expirydaysleft() 53 | { 54 | System.DateTime dtDateTime = new DateTime(1970, 1, 1, 0, 0, 0, 0, System.DateTimeKind.Local); 55 | dtDateTime = dtDateTime.AddSeconds(long.Parse(Login.KeyAuthApp.user_data.subscriptions[0].expiry)).ToLocalTime(); 56 | TimeSpan difference = dtDateTime - DateTime.Now; 57 | return Convert.ToString(difference.Days + " Days " + difference.Hours + " Hours Left"); 58 | } 59 | 60 | public DateTime UnixTimeToDateTime(long unixtime) 61 | { 62 | System.DateTime dtDateTime = new DateTime(1970, 1, 1, 0, 0, 0, 0, System.DateTimeKind.Local); 63 | try 64 | { 65 | dtDateTime = dtDateTime.AddSeconds(unixtime).ToLocalTime(); 66 | } 67 | catch 68 | { 69 | dtDateTime = DateTime.MaxValue; 70 | } 71 | return dtDateTime; 72 | } 73 | 74 | private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) 75 | { 76 | 77 | 78 | { 79 | 80 | } 81 | 82 | 83 | 84 | } 85 | 86 | private void button1_Click(object sender, EventArgs e) 87 | { 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | } 99 | } 100 | } 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Windows.Forms; 3 | 4 | 5 | 6 | namespace KeyAuth 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | 15 | 16 | static void Main() 17 | { 18 | Application.EnableVisualStyles(); 19 | Application.SetCompatibleTextRenderingDefault(false); 20 | Application.Run(new Login()); 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Resources; 3 | using System.Runtime.CompilerServices; 4 | using System.Runtime.InteropServices; 5 | 6 | // General Information about an assembly is controlled through the following 7 | // set of attributes. Change these attribute values to modify the information 8 | // associated with an assembly. 9 | [assembly: AssemblyTitle("Loader")] 10 | [assembly: AssemblyDescription("KeyAuth Loader Winform Example")] 11 | [assembly: AssemblyConfiguration("retail")] 12 | [assembly: AssemblyCompany("Nelson Cybersecurity LLC")] 13 | [assembly: AssemblyProduct("Loader")] 14 | [assembly: AssemblyCopyright("Copyright © KeyAuth.cc")] 15 | [assembly: AssemblyTrademark("")] 16 | [assembly: AssemblyCulture("")] 17 | 18 | // Setting ComVisible to false makes the types in this assembly not visible 19 | // to COM components. If you need to access a type in this assembly from 20 | // COM, set the ComVisible attribute to true on that type. 21 | [assembly: ComVisible(false)] 22 | 23 | // The following GUID is for the ID of the typelib if this project is exposed to COM 24 | [assembly: Guid("c3f887e6-ebeb-4049-9627-b16958d2e50c")] 25 | 26 | // Version information for an assembly consists of the following four values: 27 | // 28 | // Major Version 29 | // Minor Version 30 | // Build Number 31 | // Revision 32 | // 33 | // You can specify all the values or you can default the Build and Revision Numbers 34 | // by using the '*' as shown below: 35 | // [assembly: AssemblyVersion("1.0.*")] 36 | [assembly: AssemblyVersion("1.0.0.0")] 37 | [assembly: AssemblyFileVersion("1.0.0.0")] 38 | [assembly: NeutralResourcesLanguage("en-US")] -------------------------------------------------------------------------------- /Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // Dieser Code wurde von einem Tool generiert. 4 | // Laufzeitversion:4.0.30319.42000 5 | // 6 | // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn 7 | // der Code erneut generiert wird. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Loader.Properties { 12 | using System; 13 | 14 | 15 | /// 16 | /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. 17 | /// 18 | // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert 19 | // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. 20 | // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen 21 | // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources { 26 | 27 | private static global::System.Resources.ResourceManager resourceMan; 28 | 29 | private static global::System.Globalization.CultureInfo resourceCulture; 30 | 31 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 32 | internal Resources() { 33 | } 34 | 35 | /// 36 | /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. 37 | /// 38 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 39 | internal static global::System.Resources.ResourceManager ResourceManager { 40 | get { 41 | if (object.ReferenceEquals(resourceMan, null)) { 42 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Loader.Properties.Resources", typeof(Resources).Assembly); 43 | resourceMan = temp; 44 | } 45 | return resourceMan; 46 | } 47 | } 48 | 49 | /// 50 | /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle 51 | /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. 52 | /// 53 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 54 | internal static global::System.Globalization.CultureInfo Culture { 55 | get { 56 | return resourceCulture; 57 | } 58 | set { 59 | resourceCulture = value; 60 | } 61 | } 62 | } 63 | } 64 | -------------------------------------------------------------------------------- /Properties/Resources.resx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | text/microsoft-resx 110 | 111 | 112 | 2.0 113 | 114 | 115 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 116 | 117 | 118 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 119 | 120 | -------------------------------------------------------------------------------- /Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.42000 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace KeyAuth.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /Properties/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Properties/licenses.licx: -------------------------------------------------------------------------------- 1 | DevExpress.XtraWizard.WizardControl, DevExpress.XtraWizard.v22.2, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a 2 | DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v22.2, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Keyauth-Loader 2 | Onetap styled shitty keyauth loader. 3 | Just enter your credentials in Login.cs and you are ready to go! 4 | 5 | ![Login](https://user-images.githubusercontent.com/87916476/218312000-33dfb968-0240-402e-8415-49a980f15eec.PNG) 6 | ![register](https://user-images.githubusercontent.com/87916476/218312002-7c7322f1-91fd-412b-95df-421a3cf632bd.PNG) 7 | ![inject](https://user-images.githubusercontent.com/87916476/218312003-3518e19c-813f-47e9-ac49-6fc976aac0e3.PNG) 8 | -------------------------------------------------------------------------------- /app.manifest: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 45 | 53 | 54 | 55 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /bin/Debug/DevExpress.Data.Desktop.v22.2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/DevExpress.Data.Desktop.v22.2.dll -------------------------------------------------------------------------------- /bin/Debug/DevExpress.Data.v22.2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/DevExpress.Data.v22.2.dll -------------------------------------------------------------------------------- /bin/Debug/DevExpress.Drawing.v22.2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/DevExpress.Drawing.v22.2.dll -------------------------------------------------------------------------------- /bin/Debug/DevExpress.Pdf.v22.2.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/DevExpress.Pdf.v22.2.Core.dll -------------------------------------------------------------------------------- /bin/Debug/DevExpress.Pdf.v22.2.Drawing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/DevExpress.Pdf.v22.2.Drawing.dll -------------------------------------------------------------------------------- /bin/Debug/DevExpress.Printing.v22.2.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/DevExpress.Printing.v22.2.Core.dll -------------------------------------------------------------------------------- /bin/Debug/DevExpress.Sparkline.v22.2.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/DevExpress.Sparkline.v22.2.Core.dll -------------------------------------------------------------------------------- /bin/Debug/DevExpress.Utils.v22.2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/DevExpress.Utils.v22.2.dll -------------------------------------------------------------------------------- /bin/Debug/DevExpress.XtraEditors.v22.2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/DevExpress.XtraEditors.v22.2.dll -------------------------------------------------------------------------------- /bin/Debug/DevExpress.XtraWizard.v22.2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/DevExpress.XtraWizard.v22.2.dll -------------------------------------------------------------------------------- /bin/Debug/ICSharpCode.SharpZipLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/ICSharpCode.SharpZipLib.dll -------------------------------------------------------------------------------- /bin/Debug/ICSharpCode.SharpZipLib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/ICSharpCode.SharpZipLib.pdb -------------------------------------------------------------------------------- /bin/Debug/Loader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/Loader.exe -------------------------------------------------------------------------------- /bin/Debug/Loader.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /bin/Debug/Siticone.UI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/Siticone.UI.dll -------------------------------------------------------------------------------- /bin/Debug/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/System.Buffers.dll -------------------------------------------------------------------------------- /bin/Debug/System.Buffers.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array&#39;s contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /bin/Debug/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/System.Memory.dll -------------------------------------------------------------------------------- /bin/Debug/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /bin/Debug/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /bin/Debug/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Runtime.CompilerServices.Unsafe 4 | 5 | 6 | 7 | Contains generic, low-level functionality for manipulating pointers. 8 | 9 | 10 | Adds an element offset to the given reference. 11 | The reference to add the offset to. 12 | The offset to add. 13 | The type of reference. 14 | A new reference that reflects the addition of offset to pointer. 15 | 16 | 17 | Adds an element offset to the given reference. 18 | The reference to add the offset to. 19 | The offset to add. 20 | The type of reference. 21 | A new reference that reflects the addition of offset to pointer. 22 | 23 | 24 | Adds a byte offset to the given reference. 25 | The reference to add the offset to. 26 | The offset to add. 27 | The type of reference. 28 | A new reference that reflects the addition of byte offset to pointer. 29 | 30 | 31 | Determines whether the specified references point to the same location. 32 | The first reference to compare. 33 | The second reference to compare. 34 | The type of reference. 35 | true if left and right point to the same location; otherwise, false. 36 | 37 | 38 | Casts the given object to the specified type. 39 | The object to cast. 40 | The type which the object will be cast to. 41 | The original object, casted to the given type. 42 | 43 | 44 | Reinterprets the given reference as a reference to a value of type TTo. 45 | The reference to reinterpret. 46 | The type of reference to reinterpret.. 47 | The desired type of the reference. 48 | A reference to a value of type TTo. 49 | 50 | 51 | Returns a pointer to the given by-ref parameter. 52 | The object whose pointer is obtained. 53 | The type of object. 54 | A pointer to the given value. 55 | 56 | 57 | Reinterprets the given location as a reference to a value of type T. 58 | The location of the value to reference. 59 | The type of the interpreted location. 60 | A reference to a value of type T. 61 | 62 | 63 | Determines the byte offset from origin to target from the given references. 64 | The reference to origin. 65 | The reference to target. 66 | The type of reference. 67 | Byte offset from origin to target i.e. target - origin. 68 | 69 | 70 | Copies a value of type T to the given location. 71 | The location to copy to. 72 | A reference to the value to copy. 73 | The type of value to copy. 74 | 75 | 76 | Copies a value of type T to the given location. 77 | The location to copy to. 78 | A pointer to the value to copy. 79 | The type of value to copy. 80 | 81 | 82 | Copies bytes from the source address to the destination address. 83 | The destination address to copy to. 84 | The source address to copy from. 85 | The number of bytes to copy. 86 | 87 | 88 | Copies bytes from the source address to the destination address. 89 | The destination address to copy to. 90 | The source address to copy from. 91 | The number of bytes to copy. 92 | 93 | 94 | Copies bytes from the source address to the destination address 95 | without assuming architecture dependent alignment of the addresses. 96 | The destination address to copy to. 97 | The source address to copy from. 98 | The number of bytes to copy. 99 | 100 | 101 | Copies bytes from the source address to the destination address 102 | without assuming architecture dependent alignment of the addresses. 103 | The destination address to copy to. 104 | The source address to copy from. 105 | The number of bytes to copy. 106 | 107 | 108 | Initializes a block of memory at the given location with a given initial value. 109 | The address of the start of the memory block to initialize. 110 | The value to initialize the block to. 111 | The number of bytes to initialize. 112 | 113 | 114 | Initializes a block of memory at the given location with a given initial value. 115 | The address of the start of the memory block to initialize. 116 | The value to initialize the block to. 117 | The number of bytes to initialize. 118 | 119 | 120 | Initializes a block of memory at the given location with a given initial value 121 | without assuming architecture dependent alignment of the address. 122 | The address of the start of the memory block to initialize. 123 | The value to initialize the block to. 124 | The number of bytes to initialize. 125 | 126 | 127 | Initializes a block of memory at the given location with a given initial value 128 | without assuming architecture dependent alignment of the address. 129 | The address of the start of the memory block to initialize. 130 | The value to initialize the block to. 131 | The number of bytes to initialize. 132 | 133 | 134 | Reads a value of type T from the given location. 135 | The location to read from. 136 | The type to read. 137 | An object of type T read from the given location. 138 | 139 | 140 | Reads a value of type T from the given location 141 | without assuming architecture dependent alignment of the addresses. 142 | The location to read from. 143 | The type to read. 144 | An object of type T read from the given location. 145 | 146 | 147 | Reads a value of type T from the given location 148 | without assuming architecture dependent alignment of the addresses. 149 | The location to read from. 150 | The type to read. 151 | An object of type T read from the given location. 152 | 153 | 154 | Returns the size of an object of the given type parameter. 155 | The type of object whose size is retrieved. 156 | The size of an object of type T. 157 | 158 | 159 | Subtracts an element offset from the given reference. 160 | The reference to subtract the offset from. 161 | The offset to subtract. 162 | The type of reference. 163 | A new reference that reflects the subraction of offset from pointer. 164 | 165 | 166 | Subtracts an element offset from the given reference. 167 | The reference to subtract the offset from. 168 | The offset to subtract. 169 | The type of reference. 170 | A new reference that reflects the subraction of offset from pointer. 171 | 172 | 173 | Subtracts a byte offset from the given reference. 174 | The reference to subtract the offset from. 175 | 176 | The type of reference. 177 | A new reference that reflects the subraction of byte offset from pointer. 178 | 179 | 180 | Writes a value of type T to the given location. 181 | The location to write to. 182 | The value to write. 183 | The type of value to write. 184 | 185 | 186 | Writes a value of type T to the given location 187 | without assuming architecture dependent alignment of the addresses. 188 | The location to write to. 189 | The value to write. 190 | The type of value to write. 191 | 192 | 193 | Writes a value of type T to the given location 194 | without assuming architecture dependent alignment of the addresses. 195 | The location to write to. 196 | The value to write. 197 | The type of value to write. 198 | 199 | 200 | -------------------------------------------------------------------------------- /bin/Debug/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Debug/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /bin/Debug/System.Threading.Tasks.Extensions.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Threading.Tasks.Extensions 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Provides a value type that wraps a and a TResult, only one of which is used. 23 | The result. 24 | 25 | 26 | Initializes a new instance of the class using the supplied task that represents the operation. 27 | The task. 28 | The task argument is null. 29 | 30 | 31 | Initializes a new instance of the class using the supplied result of a successful operation. 32 | The result. 33 | 34 | 35 | Retrieves a object that represents this . 36 | The object that is wrapped in this if one exists, or a new object that represents the result. 37 | 38 | 39 | Configures an awaiter for this value. 40 | true to attempt to marshal the continuation back to the captured context; otherwise, false. 41 | The configured awaiter. 42 | 43 | 44 | Creates a method builder for use with an async method. 45 | The created builder. 46 | 47 | 48 | Determines whether the specified object is equal to the current object. 49 | The object to compare with the current object. 50 | true if the specified object is equal to the current object; otherwise, false. 51 | 52 | 53 | Determines whether the specified object is equal to the current object. 54 | The object to compare with the current object. 55 | true if the specified object is equal to the current object; otherwise, false. 56 | 57 | 58 | Creates an awaiter for this value. 59 | The awaiter. 60 | 61 | 62 | Returns the hash code for this instance. 63 | The hash code for the current object. 64 | 65 | 66 | Gets a value that indicates whether this object represents a canceled operation. 67 | true if this object represents a canceled operation; otherwise, false. 68 | 69 | 70 | Gets a value that indicates whether this object represents a completed operation. 71 | true if this object represents a completed operation; otherwise, false. 72 | 73 | 74 | Gets a value that indicates whether this object represents a successfully completed operation. 75 | true if this object represents a successfully completed operation; otherwise, false. 76 | 77 | 78 | Gets a value that indicates whether this object represents a failed operation. 79 | true if this object represents a failed operation; otherwise, false. 80 | 81 | 82 | Compares two values for equality. 83 | The first value to compare. 84 | The second value to compare. 85 | true if the two values are equal; otherwise, false. 86 | 87 | 88 | Determines whether two values are unequal. 89 | The first value to compare. 90 | The seconed value to compare. 91 | true if the two values are not equal; otherwise, false. 92 | 93 | 94 | Gets the result. 95 | The result. 96 | 97 | 98 | Returns a string that represents the current object. 99 | A string that represents the current object. 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | -------------------------------------------------------------------------------- /bin/Release/DevExpress.Data.Desktop.v22.2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/DevExpress.Data.Desktop.v22.2.dll -------------------------------------------------------------------------------- /bin/Release/DevExpress.Data.v22.2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/DevExpress.Data.v22.2.dll -------------------------------------------------------------------------------- /bin/Release/DevExpress.Drawing.v22.2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/DevExpress.Drawing.v22.2.dll -------------------------------------------------------------------------------- /bin/Release/DevExpress.Pdf.v22.2.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/DevExpress.Pdf.v22.2.Core.dll -------------------------------------------------------------------------------- /bin/Release/DevExpress.Pdf.v22.2.Drawing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/DevExpress.Pdf.v22.2.Drawing.dll -------------------------------------------------------------------------------- /bin/Release/DevExpress.Printing.v22.2.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/DevExpress.Printing.v22.2.Core.dll -------------------------------------------------------------------------------- /bin/Release/DevExpress.Sparkline.v22.2.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/DevExpress.Sparkline.v22.2.Core.dll -------------------------------------------------------------------------------- /bin/Release/DevExpress.Utils.v22.2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/DevExpress.Utils.v22.2.dll -------------------------------------------------------------------------------- /bin/Release/DevExpress.XtraEditors.v22.2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/DevExpress.XtraEditors.v22.2.dll -------------------------------------------------------------------------------- /bin/Release/DevExpress.XtraWizard.v22.2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/DevExpress.XtraWizard.v22.2.dll -------------------------------------------------------------------------------- /bin/Release/ICSharpCode.SharpZipLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/ICSharpCode.SharpZipLib.dll -------------------------------------------------------------------------------- /bin/Release/ICSharpCode.SharpZipLib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/ICSharpCode.SharpZipLib.pdb -------------------------------------------------------------------------------- /bin/Release/Loader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/Loader.exe -------------------------------------------------------------------------------- /bin/Release/Loader.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /bin/Release/Siticone.UI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/Siticone.UI.dll -------------------------------------------------------------------------------- /bin/Release/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/System.Buffers.dll -------------------------------------------------------------------------------- /bin/Release/System.Buffers.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array&#39;s contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /bin/Release/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/System.Memory.dll -------------------------------------------------------------------------------- /bin/Release/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /bin/Release/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /bin/Release/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Runtime.CompilerServices.Unsafe 4 | 5 | 6 | 7 | Contains generic, low-level functionality for manipulating pointers. 8 | 9 | 10 | Adds an element offset to the given reference. 11 | The reference to add the offset to. 12 | The offset to add. 13 | The type of reference. 14 | A new reference that reflects the addition of offset to pointer. 15 | 16 | 17 | Adds an element offset to the given reference. 18 | The reference to add the offset to. 19 | The offset to add. 20 | The type of reference. 21 | A new reference that reflects the addition of offset to pointer. 22 | 23 | 24 | Adds a byte offset to the given reference. 25 | The reference to add the offset to. 26 | The offset to add. 27 | The type of reference. 28 | A new reference that reflects the addition of byte offset to pointer. 29 | 30 | 31 | Determines whether the specified references point to the same location. 32 | The first reference to compare. 33 | The second reference to compare. 34 | The type of reference. 35 | true if left and right point to the same location; otherwise, false. 36 | 37 | 38 | Casts the given object to the specified type. 39 | The object to cast. 40 | The type which the object will be cast to. 41 | The original object, casted to the given type. 42 | 43 | 44 | Reinterprets the given reference as a reference to a value of type TTo. 45 | The reference to reinterpret. 46 | The type of reference to reinterpret.. 47 | The desired type of the reference. 48 | A reference to a value of type TTo. 49 | 50 | 51 | Returns a pointer to the given by-ref parameter. 52 | The object whose pointer is obtained. 53 | The type of object. 54 | A pointer to the given value. 55 | 56 | 57 | Reinterprets the given location as a reference to a value of type T. 58 | The location of the value to reference. 59 | The type of the interpreted location. 60 | A reference to a value of type T. 61 | 62 | 63 | Determines the byte offset from origin to target from the given references. 64 | The reference to origin. 65 | The reference to target. 66 | The type of reference. 67 | Byte offset from origin to target i.e. target - origin. 68 | 69 | 70 | Copies a value of type T to the given location. 71 | The location to copy to. 72 | A reference to the value to copy. 73 | The type of value to copy. 74 | 75 | 76 | Copies a value of type T to the given location. 77 | The location to copy to. 78 | A pointer to the value to copy. 79 | The type of value to copy. 80 | 81 | 82 | Copies bytes from the source address to the destination address. 83 | The destination address to copy to. 84 | The source address to copy from. 85 | The number of bytes to copy. 86 | 87 | 88 | Copies bytes from the source address to the destination address. 89 | The destination address to copy to. 90 | The source address to copy from. 91 | The number of bytes to copy. 92 | 93 | 94 | Copies bytes from the source address to the destination address 95 | without assuming architecture dependent alignment of the addresses. 96 | The destination address to copy to. 97 | The source address to copy from. 98 | The number of bytes to copy. 99 | 100 | 101 | Copies bytes from the source address to the destination address 102 | without assuming architecture dependent alignment of the addresses. 103 | The destination address to copy to. 104 | The source address to copy from. 105 | The number of bytes to copy. 106 | 107 | 108 | Initializes a block of memory at the given location with a given initial value. 109 | The address of the start of the memory block to initialize. 110 | The value to initialize the block to. 111 | The number of bytes to initialize. 112 | 113 | 114 | Initializes a block of memory at the given location with a given initial value. 115 | The address of the start of the memory block to initialize. 116 | The value to initialize the block to. 117 | The number of bytes to initialize. 118 | 119 | 120 | Initializes a block of memory at the given location with a given initial value 121 | without assuming architecture dependent alignment of the address. 122 | The address of the start of the memory block to initialize. 123 | The value to initialize the block to. 124 | The number of bytes to initialize. 125 | 126 | 127 | Initializes a block of memory at the given location with a given initial value 128 | without assuming architecture dependent alignment of the address. 129 | The address of the start of the memory block to initialize. 130 | The value to initialize the block to. 131 | The number of bytes to initialize. 132 | 133 | 134 | Reads a value of type T from the given location. 135 | The location to read from. 136 | The type to read. 137 | An object of type T read from the given location. 138 | 139 | 140 | Reads a value of type T from the given location 141 | without assuming architecture dependent alignment of the addresses. 142 | The location to read from. 143 | The type to read. 144 | An object of type T read from the given location. 145 | 146 | 147 | Reads a value of type T from the given location 148 | without assuming architecture dependent alignment of the addresses. 149 | The location to read from. 150 | The type to read. 151 | An object of type T read from the given location. 152 | 153 | 154 | Returns the size of an object of the given type parameter. 155 | The type of object whose size is retrieved. 156 | The size of an object of type T. 157 | 158 | 159 | Subtracts an element offset from the given reference. 160 | The reference to subtract the offset from. 161 | The offset to subtract. 162 | The type of reference. 163 | A new reference that reflects the subraction of offset from pointer. 164 | 165 | 166 | Subtracts an element offset from the given reference. 167 | The reference to subtract the offset from. 168 | The offset to subtract. 169 | The type of reference. 170 | A new reference that reflects the subraction of offset from pointer. 171 | 172 | 173 | Subtracts a byte offset from the given reference. 174 | The reference to subtract the offset from. 175 | 176 | The type of reference. 177 | A new reference that reflects the subraction of byte offset from pointer. 178 | 179 | 180 | Writes a value of type T to the given location. 181 | The location to write to. 182 | The value to write. 183 | The type of value to write. 184 | 185 | 186 | Writes a value of type T to the given location 187 | without assuming architecture dependent alignment of the addresses. 188 | The location to write to. 189 | The value to write. 190 | The type of value to write. 191 | 192 | 193 | Writes a value of type T to the given location 194 | without assuming architecture dependent alignment of the addresses. 195 | The location to write to. 196 | The value to write. 197 | The type of value to write. 198 | 199 | 200 | -------------------------------------------------------------------------------- /bin/Release/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/bin/Release/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /bin/Release/System.Threading.Tasks.Extensions.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Threading.Tasks.Extensions 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Provides a value type that wraps a and a TResult, only one of which is used. 23 | The result. 24 | 25 | 26 | Initializes a new instance of the class using the supplied task that represents the operation. 27 | The task. 28 | The task argument is null. 29 | 30 | 31 | Initializes a new instance of the class using the supplied result of a successful operation. 32 | The result. 33 | 34 | 35 | Retrieves a object that represents this . 36 | The object that is wrapped in this if one exists, or a new object that represents the result. 37 | 38 | 39 | Configures an awaiter for this value. 40 | true to attempt to marshal the continuation back to the captured context; otherwise, false. 41 | The configured awaiter. 42 | 43 | 44 | Creates a method builder for use with an async method. 45 | The created builder. 46 | 47 | 48 | Determines whether the specified object is equal to the current object. 49 | The object to compare with the current object. 50 | true if the specified object is equal to the current object; otherwise, false. 51 | 52 | 53 | Determines whether the specified object is equal to the current object. 54 | The object to compare with the current object. 55 | true if the specified object is equal to the current object; otherwise, false. 56 | 57 | 58 | Creates an awaiter for this value. 59 | The awaiter. 60 | 61 | 62 | Returns the hash code for this instance. 63 | The hash code for the current object. 64 | 65 | 66 | Gets a value that indicates whether this object represents a canceled operation. 67 | true if this object represents a canceled operation; otherwise, false. 68 | 69 | 70 | Gets a value that indicates whether this object represents a completed operation. 71 | true if this object represents a completed operation; otherwise, false. 72 | 73 | 74 | Gets a value that indicates whether this object represents a successfully completed operation. 75 | true if this object represents a successfully completed operation; otherwise, false. 76 | 77 | 78 | Gets a value that indicates whether this object represents a failed operation. 79 | true if this object represents a failed operation; otherwise, false. 80 | 81 | 82 | Compares two values for equality. 83 | The first value to compare. 84 | The second value to compare. 85 | true if the two values are equal; otherwise, false. 86 | 87 | 88 | Determines whether two values are unequal. 89 | The first value to compare. 90 | The seconed value to compare. 91 | true if the two values are not equal; otherwise, false. 92 | 93 | 94 | Gets the result. 95 | The result. 96 | 97 | 98 | Returns a string that represents the current object. 99 | A string that represents the current object. 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | -------------------------------------------------------------------------------- /logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/logo.ico -------------------------------------------------------------------------------- /obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- 1 | // 2 | using System; 3 | using System.Reflection; 4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] 5 | -------------------------------------------------------------------------------- /obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /obj/Debug/Interop.DexterLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/Interop.DexterLib.dll -------------------------------------------------------------------------------- /obj/Debug/KeyAuth.Login.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/KeyAuth.Login.resources -------------------------------------------------------------------------------- /obj/Debug/KeyAuth.Main.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/KeyAuth.Main.resources -------------------------------------------------------------------------------- /obj/Debug/Loader.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/Loader.Form1.resources -------------------------------------------------------------------------------- /obj/Debug/Loader.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/Loader.Properties.Resources.resources -------------------------------------------------------------------------------- /obj/Debug/Loader.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/Loader.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/Loader.csproj.CopyComplete: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/Loader.csproj.CopyComplete -------------------------------------------------------------------------------- /obj/Debug/Loader.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | f5b736434e46b3eec5ae9f8aaecf0e2fa59c32f1 2 | -------------------------------------------------------------------------------- /obj/Debug/Loader.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\0pok\Desktop\Form\bin\Debug\Loader.exe.config 2 | C:\Users\0pok\Desktop\Form\bin\Debug\Loader.exe 3 | C:\Users\0pok\Desktop\Form\obj\Debug\Loader.csproj.AssemblyReference.cache 4 | C:\Users\0pok\Desktop\Form\obj\Debug\Loader.csproj.SuggestedBindingRedirects.cache 5 | C:\Users\0pok\Desktop\Form\obj\Debug\Loader.Form1.resources 6 | C:\Users\0pok\Desktop\Form\obj\Debug\KeyAuth.Main.resources 7 | C:\Users\0pok\Desktop\Form\obj\Debug\KeyAuth.Login.resources 8 | C:\Users\0pok\Desktop\Form\obj\Debug\Loader.Properties.Resources.resources 9 | C:\Users\0pok\Desktop\Form\obj\Debug\Loader.csproj.GenerateResource.cache 10 | C:\Users\0pok\Desktop\Form\obj\Debug\Loader.csproj.CoreCompileInputs.cache 11 | C:\Users\0pok\Desktop\Form\obj\Debug\Loader.csproj.CopyComplete 12 | C:\Users\0pok\Desktop\Form\obj\Debug\Loader.exe 13 | C:\Users\0pok\Desktop\Form\bin\Debug\ICSharpCode.SharpZipLib.dll 14 | C:\Users\0pok\Desktop\Form\bin\Debug\System.Buffers.dll 15 | C:\Users\0pok\Desktop\Form\bin\Debug\System.Memory.dll 16 | C:\Users\0pok\Desktop\Form\bin\Debug\System.Numerics.Vectors.dll 17 | C:\Users\0pok\Desktop\Form\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll 18 | C:\Users\0pok\Desktop\Form\bin\Debug\System.Threading.Tasks.Extensions.dll 19 | C:\Users\0pok\Desktop\Form\bin\Debug\ICSharpCode.SharpZipLib.pdb 20 | C:\Users\0pok\Desktop\Form\bin\Debug\ICSharpCode.SharpZipLib.xml 21 | C:\Users\0pok\Desktop\Form\bin\Debug\System.Buffers.xml 22 | C:\Users\0pok\Desktop\Form\bin\Debug\System.Memory.xml 23 | C:\Users\0pok\Desktop\Form\bin\Debug\System.Numerics.Vectors.xml 24 | C:\Users\0pok\Desktop\Form\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml 25 | C:\Users\0pok\Desktop\Form\bin\Debug\System.Threading.Tasks.Extensions.xml 26 | C:\Users\0pok\Desktop\OnetapLoader\obj\Debug\Loader.csproj.AssemblyReference.cache 27 | C:\Users\0pok\Desktop\OnetapLoader\obj\Debug\Loader.csproj.SuggestedBindingRedirects.cache 28 | C:\Users\0pok\Desktop\OnetapLoader\obj\Debug\Interop.DexterLib.dll 29 | C:\Users\0pok\Desktop\OnetapLoader\obj\Debug\Loader.csproj.ResolveComReference.cache 30 | C:\Users\0pok\Desktop\OnetapLoader\obj\Debug\KeyAuth.Main.resources 31 | C:\Users\0pok\Desktop\OnetapLoader\obj\Debug\KeyAuth.Login.resources 32 | C:\Users\0pok\Desktop\OnetapLoader\obj\Debug\Loader.Properties.Resources.resources 33 | C:\Users\0pok\Desktop\OnetapLoader\obj\Debug\Loader.csproj.GenerateResource.cache 34 | C:\Users\0pok\Desktop\OnetapLoader\obj\Debug\Loader.exe.licenses 35 | C:\Users\0pok\Desktop\OnetapLoader\obj\Debug\Loader.csproj.CoreCompileInputs.cache 36 | C:\Users\0pok\Desktop\OnetapLoader\obj\Debug\Loader.exe 37 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\Loader.exe.config 38 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\Loader.exe 39 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Data.v22.2.dll 40 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Drawing.v22.2.dll 41 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Utils.v22.2.dll 42 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.XtraEditors.v22.2.dll 43 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.XtraWizard.v22.2.dll 44 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\ICSharpCode.SharpZipLib.dll 45 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\System.Buffers.dll 46 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\System.Memory.dll 47 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\System.Numerics.Vectors.dll 48 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll 49 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\System.Threading.Tasks.Extensions.dll 50 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Printing.v22.2.Core.dll 51 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Data.Desktop.v22.2.dll 52 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Sparkline.v22.2.Core.dll 53 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Pdf.v22.2.Core.dll 54 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Pdf.v22.2.Drawing.dll 55 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Data.v22.2.xml 56 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Utils.v22.2.xml 57 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.XtraEditors.v22.2.xml 58 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.XtraWizard.v22.2.xml 59 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\ICSharpCode.SharpZipLib.pdb 60 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\ICSharpCode.SharpZipLib.xml 61 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\System.Buffers.xml 62 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\System.Memory.xml 63 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\System.Numerics.Vectors.xml 64 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml 65 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\System.Threading.Tasks.Extensions.xml 66 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Printing.v22.2.Core.xml 67 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Data.Desktop.v22.2.xml 68 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Sparkline.v22.2.Core.xml 69 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Pdf.v22.2.Core.xml 70 | C:\Users\0pok\Desktop\OnetapLoader\bin\Debug\DevExpress.Pdf.v22.2.Drawing.xml 71 | C:\Users\0pok\Desktop\OnetapLoader\obj\Debug\Loader.csproj.CopyComplete 72 | -------------------------------------------------------------------------------- /obj/Debug/Loader.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/Loader.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /obj/Debug/Loader.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/Loader.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /obj/Debug/Loader.csproj.SuggestedBindingRedirects.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/Loader.csproj.SuggestedBindingRedirects.cache -------------------------------------------------------------------------------- /obj/Debug/Loader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/Loader.exe -------------------------------------------------------------------------------- /obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /obj/Debug/_IsIncrementalBuild: -------------------------------------------------------------------------------- 1 | obj\Debug\\_IsIncrementalBuild 2 | -------------------------------------------------------------------------------- /obj/Debug/loader.exe.licenses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Debug/loader.exe.licenses -------------------------------------------------------------------------------- /obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- 1 | // 2 | using System; 3 | using System.Reflection; 4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] 5 | -------------------------------------------------------------------------------- /obj/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /obj/Release/Interop.DexterLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/Interop.DexterLib.dll -------------------------------------------------------------------------------- /obj/Release/KeyAuth.Login.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/KeyAuth.Login.resources -------------------------------------------------------------------------------- /obj/Release/KeyAuth.Main.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/KeyAuth.Main.resources -------------------------------------------------------------------------------- /obj/Release/Loader.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/Loader.Form1.resources -------------------------------------------------------------------------------- /obj/Release/Loader.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/Loader.Properties.Resources.resources -------------------------------------------------------------------------------- /obj/Release/Loader.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/Loader.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /obj/Release/Loader.csproj.CopyComplete: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/Loader.csproj.CopyComplete -------------------------------------------------------------------------------- /obj/Release/Loader.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | a295a2b8f42d796a0948a284d700a55b2e5a9e2a 2 | -------------------------------------------------------------------------------- /obj/Release/Loader.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\0pok\Desktop\Form\bin\Release\Loader.exe.config 2 | C:\Users\0pok\Desktop\Form\bin\Release\Loader.exe 3 | C:\Users\0pok\Desktop\Form\bin\Release\ICSharpCode.SharpZipLib.dll 4 | C:\Users\0pok\Desktop\Form\bin\Release\Siticone.UI.dll 5 | C:\Users\0pok\Desktop\Form\bin\Release\System.Buffers.dll 6 | C:\Users\0pok\Desktop\Form\bin\Release\System.Memory.dll 7 | C:\Users\0pok\Desktop\Form\bin\Release\System.Numerics.Vectors.dll 8 | C:\Users\0pok\Desktop\Form\bin\Release\System.Runtime.CompilerServices.Unsafe.dll 9 | C:\Users\0pok\Desktop\Form\bin\Release\System.Threading.Tasks.Extensions.dll 10 | C:\Users\0pok\Desktop\Form\bin\Release\ICSharpCode.SharpZipLib.pdb 11 | C:\Users\0pok\Desktop\Form\bin\Release\ICSharpCode.SharpZipLib.xml 12 | C:\Users\0pok\Desktop\Form\bin\Release\System.Buffers.xml 13 | C:\Users\0pok\Desktop\Form\bin\Release\System.Memory.xml 14 | C:\Users\0pok\Desktop\Form\bin\Release\System.Numerics.Vectors.xml 15 | C:\Users\0pok\Desktop\Form\bin\Release\System.Runtime.CompilerServices.Unsafe.xml 16 | C:\Users\0pok\Desktop\Form\bin\Release\System.Threading.Tasks.Extensions.xml 17 | C:\Users\0pok\Desktop\Form\obj\Release\Loader.csproj.AssemblyReference.cache 18 | C:\Users\0pok\Desktop\Form\obj\Release\Loader.csproj.SuggestedBindingRedirects.cache 19 | C:\Users\0pok\Desktop\Form\obj\Release\Loader.Form1.resources 20 | C:\Users\0pok\Desktop\Form\obj\Release\KeyAuth.Main.resources 21 | C:\Users\0pok\Desktop\Form\obj\Release\KeyAuth.Login.resources 22 | C:\Users\0pok\Desktop\Form\obj\Release\Loader.Properties.Resources.resources 23 | C:\Users\0pok\Desktop\Form\obj\Release\Loader.csproj.GenerateResource.cache 24 | C:\Users\0pok\Desktop\Form\obj\Release\Loader.csproj.CoreCompileInputs.cache 25 | C:\Users\0pok\Desktop\Form\obj\Release\Loader.csproj.CopyComplete 26 | C:\Users\0pok\Desktop\Form\obj\Release\Loader.exe 27 | C:\Users\0pok\Desktop\Form\obj\Release\Interop.DexterLib.dll 28 | C:\Users\0pok\Desktop\Form\obj\Release\Loader.csproj.ResolveComReference.cache 29 | C:\Users\0pok\Desktop\Form\obj\Release\Loader.exe.licenses 30 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Data.v22.2.dll 31 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Drawing.v22.2.dll 32 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Utils.v22.2.dll 33 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.XtraEditors.v22.2.dll 34 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.XtraWizard.v22.2.dll 35 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Printing.v22.2.Core.dll 36 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Data.Desktop.v22.2.dll 37 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Sparkline.v22.2.Core.dll 38 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Pdf.v22.2.Core.dll 39 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Pdf.v22.2.Drawing.dll 40 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Data.v22.2.xml 41 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Utils.v22.2.xml 42 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.XtraEditors.v22.2.xml 43 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.XtraWizard.v22.2.xml 44 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Printing.v22.2.Core.xml 45 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Data.Desktop.v22.2.xml 46 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Sparkline.v22.2.Core.xml 47 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Pdf.v22.2.Core.xml 48 | C:\Users\0pok\Desktop\Form\bin\Release\DevExpress.Pdf.v22.2.Drawing.xml 49 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\Loader.exe.config 50 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\Loader.exe 51 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Data.v22.2.dll 52 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Drawing.v22.2.dll 53 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Utils.v22.2.dll 54 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.XtraEditors.v22.2.dll 55 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.XtraWizard.v22.2.dll 56 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\ICSharpCode.SharpZipLib.dll 57 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\Siticone.UI.dll 58 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\System.Buffers.dll 59 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\System.Memory.dll 60 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\System.Numerics.Vectors.dll 61 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\System.Runtime.CompilerServices.Unsafe.dll 62 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\System.Threading.Tasks.Extensions.dll 63 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Printing.v22.2.Core.dll 64 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Data.Desktop.v22.2.dll 65 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Sparkline.v22.2.Core.dll 66 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Pdf.v22.2.Core.dll 67 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Pdf.v22.2.Drawing.dll 68 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Data.v22.2.xml 69 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Utils.v22.2.xml 70 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.XtraEditors.v22.2.xml 71 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.XtraWizard.v22.2.xml 72 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\ICSharpCode.SharpZipLib.pdb 73 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\ICSharpCode.SharpZipLib.xml 74 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\System.Buffers.xml 75 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\System.Memory.xml 76 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\System.Numerics.Vectors.xml 77 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\System.Runtime.CompilerServices.Unsafe.xml 78 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\System.Threading.Tasks.Extensions.xml 79 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Printing.v22.2.Core.xml 80 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Data.Desktop.v22.2.xml 81 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Sparkline.v22.2.Core.xml 82 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Pdf.v22.2.Core.xml 83 | C:\Users\0pok\Desktop\OnetapLoader\bin\Release\DevExpress.Pdf.v22.2.Drawing.xml 84 | C:\Users\0pok\Desktop\OnetapLoader\obj\Release\Loader.csproj.AssemblyReference.cache 85 | C:\Users\0pok\Desktop\OnetapLoader\obj\Release\Loader.csproj.SuggestedBindingRedirects.cache 86 | C:\Users\0pok\Desktop\OnetapLoader\obj\Release\Interop.DexterLib.dll 87 | C:\Users\0pok\Desktop\OnetapLoader\obj\Release\Loader.csproj.ResolveComReference.cache 88 | C:\Users\0pok\Desktop\OnetapLoader\obj\Release\KeyAuth.Main.resources 89 | C:\Users\0pok\Desktop\OnetapLoader\obj\Release\KeyAuth.Login.resources 90 | C:\Users\0pok\Desktop\OnetapLoader\obj\Release\Loader.Properties.Resources.resources 91 | C:\Users\0pok\Desktop\OnetapLoader\obj\Release\Loader.csproj.GenerateResource.cache 92 | C:\Users\0pok\Desktop\OnetapLoader\obj\Release\Loader.exe.licenses 93 | C:\Users\0pok\Desktop\OnetapLoader\obj\Release\Loader.csproj.CoreCompileInputs.cache 94 | C:\Users\0pok\Desktop\OnetapLoader\obj\Release\Loader.csproj.CopyComplete 95 | C:\Users\0pok\Desktop\OnetapLoader\obj\Release\Loader.exe 96 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\Loader.exe.config 97 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\Loader.exe 98 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Data.v22.2.dll 99 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Drawing.v22.2.dll 100 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Utils.v22.2.dll 101 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.XtraEditors.v22.2.dll 102 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.XtraWizard.v22.2.dll 103 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\ICSharpCode.SharpZipLib.dll 104 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\Siticone.UI.dll 105 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\System.Buffers.dll 106 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\System.Memory.dll 107 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\System.Numerics.Vectors.dll 108 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\System.Runtime.CompilerServices.Unsafe.dll 109 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\System.Threading.Tasks.Extensions.dll 110 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Printing.v22.2.Core.dll 111 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Data.Desktop.v22.2.dll 112 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Sparkline.v22.2.Core.dll 113 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Pdf.v22.2.Core.dll 114 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Pdf.v22.2.Drawing.dll 115 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Data.v22.2.xml 116 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Utils.v22.2.xml 117 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.XtraEditors.v22.2.xml 118 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.XtraWizard.v22.2.xml 119 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\ICSharpCode.SharpZipLib.pdb 120 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\ICSharpCode.SharpZipLib.xml 121 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\System.Buffers.xml 122 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\System.Memory.xml 123 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\System.Numerics.Vectors.xml 124 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\System.Runtime.CompilerServices.Unsafe.xml 125 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\System.Threading.Tasks.Extensions.xml 126 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Printing.v22.2.Core.xml 127 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Data.Desktop.v22.2.xml 128 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Sparkline.v22.2.Core.xml 129 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Pdf.v22.2.Core.xml 130 | C:\Users\0pok\Desktop\Keyauth Loader\bin\Release\DevExpress.Pdf.v22.2.Drawing.xml 131 | C:\Users\0pok\Desktop\Keyauth Loader\obj\Release\Loader.csproj.AssemblyReference.cache 132 | C:\Users\0pok\Desktop\Keyauth Loader\obj\Release\Loader.csproj.SuggestedBindingRedirects.cache 133 | C:\Users\0pok\Desktop\Keyauth Loader\obj\Release\Interop.DexterLib.dll 134 | C:\Users\0pok\Desktop\Keyauth Loader\obj\Release\Loader.csproj.ResolveComReference.cache 135 | C:\Users\0pok\Desktop\Keyauth Loader\obj\Release\KeyAuth.Main.resources 136 | C:\Users\0pok\Desktop\Keyauth Loader\obj\Release\KeyAuth.Login.resources 137 | C:\Users\0pok\Desktop\Keyauth Loader\obj\Release\Loader.Properties.Resources.resources 138 | C:\Users\0pok\Desktop\Keyauth Loader\obj\Release\Loader.csproj.GenerateResource.cache 139 | C:\Users\0pok\Desktop\Keyauth Loader\obj\Release\Loader.exe.licenses 140 | C:\Users\0pok\Desktop\Keyauth Loader\obj\Release\Loader.csproj.CoreCompileInputs.cache 141 | C:\Users\0pok\Desktop\Keyauth Loader\obj\Release\Loader.csproj.CopyComplete 142 | C:\Users\0pok\Desktop\Keyauth Loader\obj\Release\Loader.exe 143 | -------------------------------------------------------------------------------- /obj/Release/Loader.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/Loader.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /obj/Release/Loader.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/Loader.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /obj/Release/Loader.csproj.SuggestedBindingRedirects.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/Loader.csproj.SuggestedBindingRedirects.cache -------------------------------------------------------------------------------- /obj/Release/Loader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/Loader.exe -------------------------------------------------------------------------------- /obj/Release/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /obj/Release/_IsIncrementalBuild: -------------------------------------------------------------------------------- 1 | obj\Release\\_IsIncrementalBuild 2 | -------------------------------------------------------------------------------- /obj/Release/loader.exe.licenses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/obj/Release/loader.exe.licenses -------------------------------------------------------------------------------- /packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /packages/SharpZipLib.1.4.2/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/SharpZipLib.1.4.2/.signature.p7s -------------------------------------------------------------------------------- /packages/SharpZipLib.1.4.2/SharpZipLib.1.4.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/SharpZipLib.1.4.2/SharpZipLib.1.4.2.nupkg -------------------------------------------------------------------------------- /packages/SharpZipLib.1.4.2/images/sharpziplib-nuget-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/SharpZipLib.1.4.2/images/sharpziplib-nuget-256x256.png -------------------------------------------------------------------------------- /packages/SharpZipLib.1.4.2/lib/net6.0/ICSharpCode.SharpZipLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/SharpZipLib.1.4.2/lib/net6.0/ICSharpCode.SharpZipLib.dll -------------------------------------------------------------------------------- /packages/SharpZipLib.1.4.2/lib/net6.0/ICSharpCode.SharpZipLib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/SharpZipLib.1.4.2/lib/net6.0/ICSharpCode.SharpZipLib.pdb -------------------------------------------------------------------------------- /packages/SharpZipLib.1.4.2/lib/netstandard2.0/ICSharpCode.SharpZipLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/SharpZipLib.1.4.2/lib/netstandard2.0/ICSharpCode.SharpZipLib.dll -------------------------------------------------------------------------------- /packages/SharpZipLib.1.4.2/lib/netstandard2.0/ICSharpCode.SharpZipLib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/SharpZipLib.1.4.2/lib/netstandard2.0/ICSharpCode.SharpZipLib.pdb -------------------------------------------------------------------------------- /packages/SharpZipLib.1.4.2/lib/netstandard2.1/ICSharpCode.SharpZipLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/SharpZipLib.1.4.2/lib/netstandard2.1/ICSharpCode.SharpZipLib.dll -------------------------------------------------------------------------------- /packages/SharpZipLib.1.4.2/lib/netstandard2.1/ICSharpCode.SharpZipLib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/SharpZipLib.1.4.2/lib/netstandard2.1/ICSharpCode.SharpZipLib.pdb -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/.signature.p7s -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/System.Buffers.4.5.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/System.Buffers.4.5.1.nupkg -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/lib/net461/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/lib/net461/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/lib/net461/System.Buffers.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array&#39;s contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/lib/netcoreapp2.0/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/lib/netcoreapp2.0/_._ -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/lib/netstandard1.1/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/lib/netstandard1.1/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/lib/netstandard1.1/System.Buffers.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array&#39;s contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/lib/netstandard2.0/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/lib/netstandard2.0/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/lib/netstandard2.0/System.Buffers.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array&#39;s contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/lib/uap10.0.16299/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/lib/uap10.0.16299/_._ -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/ref/net45/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/ref/net45/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/ref/net45/System.Buffers.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array&#39;s contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/ref/netcoreapp2.0/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/ref/netcoreapp2.0/_._ -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/ref/netstandard1.1/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/ref/netstandard1.1/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/ref/netstandard1.1/System.Buffers.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array&#39;s contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/ref/netstandard2.0/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/ref/netstandard2.0/System.Buffers.dll -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/ref/netstandard2.0/System.Buffers.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Buffers 4 | 5 | 6 | 7 | Provides a resource pool that enables reusing instances of type . 8 | The type of the objects that are in the resource pool. 9 | 10 | 11 | Initializes a new instance of the class. 12 | 13 | 14 | Creates a new instance of the class. 15 | A new instance of the class. 16 | 17 | 18 | Creates a new instance of the class using the specifed configuration. 19 | The maximum length of an array instance that may be stored in the pool. 20 | The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access. 21 | A new instance of the class with the specified configuration. 22 | 23 | 24 | Retrieves a buffer that is at least the requested length. 25 | The minimum length of the array. 26 | An array of type that is at least minimumLength in length. 27 | 28 | 29 | Returns an array to the pool that was previously obtained using the method on the same instance. 30 | A buffer to return to the pool that was previously obtained using the method. 31 | Indicates whether the contents of the buffer should be cleared before reuse. If clearArray is set to true, and if the pool will store the buffer to enable subsequent reuse, the method will clear the array of its contents so that a subsequent caller using the method will not see the content of the previous caller. If clearArray is set to false or if the pool will release the buffer, the array&#39;s contents are left unchanged. 32 | 33 | 34 | Gets a shared instance. 35 | A shared instance. 36 | 37 | 38 | -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/ref/uap10.0.16299/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/ref/uap10.0.16299/_._ -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Buffers.4.5.1/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /packages/System.Buffers.4.5.1/version.txt: -------------------------------------------------------------------------------- 1 | 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f 2 | -------------------------------------------------------------------------------- /packages/System.Memory.4.5.4/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Memory.4.5.4/.signature.p7s -------------------------------------------------------------------------------- /packages/System.Memory.4.5.4/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /packages/System.Memory.4.5.4/System.Memory.4.5.4.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Memory.4.5.4/System.Memory.4.5.4.nupkg -------------------------------------------------------------------------------- /packages/System.Memory.4.5.4/lib/net461/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Memory.4.5.4/lib/net461/System.Memory.dll -------------------------------------------------------------------------------- /packages/System.Memory.4.5.4/lib/netcoreapp2.1/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Memory.4.5.4/lib/netcoreapp2.1/_._ -------------------------------------------------------------------------------- /packages/System.Memory.4.5.4/lib/netstandard1.1/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Memory.4.5.4/lib/netstandard1.1/System.Memory.dll -------------------------------------------------------------------------------- /packages/System.Memory.4.5.4/lib/netstandard2.0/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Memory.4.5.4/lib/netstandard2.0/System.Memory.dll -------------------------------------------------------------------------------- /packages/System.Memory.4.5.4/ref/netcoreapp2.1/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Memory.4.5.4/ref/netcoreapp2.1/_._ -------------------------------------------------------------------------------- /packages/System.Memory.4.5.4/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Memory.4.5.4/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /packages/System.Memory.4.5.4/version.txt: -------------------------------------------------------------------------------- 1 | 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f 2 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/.signature.p7s -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/System.Numerics.Vectors.4.5.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/System.Numerics.Vectors.4.5.0.nupkg -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/lib/MonoAndroid10/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/lib/MonoTouch10/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/lib/net46/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/lib/net46/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/lib/netcoreapp2.0/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/lib/netcoreapp2.0/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/lib/netstandard1.0/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/lib/netstandard1.0/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/lib/netstandard2.0/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/lib/netstandard2.0/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/lib/uap10.0.16299/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/lib/uap10.0.16299/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/lib/xamarinios10/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/lib/xamarinmac20/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/lib/xamarintvos10/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/lib/xamarinwatchos10/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/ref/MonoAndroid10/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/ref/MonoTouch10/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/ref/net45/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/ref/net45/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/ref/net46/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/ref/net46/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/ref/netcoreapp2.0/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/ref/netcoreapp2.0/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/ref/netstandard1.0/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/ref/netstandard1.0/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/ref/netstandard2.0/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/ref/netstandard2.0/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/ref/uap10.0.16299/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/ref/uap10.0.16299/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/ref/xamarinios10/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/ref/xamarinmac20/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/ref/xamarintvos10/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/ref/xamarinwatchos10/_._ -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Numerics.Vectors.4.5.0/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /packages/System.Numerics.Vectors.4.5.0/version.txt: -------------------------------------------------------------------------------- 1 | 30ab651fcb4354552bd4891619a0bdd81e0ebdbf 2 | -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.3/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Runtime.CompilerServices.Unsafe.4.5.3/.signature.p7s -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.3/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.3/System.Runtime.CompilerServices.Unsafe.4.5.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Runtime.CompilerServices.Unsafe.4.5.3/System.Runtime.CompilerServices.Unsafe.4.5.3.nupkg -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/net461/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/net461/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/net461/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/net461/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.3/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Runtime.CompilerServices.Unsafe.4.5.3/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /packages/System.Runtime.CompilerServices.Unsafe.4.5.3/version.txt: -------------------------------------------------------------------------------- 1 | 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f 2 | -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/.signature.p7s -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/System.Threading.Tasks.Extensions.4.5.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/System.Threading.Tasks.Extensions.4.5.2.nupkg -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/lib/MonoAndroid10/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/lib/MonoTouch10/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/netcoreapp2.1/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/lib/netcoreapp2.1/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/netstandard1.0/System.Threading.Tasks.Extensions.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Threading.Tasks.Extensions 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Provides a value type that wraps a and a TResult, only one of which is used. 23 | The result. 24 | 25 | 26 | Initializes a new instance of the class using the supplied task that represents the operation. 27 | The task. 28 | The task argument is null. 29 | 30 | 31 | Initializes a new instance of the class using the supplied result of a successful operation. 32 | The result. 33 | 34 | 35 | Retrieves a object that represents this . 36 | The object that is wrapped in this if one exists, or a new object that represents the result. 37 | 38 | 39 | Configures an awaiter for this value. 40 | true to attempt to marshal the continuation back to the captured context; otherwise, false. 41 | The configured awaiter. 42 | 43 | 44 | Creates a method builder for use with an async method. 45 | The created builder. 46 | 47 | 48 | Determines whether the specified object is equal to the current object. 49 | The object to compare with the current object. 50 | true if the specified object is equal to the current object; otherwise, false. 51 | 52 | 53 | Determines whether the specified object is equal to the current object. 54 | The object to compare with the current object. 55 | true if the specified object is equal to the current object; otherwise, false. 56 | 57 | 58 | Creates an awaiter for this value. 59 | The awaiter. 60 | 61 | 62 | Returns the hash code for this instance. 63 | The hash code for the current object. 64 | 65 | 66 | Gets a value that indicates whether this object represents a canceled operation. 67 | true if this object represents a canceled operation; otherwise, false. 68 | 69 | 70 | Gets a value that indicates whether this object represents a completed operation. 71 | true if this object represents a completed operation; otherwise, false. 72 | 73 | 74 | Gets a value that indicates whether this object represents a successfully completed operation. 75 | true if this object represents a successfully completed operation; otherwise, false. 76 | 77 | 78 | Gets a value that indicates whether this object represents a failed operation. 79 | true if this object represents a failed operation; otherwise, false. 80 | 81 | 82 | Compares two values for equality. 83 | The first value to compare. 84 | The second value to compare. 85 | true if the two values are equal; otherwise, false. 86 | 87 | 88 | Determines whether two values are unequal. 89 | The first value to compare. 90 | The seconed value to compare. 91 | true if the two values are not equal; otherwise, false. 92 | 93 | 94 | Gets the result. 95 | The result. 96 | 97 | 98 | Returns a string that represents the current object. 99 | A string that represents the current object. 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/netstandard2.0/System.Threading.Tasks.Extensions.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Threading.Tasks.Extensions 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Provides a value type that wraps a and a TResult, only one of which is used. 23 | The result. 24 | 25 | 26 | Initializes a new instance of the class using the supplied task that represents the operation. 27 | The task. 28 | The task argument is null. 29 | 30 | 31 | Initializes a new instance of the class using the supplied result of a successful operation. 32 | The result. 33 | 34 | 35 | Retrieves a object that represents this . 36 | The object that is wrapped in this if one exists, or a new object that represents the result. 37 | 38 | 39 | Configures an awaiter for this value. 40 | true to attempt to marshal the continuation back to the captured context; otherwise, false. 41 | The configured awaiter. 42 | 43 | 44 | Creates a method builder for use with an async method. 45 | The created builder. 46 | 47 | 48 | Determines whether the specified object is equal to the current object. 49 | The object to compare with the current object. 50 | true if the specified object is equal to the current object; otherwise, false. 51 | 52 | 53 | Determines whether the specified object is equal to the current object. 54 | The object to compare with the current object. 55 | true if the specified object is equal to the current object; otherwise, false. 56 | 57 | 58 | Creates an awaiter for this value. 59 | The awaiter. 60 | 61 | 62 | Returns the hash code for this instance. 63 | The hash code for the current object. 64 | 65 | 66 | Gets a value that indicates whether this object represents a canceled operation. 67 | true if this object represents a canceled operation; otherwise, false. 68 | 69 | 70 | Gets a value that indicates whether this object represents a completed operation. 71 | true if this object represents a completed operation; otherwise, false. 72 | 73 | 74 | Gets a value that indicates whether this object represents a successfully completed operation. 75 | true if this object represents a successfully completed operation; otherwise, false. 76 | 77 | 78 | Gets a value that indicates whether this object represents a failed operation. 79 | true if this object represents a failed operation; otherwise, false. 80 | 81 | 82 | Compares two values for equality. 83 | The first value to compare. 84 | The second value to compare. 85 | true if the two values are equal; otherwise, false. 86 | 87 | 88 | Determines whether two values are unequal. 89 | The first value to compare. 90 | The seconed value to compare. 91 | true if the two values are not equal; otherwise, false. 92 | 93 | 94 | Gets the result. 95 | The result. 96 | 97 | 98 | Returns a string that represents the current object. 99 | A string that represents the current object. 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | System.Threading.Tasks.Extensions 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Provides a value type that wraps a and a TResult, only one of which is used. 23 | The result. 24 | 25 | 26 | Initializes a new instance of the class using the supplied task that represents the operation. 27 | The task. 28 | The task argument is null. 29 | 30 | 31 | Initializes a new instance of the class using the supplied result of a successful operation. 32 | The result. 33 | 34 | 35 | Retrieves a object that represents this . 36 | The object that is wrapped in this if one exists, or a new object that represents the result. 37 | 38 | 39 | Configures an awaiter for this value. 40 | true to attempt to marshal the continuation back to the captured context; otherwise, false. 41 | The configured awaiter. 42 | 43 | 44 | Creates a method builder for use with an async method. 45 | The created builder. 46 | 47 | 48 | Determines whether the specified object is equal to the current object. 49 | The object to compare with the current object. 50 | true if the specified object is equal to the current object; otherwise, false. 51 | 52 | 53 | Determines whether the specified object is equal to the current object. 54 | The object to compare with the current object. 55 | true if the specified object is equal to the current object; otherwise, false. 56 | 57 | 58 | Creates an awaiter for this value. 59 | The awaiter. 60 | 61 | 62 | Returns the hash code for this instance. 63 | The hash code for the current object. 64 | 65 | 66 | Gets a value that indicates whether this object represents a canceled operation. 67 | true if this object represents a canceled operation; otherwise, false. 68 | 69 | 70 | Gets a value that indicates whether this object represents a completed operation. 71 | true if this object represents a completed operation; otherwise, false. 72 | 73 | 74 | Gets a value that indicates whether this object represents a successfully completed operation. 75 | true if this object represents a successfully completed operation; otherwise, false. 76 | 77 | 78 | Gets a value that indicates whether this object represents a failed operation. 79 | true if this object represents a failed operation; otherwise, false. 80 | 81 | 82 | Compares two values for equality. 83 | The first value to compare. 84 | The second value to compare. 85 | true if the two values are equal; otherwise, false. 86 | 87 | 88 | Determines whether two values are unequal. 89 | The first value to compare. 90 | The seconed value to compare. 91 | true if the two values are not equal; otherwise, false. 92 | 93 | 94 | Gets the result. 95 | The result. 96 | 97 | 98 | Returns a string that represents the current object. 99 | A string that represents the current object. 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/xamarinios10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/lib/xamarinios10/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/lib/xamarinmac20/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/lib/xamarintvos10/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/lib/xamarinwatchos10/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/ref/MonoAndroid10/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/ref/MonoTouch10/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/ref/netcoreapp2.1/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/ref/netcoreapp2.1/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/ref/xamarinios10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/ref/xamarinios10/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/ref/xamarinmac20/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/ref/xamarintvos10/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/ref/xamarinwatchos10/_._ -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix05101/Keyauth-Loader/e142c02220a3ade2b54c9df5c5f68bf1d39ded33/packages/System.Threading.Tasks.Extensions.4.5.2/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /packages/System.Threading.Tasks.Extensions.4.5.2/version.txt: -------------------------------------------------------------------------------- 1 | 99ce22c306b07f99ddae60f443d23a983ae78f7b 2 | --------------------------------------------------------------------------------