mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Fix dwViewAngles pattern
This commit is contained in:
@@ -303,7 +303,7 @@
|
||||
{
|
||||
"name": "dwViewAngles",
|
||||
"module": "client.dll",
|
||||
"pattern": "48 8B 0D ? ? ? ? 48 8B 01 48 FF 60 30",
|
||||
"pattern": "48 8B 0D ? ? ? ? E9 ? ? ? ? CC CC CC CC 40 55",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
@@ -313,7 +313,7 @@
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 17688
|
||||
"value": 21288
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user