mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13981 (2)
This commit is contained in:
@@ -1,33 +1,33 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Thu, 14 Dec 2023 01:10:27 +0000
|
||||
Thu, 14 Dec 2023 11:58:28 +0000
|
||||
'''
|
||||
|
||||
class client_dll: # client.dll
|
||||
dwEntityList = 0x17C18D0
|
||||
dwForceAttack = 0x16C2180
|
||||
dwForceAttack2 = 0x16C2330
|
||||
dwForceBackward = 0x16C20F0
|
||||
dwForceCrouch = 0x16C23C0
|
||||
dwForceForward = 0x16C2060
|
||||
dwForceJump = 0x16C2330
|
||||
dwForceLeft = 0x16C2180
|
||||
dwForceRight = 0x16C2210
|
||||
dwGameEntitySystem = 0x18ED1A0
|
||||
dwEntityList = 0x17C18E0
|
||||
dwForceAttack = 0x16C2190
|
||||
dwForceAttack2 = 0x16C2340
|
||||
dwForceBackward = 0x16C2100
|
||||
dwForceCrouch = 0x16C23D0
|
||||
dwForceForward = 0x16C2070
|
||||
dwForceJump = 0x16C2340
|
||||
dwForceLeft = 0x16C2190
|
||||
dwForceRight = 0x16C2220
|
||||
dwGameEntitySystem = 0x18ED1C0
|
||||
dwGameEntitySystem_getHighestEntityIndex = 0x1510
|
||||
dwGameRules = 0x181DFE8
|
||||
dwGlobalVars = 0x16BDE18
|
||||
dwGlowManager = 0x181D758
|
||||
dwInterfaceLinkList = 0x191AE38
|
||||
dwLocalPlayerController = 0x1810ED0
|
||||
dwLocalPlayerPawn = 0x16C8EC8
|
||||
dwPlantedC4 = 0x1824B88
|
||||
dwPrediction = 0x16C8D90
|
||||
dwSensitivity = 0x181ECE8
|
||||
dwGameRules = 0x181DFF8
|
||||
dwGlobalVars = 0x16BDE28
|
||||
dwGlowManager = 0x181D768
|
||||
dwInterfaceLinkList = 0x191AE58
|
||||
dwLocalPlayerController = 0x1810EE0
|
||||
dwLocalPlayerPawn = 0x16C8ED8
|
||||
dwPlantedC4 = 0x1824B98
|
||||
dwPrediction = 0x16C8DA0
|
||||
dwSensitivity = 0x181ECF8
|
||||
dwSensitivity_sensitivity = 0x40
|
||||
dwViewAngles = 0x1880D50
|
||||
dwViewMatrix = 0x18200F0
|
||||
dwViewRender = 0x1820938
|
||||
dwViewAngles = 0x1880D60
|
||||
dwViewMatrix = 0x1820100
|
||||
dwViewRender = 0x1820948
|
||||
|
||||
class engine2_dll: # engine2.dll
|
||||
dwBuildNumber = 0x4E03D4
|
||||
|
||||
Reference in New Issue
Block a user