Skip to content

Commit

Permalink
uh oh
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimaen committed May 10, 2023
1 parent d10f9dc commit 65a265f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JustAsPlanned/MuseDash.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static bool Exploit(Process museDash)
IntPtr dlcCheckAddr = PatternScan(museDash, Patterns.SteamDlcCheck, "GameAssembly.dll");
if (dlcCheckAddr != IntPtr.Zero)
{
if (Write(museDash.Handle, , new byte[] {
if (Write(museDash.Handle, dlcCheckAddr, new byte[] {
0x48, 0xB8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xC3
}) > 0)
Expand Down

0 comments on commit 65a265f

Please sign in to comment.