mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 10:09:59 +08:00
Fix dwViewAngles pattern
This commit is contained in:
@@ -325,7 +325,7 @@
|
||||
{
|
||||
"name": "dwViewAngles",
|
||||
"module": "client.dll",
|
||||
"pattern": "48 8B 0D ? ? ? ? E9 ? ? ? ? CC CC CC CC 40 55",
|
||||
"pattern": "48 8B 0D ? ? ? ? E9 ? ? ? ? CC CC CC CC 48 C7 02",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
@@ -335,7 +335,7 @@
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 24896
|
||||
"value": 36656
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user