Skip to content

Commit

Permalink
remove overloaddll
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed May 22, 2024
1 parent fe2d861 commit 4ad9dff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 103 deletions.
2 changes: 1 addition & 1 deletion external/injector
6 changes: 6 additions & 0 deletions source/fixes.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,12 @@ public:
pattern = hook::pattern("6A 01 8B C8 E8 ? ? ? ? EB 02 33 C0 50 E8 ? ? ? ? 83 C4 04 8B 45 0C 8B 4C 24 18");
injector::WriteMemory<uint8_t>(pattern.get_first(1), 0, true);
}

// Water Foam Height Weirdness
{
auto pattern = hook::pattern("F3 0F 58 0D ? ? ? ? 83 EC 08 F3 0F 59 05");
injector::MakeNOP(pattern.get_first(0), 8, true);
}
};
}
} Fixes;
102 changes: 0 additions & 102 deletions source/overloadfromfolderdll.ixx

This file was deleted.

0 comments on commit 4ad9dff

Please sign in to comment.