Added new patterns

This commit is contained in:
a2x
2023-09-29 16:55:15 +10:00
parent 2bc3e32c2d
commit b61d63b6ef
7 changed files with 78 additions and 8 deletions

View File

@@ -20,6 +20,16 @@
}
]
},
{
"name": "interfaceLinkList",
"module": "client.dll",
"pattern": "4C 8B 0D ? ? ? ? 4C 8B D2 4C 8B D9",
"operations": [
{
"type": "ripRelative"
}
]
},
{
"name": "localPlayerController",
"module": "client.dll",
@@ -44,6 +54,27 @@
}
]
},
{
"name": "networkGameClient",
"module": "engine2.dll",
"pattern": "48 89 3D ? ? ? ? 48 8D 15",
"operations": [
{
"type": "ripRelative"
}
]
},
{
"name": "networkGameClient_signOnState",
"module": "engine2.dll",
"pattern": "41 8B 94 24 ? ? ? ? 4C 8D 35",
"operations": [
{
"type": "offset",
"position": 4
}
]
},
{
"name": "viewAngles",
"module": "client.dll",