mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13995
This commit is contained in:
28
config.json
28
config.json
@@ -3,7 +3,7 @@
|
||||
{
|
||||
"name": "dwBuildNumber",
|
||||
"module": "engine2.dll",
|
||||
"pattern": "8B 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC CC 48 8B 0D ? ? ? ? 48 8D 05",
|
||||
"pattern": "89 05 ? ? ? ? 48 8D 0D ? ? ? ? FF 15 ? ? ? ? E9",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip",
|
||||
@@ -12,6 +12,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_deltaTick",
|
||||
"module": "engine2.dll",
|
||||
"pattern": "89 83 ? ? ? ? 40 B7",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwEntityList",
|
||||
"module": "client.dll",
|
||||
@@ -279,18 +291,6 @@
|
||||
"value": 230
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_deltaTick",
|
||||
"module": "engine2.dll",
|
||||
"pattern": "89 83 ? ? ? ? 40 b7",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_maxClients",
|
||||
@@ -361,7 +361,7 @@
|
||||
{
|
||||
"name": "dwViewAngles",
|
||||
"module": "client.dll",
|
||||
"pattern": "48 8B 0D ? ? ? ? E9 ? ? ? ? CC CC CC CC 48 C7 02",
|
||||
"pattern": "4C 8B 0D ? ? ? ? 48 8D 04 5B",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
|
||||
Reference in New Issue
Block a user