mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13992 (2)
This commit is contained in:
@@ -1,33 +1,33 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 13 Feb 2024 04:04:49 +0000
|
||||
Thu, 15 Feb 2024 02:02:58 +0000
|
||||
'''
|
||||
|
||||
class client_dll: # client.dll
|
||||
dwEntityList = 0x18B1FE8
|
||||
dwForceAttack = 0x1720160
|
||||
dwForceAttack2 = 0x17201F0
|
||||
dwForceBackward = 0x1720430
|
||||
dwForceCrouch = 0x1720700
|
||||
dwForceForward = 0x17203A0
|
||||
dwForceJump = 0x1720670
|
||||
dwForceLeft = 0x17204C0
|
||||
dwForceRight = 0x1720550
|
||||
dwGameEntitySystem = 0x19CD800
|
||||
dwEntityList = 0x18B3018
|
||||
dwForceAttack = 0x1721140
|
||||
dwForceAttack2 = 0x17211D0
|
||||
dwForceBackward = 0x1721410
|
||||
dwForceCrouch = 0x17216E0
|
||||
dwForceForward = 0x1721380
|
||||
dwForceJump = 0x1721650
|
||||
dwForceLeft = 0x17214A0
|
||||
dwForceRight = 0x1721530
|
||||
dwGameEntitySystem = 0x19CE850
|
||||
dwGameEntitySystem_getHighestEntityIndex = 0x1510
|
||||
dwGameRules = 0x190EFC0
|
||||
dwGlobalVars = 0x171AE40
|
||||
dwGlowManager = 0x190F3D8
|
||||
dwInterfaceLinkList = 0x19FE828
|
||||
dwLocalPlayerController = 0x1901948
|
||||
dwLocalPlayerPawn = 0x17272E8
|
||||
dwPlantedC4 = 0x19171E8
|
||||
dwPrediction = 0x17271B0
|
||||
dwSensitivity = 0x190FCF8
|
||||
dwGameRules = 0x1910010
|
||||
dwGlobalVars = 0x171BE20
|
||||
dwGlowManager = 0x1910428
|
||||
dwInterfaceLinkList = 0x19FF8A8
|
||||
dwLocalPlayerController = 0x1902988
|
||||
dwLocalPlayerPawn = 0x17282B8
|
||||
dwPlantedC4 = 0x1918238
|
||||
dwPrediction = 0x1728180
|
||||
dwSensitivity = 0x1910D48
|
||||
dwSensitivity_sensitivity = 0x40
|
||||
dwViewAngles = 0x191F100
|
||||
dwViewMatrix = 0x19112D0
|
||||
dwViewRender = 0x1911B50
|
||||
dwViewAngles = 0x1920150
|
||||
dwViewMatrix = 0x1912320
|
||||
dwViewRender = 0x1912BA0
|
||||
|
||||
class engine2_dll: # engine2.dll
|
||||
dwBuildNumber = 0x512554
|
||||
|
||||
Reference in New Issue
Block a user