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:
@@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Sat, 20 Jan 2024 07:10:58 +0000
|
||||
Sat, 20 Jan 2024 14:19:41 +0000
|
||||
'''
|
||||
|
||||
class client_dll: # client.dll
|
||||
@@ -25,7 +25,7 @@ class client_dll: # client.dll
|
||||
dwPrediction = 0x16C8E10
|
||||
dwSensitivity = 0x181FA98
|
||||
dwSensitivity_sensitivity = 0x40
|
||||
dwViewAngles = 0x1882140
|
||||
dwViewAngles = 0x1884F30
|
||||
dwViewMatrix = 0x1820EA0
|
||||
dwViewRender = 0x18216E8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user