diff --git a/DeezShade/DeezShade.csproj b/DeezShade/DeezShade.csproj
index 42d9e3c..f5c7ade 100644
--- a/DeezShade/DeezShade.csproj
+++ b/DeezShade/DeezShade.csproj
@@ -2,7 +2,7 @@
Exe
net4.7.2
- 1.0.2
+ 1.0.3
diff --git a/DeezShade/Program.cs b/DeezShade/Program.cs
index 00c1115..493c4b0 100644
--- a/DeezShade/Program.cs
+++ b/DeezShade/Program.cs
@@ -62,7 +62,7 @@ namespace DeezShade {
Console.WriteLine("Patching GShade malware...");
type.GetField("_instReady").SetValue(null, true); // wp
var harmony = new Harmony("com.notnite.thanks-marot");
- var lolMethod = type.GetMethod("lol", BindingFlags.Static | BindingFlags.NonPublic);
+ var lolMethod = type.GetMethod("www", BindingFlags.Static | BindingFlags.NonPublic);
harmony.Patch(lolMethod, new HarmonyMethod(typeof(Program).GetMethod(nameof(LolDetour))));
type.GetMethod("CopyZipDeployProcess").Invoke(null, null);