From 4dbe372a8ecc6c62100cf48e679abc88e74a3f70 Mon Sep 17 00:00:00 2001 From: Albert24GG Date: Fri, 15 Mar 2024 18:07:34 +0200 Subject: [PATCH] Update `viewAngles` signature --- config_linux.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_linux.json b/config_linux.json index 09247c4..7e5fbf0 100644 --- a/config_linux.json +++ b/config_linux.json @@ -241,7 +241,7 @@ { "name": "dwViewAngles", "module": "libclient.so", - "pattern": "48 8d 05 ? ? ? ? 48 8b 30 8b", + "pattern": "48 8d 05 ? ? ? ? 48 8b 38 48 8b 07 ff 60 40", "operations": [ { "type": "rip" @@ -251,7 +251,7 @@ }, { "type": "add", - "value": 21392 + "value": 21408 } ] },