diff --git a/config.json b/config.json index f7bc66fc..0a613f39 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