mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 10:09:59 +08:00
📦 Game Update 13965
This commit is contained in:
14
config.json
14
config.json
@@ -35,7 +35,7 @@
|
||||
{
|
||||
"name": "dwForceAttack",
|
||||
"module": "client.dll",
|
||||
"pattern": "48 8D 0D ? ? ? ? E9 94 4B B4 FF",
|
||||
"pattern": "48 8D 0D ? ? ? ? E9 64 4B B4 FF",
|
||||
"operations": [
|
||||
{
|
||||
"type": "ripRelative"
|
||||
@@ -49,7 +49,7 @@
|
||||
{
|
||||
"name": "dwForceAttack2",
|
||||
"module": "client.dll",
|
||||
"pattern": "48 8D 0D ? ? ? ? E9 A4 4B B4 FF",
|
||||
"pattern": "48 8D 0D ? ? ? ? E9 74 4B B4 FF",
|
||||
"operations": [
|
||||
{
|
||||
"type": "ripRelative"
|
||||
@@ -144,6 +144,16 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameEntitySystem",
|
||||
"module": "client.dll",
|
||||
"pattern": "48 8B 1D ? ? ? ? 48 89 1D",
|
||||
"operations": [
|
||||
{
|
||||
"type": "ripRelative"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameEntitySystem_getBaseEntity",
|
||||
"module": "client.dll",
|
||||
|
||||
Reference in New Issue
Block a user