Add more offsets

getBaseEntity, getHighestEntityIndex, setModel
This commit is contained in:
mysty 2023-10-18 11:31:32 +01:00
parent 82ff77772c
commit 19fc46702f

View File

@ -326,6 +326,44 @@
"length": 6 "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"
}
]
} }
] ]
} }