From 19fc46702f9e902e3b20dbd0265c9501d5f8772e Mon Sep 17 00:00:00 2001 From: mysty Date: Wed, 18 Oct 2023 11:31:32 +0100 Subject: [PATCH] Add more offsets getBaseEntity, getHighestEntityIndex, setModel --- config.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/config.json b/config.json index f7bc66f..0a613f3 100644 --- a/config.json +++ b/config.json @@ -326,6 +326,44 @@ "length": 6 } ] + }, + { + "name": "dwGameEntitySystem_getBaseEntity", + "module": "client.dll", + "pattern": "8B D3 E8 ? ? ? ? 48 8B F8 48 85 C0 74 76", + "operations": [ + { + "type": "add", + "value": 2 + }, + { + "type": "jmp" + } + ] + }, + { + "name": "dwGameEntitySystem_getHighestEntityIndex", + "module": "client.dll", + "pattern": "33 DB E8 ? ? ? ? 8B 08", + "operations": [ + { + "type": "add", + "value": 2 + }, + { + "type": "jmp" + } + ] + }, + { + "name": "dwBaseEntityModel_setModel", + "module": "client.dll", + "pattern": "E8 ? ? ? ? F3 0F 10 4C 3B ?", + "operations": [ + { + "type": "jmp" + } + ] } ] } \ No newline at end of file