mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
📦 Game Update 13964
This commit is contained in:
16
config.json
16
config.json
@@ -35,36 +35,28 @@
|
||||
{
|
||||
"name": "dwForceAttack",
|
||||
"module": "client.dll",
|
||||
"pattern": "48 8D 0D ? ? ? ? E9 C4 4B B4 FF",
|
||||
"pattern": "48 8D 0D ? ? ? ? E9 94 4B B4 FF",
|
||||
"operations": [
|
||||
{
|
||||
"type": "ripRelative"
|
||||
},
|
||||
{
|
||||
"type": "subtract",
|
||||
"value": 8
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 48
|
||||
"value": 40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwForceAttack2",
|
||||
"module": "client.dll",
|
||||
"pattern": "48 8D 0D ? ? ? ? E9 D4 4B B4 FF",
|
||||
"pattern": "48 8D 0D ? ? ? ? E9 A4 4B B4 FF",
|
||||
"operations": [
|
||||
{
|
||||
"type": "ripRelative"
|
||||
},
|
||||
{
|
||||
"type": "subtract",
|
||||
"value": 8
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 48
|
||||
"value": 40
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user