From 8b3437bc0ff94670d1e8936d7d403d0d3fd45bba Mon Sep 17 00:00:00 2001 From: Alexander Wolf Date: Tue, 14 Jan 2025 14:24:11 +1000 Subject: [PATCH] Better set_rendering_enabled patch (jne -> jmp) --- Dota2Patcher.cpp | 4 ++-- MD5 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dota2Patcher.cpp b/Dota2Patcher.cpp index 955ef93..30e9b0b 100644 --- a/Dota2Patcher.cpp +++ b/Dota2Patcher.cpp @@ -131,8 +131,8 @@ int main() { "set_rendering_enabled", "particles.dll", Patches::Patterns::set_rendering_enabled, - "85", - 1 + "E9 AE 03 00 00 90", //"85", + //1 }); } diff --git a/MD5 b/MD5 index 5405c07..270c4c7 100644 --- a/MD5 +++ b/MD5 @@ -1 +1 @@ -abcfb54192b97c3c0b424a569b71df7e \ No newline at end of file +bc9aee332d3280c72b394f071158dff4 \ No newline at end of file