Skip to content

Commit

Permalink
updated memory.dll new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
erfg12 committed Jul 28, 2017
1 parent 1103d18 commit acd7fe2
Show file tree
Hide file tree
Showing 51 changed files with 34 additions and 10,734 deletions.
2 changes: 1 addition & 1 deletion CoD MW2 Trainer/MW2 Trainer/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private void openGame()
{
loaded = true;
ProcessID.Text = gameProcId.ToString();
MemLib.OpenGameProcess(gameProcId);
MemLib.OpenProcess(gameProcId);

int godMode = MemLib.readInt("godMode", codeFile);

Expand Down
6 changes: 4 additions & 2 deletions CoD MW2 Trainer/MW2 Trainer/MW2 Trainer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="Memory">
<HintPath>..\..\..\memory.dll\Memory\bin\Debug\Memory.dll</HintPath>
<Reference Include="Memory, Version=1.1.7.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Memory.dll.1.1.8\lib\Memory.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -87,6 +88,7 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="app.manifest" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
4 changes: 4 additions & 0 deletions CoD MW2 Trainer/MW2 Trainer/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Memory.dll" version="1.1.8" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion CoD MW3 Trainer/MW3 Trainer/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private void openGame()
{
ProcessID.Text = gameProcId.ToString();
}));
MemLib.OpenGameProcess(gameProcId);
MemLib.OpenProcess(gameProcId);
loaded = true;
}
}
Expand Down
5 changes: 3 additions & 2 deletions CoD MW3 Trainer/MW3 Trainer/MW3 Trainer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Memory">
<HintPath>..\..\..\memory.dll\Memory\bin\Debug\Memory.dll</HintPath>
<Reference Include="Memory, Version=1.1.7.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Memory.dll.1.1.8\lib\Memory.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -75,6 +75,7 @@
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.manifest" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
4 changes: 4 additions & 0 deletions CoD MW3 Trainer/MW3 Trainer/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Memory.dll" version="1.1.8" targetFramework="net45" />
</packages>
6 changes: 4 additions & 2 deletions Final Fantasy VII/Final Fantasy VII/Final Fantasy VII.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="Memory">
<HintPath>..\..\..\..\GitHub\memory.dll\Memory\bin\Debug\Memory.dll</HintPath>
<Reference Include="Memory, Version=1.1.7.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Memory.dll.1.1.8\lib\Memory.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -100,6 +101,7 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="app.manifest" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
2 changes: 1 addition & 1 deletion Final Fantasy VII/Final Fantasy VII/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private void openGame()
if (gameProcId > 0)
{
ProcessID.Text = "Process ID: " + gameProcId.ToString();
MemLib.OpenGameProcess(gameProcId);
MemLib.OpenProcess(gameProcId);
}
}

Expand Down
4 changes: 4 additions & 0 deletions Final Fantasy VII/Final Fantasy VII/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Memory.dll" version="1.1.8" targetFramework="net452" />
</packages>
2 changes: 1 addition & 1 deletion South Park - SoT/South Park - SoT/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private void openGame()
if (gameProcId > 0)
{
procID_label.Text = gameProcId.ToString();
MemLib.OpenGameProcess(gameProcId);
MemLib.OpenProcess(gameProcId);
toggleHP.Text = "ON";
}
}
Expand Down
5 changes: 3 additions & 2 deletions South Park - SoT/South Park - SoT/South Park - SoT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<ManifestCertificateThumbprint>1C6774AE5209058AC154B04DCB26CFD767E398C3</ManifestCertificateThumbprint>
</PropertyGroup>
<ItemGroup>
<Reference Include="Memory">
<HintPath>..\..\..\memory.dll\Memory\bin\Debug\Memory.dll</HintPath>
<Reference Include="Memory, Version=1.1.7.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Memory.dll.1.1.8\lib\Memory.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -89,6 +89,7 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="app.manifest" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
4 changes: 4 additions & 0 deletions South Park - SoT/South Park - SoT/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Memory.dll" version="1.1.8" targetFramework="net40-client" />
</packages>
Loading

0 comments on commit acd7fe2

Please sign in to comment.