commit c5bb1d7fad139f2eba558dc5c81e3f68d6b234ff Author: conorm125 Date: Sun Jan 17 20:34:55 2021 +0000 intial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21a40df --- /dev/null +++ b/.gitignore @@ -0,0 +1,237 @@ + +# Created by https://www.toptal.com/developers/gitignore/api/visualstudio,dotnetcore,visualstudiocode +# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudio,dotnetcore,visualstudiocode + +### DotnetCore ### +# .NET Core build folders +bin/ +obj/ + +# Common node modules locations +/node_modules +/wwwroot/node_modules + +### VisualStudioCode ### +.vscode/* +!.vscode/tasks.json +!.vscode/launch.json +*.code-workspace + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +### VisualStudio ### +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*[.json, .xml, .info] + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ diff --git a/.vs/MW2 Ultimate Hacks/DesignTimeBuild/.dtbcache.v2 b/.vs/MW2 Ultimate Hacks/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..48f68b2 Binary files /dev/null and b/.vs/MW2 Ultimate Hacks/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/MW2 Ultimate Hacks/v16/.suo b/.vs/MW2 Ultimate Hacks/v16/.suo new file mode 100644 index 0000000..8547b07 Binary files /dev/null and b/.vs/MW2 Ultimate Hacks/v16/.suo differ diff --git a/MW2 Ultimate Hacks.sln b/MW2 Ultimate Hacks.sln new file mode 100644 index 0000000..2fe0644 --- /dev/null +++ b/MW2 Ultimate Hacks.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30204.135 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MW2 Ultimate Hacks", "MW2 Ultimate Hacks\MW2 Ultimate Hacks.csproj", "{756B4619-A353-489E-877B-387C916BF83E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {756B4619-A353-489E-877B-387C916BF83E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {756B4619-A353-489E-877B-387C916BF83E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {756B4619-A353-489E-877B-387C916BF83E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {756B4619-A353-489E-877B-387C916BF83E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B7DE8D53-8C15-4A21-AEA8-63F1DB122F29} + EndGlobalSection +EndGlobal diff --git a/MW2 Ultimate Hacks/Form1.Designer.cs b/MW2 Ultimate Hacks/Form1.Designer.cs new file mode 100644 index 0000000..5ba4ac3 --- /dev/null +++ b/MW2 Ultimate Hacks/Form1.Designer.cs @@ -0,0 +1,86 @@ +namespace MW2_Ultimate_Hacks +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.label1 = new System.Windows.Forms.Label(); + this.lblGameStatus = new System.Windows.Forms.Label(); + this.button1 = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(13, 13); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(76, 15); + this.label1.TabIndex = 0; + this.label1.Text = "Game Status:"; + // + // lblGameStatus + // + this.lblGameStatus.AutoSize = true; + this.lblGameStatus.Location = new System.Drawing.Point(96, 13); + this.lblGameStatus.Name = "lblGameStatus"; + this.lblGameStatus.Size = new System.Drawing.Size(113, 15); + this.lblGameStatus.TabIndex = 1; + this.lblGameStatus.Text = "Game Disconnected"; + // + // button1 + // + this.button1.Location = new System.Drawing.Point(173, 124); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 2; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Controls.Add(this.button1); + this.Controls.Add(this.lblGameStatus); + this.Controls.Add(this.label1); + this.Name = "Form1"; + this.Text = "Form1"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label lblGameStatus; + private System.Windows.Forms.Button button1; + } +} + diff --git a/MW2 Ultimate Hacks/Form1.cs b/MW2 Ultimate Hacks/Form1.cs new file mode 100644 index 0000000..f08b8b1 --- /dev/null +++ b/MW2 Ultimate Hacks/Form1.cs @@ -0,0 +1,36 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace MW2_Ultimate_Hacks +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + + /// + /// Attempts to hook the game's process. + /// + /// True if sucessful, False otherwise. + public bool ConnectToGame() + { + ProcessManager pm = new ProcessManager("iw4x"); + MessageBox.Show(pm.ReadFloat((IntPtr)0x007F4310).ToString()); + return false; + } + + private void button1_Click(object sender, EventArgs e) + { + ConnectToGame(); + } + } +} diff --git a/MW2 Ultimate Hacks/Form1.resx b/MW2 Ultimate Hacks/Form1.resx new file mode 100644 index 0000000..f298a7b --- /dev/null +++ b/MW2 Ultimate Hacks/Form1.resx @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/MW2 Ultimate Hacks/MW2 Ultimate Hacks.csproj b/MW2 Ultimate Hacks/MW2 Ultimate Hacks.csproj new file mode 100644 index 0000000..b591f71 --- /dev/null +++ b/MW2 Ultimate Hacks/MW2 Ultimate Hacks.csproj @@ -0,0 +1,11 @@ + + + + WinExe + netcoreapp3.1 + MW2_Ultimate_Hacks + true + app.manifest + + + \ No newline at end of file diff --git a/MW2 Ultimate Hacks/MW2 Ultimate Hacks.csproj.user b/MW2 Ultimate Hacks/MW2 Ultimate Hacks.csproj.user new file mode 100644 index 0000000..562025a --- /dev/null +++ b/MW2 Ultimate Hacks/MW2 Ultimate Hacks.csproj.user @@ -0,0 +1,9 @@ + + + + + + Form + + + \ No newline at end of file diff --git a/MW2 Ultimate Hacks/ProcessManager.cs b/MW2 Ultimate Hacks/ProcessManager.cs new file mode 100644 index 0000000..fb6146a --- /dev/null +++ b/MW2 Ultimate Hacks/ProcessManager.cs @@ -0,0 +1,103 @@ +using System; +using System.Collections.Generic; +using System.Diagnostics; +using System.Runtime.InteropServices; +using System.Text; + + +namespace MW2_Ultimate_Hacks +{ + [Flags] + public enum ProcessAccessFlags : uint + { + All = 0x001F0FFF, + Terminate = 0x00000001, + CreateThread = 0x00000002, + VirtualMemoryOperation = 0x00000008, + VirtualMemoryRead = 0x00000010, + VirtualMemoryWrite = 0x00000020, + DuplicateHandle = 0x00000040, + CreateProcess = 0x000000080, + SetQuota = 0x00000100, + SetInformation = 0x00000200, + QueryInformation = 0x00000400, + QueryLimitedInformation = 0x00001000, + Synchronize = 0x00100000 + } + + class ProcessManager + { + #region External Functions + + [DllImport("kernel32.dll", SetLastError = true)] + private static extern IntPtr OpenProcess( + ProcessAccessFlags processAccess, + bool bInheritHandle, + int processId + ); + + private static IntPtr OpenProcess(Process proc, ProcessAccessFlags flags) + { + return OpenProcess(flags, false, proc.Id); + } + + [DllImport("kernel32.dll", SetLastError = true)] + static extern bool ReadProcessMemory( + IntPtr hProcess, + IntPtr lpBaseAddress, + [Out] byte[] lpBuffer, + int dwSize, + out IntPtr lpNumberOfBytesRead); + + [DllImport("kernel32.dll", SetLastError = true)] + static extern bool ReadProcessMemory( + IntPtr hProcess, + IntPtr lpBaseAddress, + [Out, MarshalAs(UnmanagedType.AsAny)] object lpBuffer, + int dwSize, + out IntPtr lpNumberOfBytesRead); + + [DllImport("kernel32.dll", SetLastError = true)] + static extern bool ReadProcessMemory( + IntPtr hProcess, + IntPtr lpBaseAddress, + IntPtr lpBuffer, + int dwSize, + out IntPtr lpNumberOfBytesRead); + + #endregion + + + private IntPtr processHandle; + + /// + /// + /// + /// The name of the process to hook. + public ProcessManager(string processName) + { + Process process = Process.GetProcessesByName(processName)[0]; + processHandle = OpenProcess(ProcessAccessFlags.All, false, process.Id); + } + + public float ReadFloat(IntPtr address) + { + // if the process handle is not open it will be null + if(processHandle != null) + { + IntPtr bytesRead = (IntPtr)0; + byte[] buffer = new byte[4]; + + ReadProcessMemory(processHandle, address, buffer, buffer.Length, out bytesRead); + + return System.BitConverter.ToSingle(buffer, 0); + } + else + { + // Probally do some error stuff here + return 0.0F; + } + } + + } +} diff --git a/MW2 Ultimate Hacks/Program.cs b/MW2 Ultimate Hacks/Program.cs new file mode 100644 index 0000000..53ce018 --- /dev/null +++ b/MW2 Ultimate Hacks/Program.cs @@ -0,0 +1,23 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace MW2_Ultimate_Hacks +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.SetHighDpiMode(HighDpiMode.SystemAware); + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + } +} diff --git a/MW2 Ultimate Hacks/app.manifest b/MW2 Ultimate Hacks/app.manifest new file mode 100644 index 0000000..d72e750 --- /dev/null +++ b/MW2 Ultimate Hacks/app.manifest @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.deps.json b/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.deps.json new file mode 100644 index 0000000..1bbb7aa --- /dev/null +++ b/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "MW2 Ultimate Hacks/1.0.0": { + "runtime": { + "MW2 Ultimate Hacks.dll": {} + } + } + } + }, + "libraries": { + "MW2 Ultimate Hacks/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.dll b/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.dll new file mode 100644 index 0000000..234d537 Binary files /dev/null and b/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.dll differ diff --git a/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.exe b/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.exe new file mode 100644 index 0000000..e441cce Binary files /dev/null and b/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.exe differ diff --git a/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.pdb b/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.pdb new file mode 100644 index 0000000..bf81156 Binary files /dev/null and b/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.pdb differ diff --git a/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.runtimeconfig.dev.json b/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.runtimeconfig.dev.json new file mode 100644 index 0000000..87402b7 --- /dev/null +++ b/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.runtimeconfig.dev.json @@ -0,0 +1,8 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\Conor\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Conor\\.nuget\\packages" + ] + } +} \ No newline at end of file diff --git a/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.runtimeconfig.json b/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.runtimeconfig.json new file mode 100644 index 0000000..4932b40 --- /dev/null +++ b/MW2 Ultimate Hacks/bin/Debug/netcoreapp3.1/MW2 Ultimate Hacks.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + } + } +} \ No newline at end of file diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000..ad8dfe1 --- /dev/null +++ b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.AssemblyInfo.cs b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.AssemblyInfo.cs new file mode 100644 index 0000000..a6dda5e --- /dev/null +++ b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("MW2 Ultimate Hacks")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("MW2 Ultimate Hacks")] +[assembly: System.Reflection.AssemblyTitleAttribute("MW2 Ultimate Hacks")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.AssemblyInfoInputs.cache b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.AssemblyInfoInputs.cache new file mode 100644 index 0000000..e56faba --- /dev/null +++ b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +36ceec2efcef5e0900efdaec780cf0f9c55700d4 diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.assets.cache b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.assets.cache new file mode 100644 index 0000000..c2b742f Binary files /dev/null and b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.assets.cache differ diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.csproj.CoreCompileInputs.cache b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..51b0372 --- /dev/null +++ b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +021f9a859fc83e6bdc6d247c216a1e28d8d6a3fc diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.csproj.FileListAbsolute.txt b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..a2f967e --- /dev/null +++ b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.csproj.FileListAbsolute.txt @@ -0,0 +1,15 @@ +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\obj\Debug\netcoreapp3.1\MW2 Ultimate Hacks.csprojAssemblyReference.cache +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\obj\Debug\netcoreapp3.1\MW2_Ultimate_Hacks.Form1.resources +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\obj\Debug\netcoreapp3.1\MW2 Ultimate Hacks.csproj.GenerateResource.cache +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\obj\Debug\netcoreapp3.1\MW2 Ultimate Hacks.AssemblyInfoInputs.cache +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\obj\Debug\netcoreapp3.1\MW2 Ultimate Hacks.AssemblyInfo.cs +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\obj\Debug\netcoreapp3.1\MW2 Ultimate Hacks.csproj.CoreCompileInputs.cache +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\bin\Debug\netcoreapp3.1\MW2 Ultimate Hacks.exe +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\bin\Debug\netcoreapp3.1\MW2 Ultimate Hacks.deps.json +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\bin\Debug\netcoreapp3.1\MW2 Ultimate Hacks.runtimeconfig.json +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\bin\Debug\netcoreapp3.1\MW2 Ultimate Hacks.runtimeconfig.dev.json +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\bin\Debug\netcoreapp3.1\MW2 Ultimate Hacks.dll +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\bin\Debug\netcoreapp3.1\MW2 Ultimate Hacks.pdb +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\obj\Debug\netcoreapp3.1\MW2 Ultimate Hacks.dll +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\obj\Debug\netcoreapp3.1\MW2 Ultimate Hacks.pdb +C:\Users\Conor\source\repos\MW2 Ultimate Hacks\MW2 Ultimate Hacks\obj\Debug\netcoreapp3.1\MW2 Ultimate Hacks.genruntimeconfig.cache diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.csproj.GenerateResource.cache b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.csproj.GenerateResource.cache new file mode 100644 index 0000000..c6862d2 Binary files /dev/null and b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.csproj.GenerateResource.cache differ diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.csprojAssemblyReference.cache b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.csprojAssemblyReference.cache new file mode 100644 index 0000000..7ec3615 Binary files /dev/null and b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.csprojAssemblyReference.cache differ diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.designer.deps.json b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.designer.deps.json new file mode 100644 index 0000000..b306979 --- /dev/null +++ b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.designer.deps.json @@ -0,0 +1,11 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {} +} \ No newline at end of file diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.designer.runtimeconfig.json b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.designer.runtimeconfig.json new file mode 100644 index 0000000..10724c7 --- /dev/null +++ b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.designer.runtimeconfig.json @@ -0,0 +1,16 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + }, + "additionalProbingPaths": [ + "C:\\Users\\Conor\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Conor\\.nuget\\packages" + ], + "configProperties": { + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.dll b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.dll new file mode 100644 index 0000000..234d537 Binary files /dev/null and b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.dll differ diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.exe b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.exe new file mode 100644 index 0000000..e441cce Binary files /dev/null and b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.exe differ diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.genruntimeconfig.cache b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.genruntimeconfig.cache new file mode 100644 index 0000000..34bedab --- /dev/null +++ b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.genruntimeconfig.cache @@ -0,0 +1 @@ +86c8e15dd33445635927cfaf398408205fd11473 diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.pdb b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.pdb new file mode 100644 index 0000000..bf81156 Binary files /dev/null and b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2 Ultimate Hacks.pdb differ diff --git a/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2_Ultimate_Hacks.Form1.resources b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2_Ultimate_Hacks.Form1.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/MW2 Ultimate Hacks/obj/Debug/netcoreapp3.1/MW2_Ultimate_Hacks.Form1.resources differ diff --git a/MW2 Ultimate Hacks/obj/MW2 Ultimate Hacks.csproj.nuget.dgspec.json b/MW2 Ultimate Hacks/obj/MW2 Ultimate Hacks.csproj.nuget.dgspec.json new file mode 100644 index 0000000..aca8201 --- /dev/null +++ b/MW2 Ultimate Hacks/obj/MW2 Ultimate Hacks.csproj.nuget.dgspec.json @@ -0,0 +1,63 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Conor\\source\\repos\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks.csproj": {} + }, + "projects": { + "C:\\Users\\Conor\\source\\repos\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Conor\\source\\repos\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks.csproj", + "projectName": "MW2 Ultimate Hacks", + "projectPath": "C:\\Users\\Conor\\source\\repos\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks.csproj", + "packagesPath": "C:\\Users\\Conor\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Conor\\source\\repos\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Conor\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.301\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/MW2 Ultimate Hacks/obj/MW2 Ultimate Hacks.csproj.nuget.g.props b/MW2 Ultimate Hacks/obj/MW2 Ultimate Hacks.csproj.nuget.g.props new file mode 100644 index 0000000..b4ef248 --- /dev/null +++ b/MW2 Ultimate Hacks/obj/MW2 Ultimate Hacks.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Conor\.nuget\packages\ + PackageReference + 5.6.0 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/MW2 Ultimate Hacks/obj/MW2 Ultimate Hacks.csproj.nuget.g.targets b/MW2 Ultimate Hacks/obj/MW2 Ultimate Hacks.csproj.nuget.g.targets new file mode 100644 index 0000000..53cfaa1 --- /dev/null +++ b/MW2 Ultimate Hacks/obj/MW2 Ultimate Hacks.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/MW2 Ultimate Hacks/obj/project.assets.json b/MW2 Ultimate Hacks/obj/project.assets.json new file mode 100644 index 0000000..09131f3 --- /dev/null +++ b/MW2 Ultimate Hacks/obj/project.assets.json @@ -0,0 +1,68 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v3.1": [] + }, + "packageFolders": { + "C:\\Users\\Conor\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Conor\\source\\repos\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks.csproj", + "projectName": "MW2 Ultimate Hacks", + "projectPath": "C:\\Users\\Conor\\source\\repos\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks.csproj", + "packagesPath": "C:\\Users\\Conor\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Conor\\source\\repos\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Conor\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.301\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/MW2 Ultimate Hacks/obj/project.nuget.cache b/MW2 Ultimate Hacks/obj/project.nuget.cache new file mode 100644 index 0000000..8447808 --- /dev/null +++ b/MW2 Ultimate Hacks/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "96HAVoJvvP7QJlQU6LrThDaqG8NtykB4SHBgCrwEcq5BP1a7EvABcWC+MRPR3Et6BkV1Orm5Lkso/sQDIslPrw==", + "success": true, + "projectFilePath": "C:\\Users\\Conor\\source\\repos\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks\\MW2 Ultimate Hacks.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29