Fix your PC from shutting off (lmao wp)
This commit is contained in:
parent
e0968bb95c
commit
c992ca4714
|
@ -2,7 +2,7 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net4.7.2</TargetFramework>
|
||||
<Version>1.0.1</Version>
|
||||
<Version>1.0.2</Version>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="PresentationFramework" />
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Reflection;
|
|||
namespace DeezShade {
|
||||
public class Program {
|
||||
public static void Main(string[] args) {
|
||||
Console.WriteLine("DeezShade v1.0.0, by NotNet and friends");
|
||||
Console.WriteLine("DeezShade v1.0.2, by NotNet and friends");
|
||||
Console.WriteLine("Built for GShade v4.1.1.");
|
||||
|
||||
Console.Write("Enter the path to your game install: ");
|
||||
|
@ -55,6 +55,7 @@ namespace DeezShade {
|
|||
// get presets & shaders
|
||||
type.GetField("_gsTempPath").SetValue(null, tempPath);
|
||||
type.GetField("_exeParentPath").SetValue(null, gameInstall);
|
||||
type.GetField("_instReady").SetValue(null, true); // wp
|
||||
|
||||
type.GetMethod("CopyZipDeployProcess").Invoke(null, null);
|
||||
type.GetMethod("PresetDownloadProcess").Invoke(null, null);
|
||||
|
|
Loading…
Reference in New Issue