mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
📦 Game Update 13981
This commit is contained in:
@@ -1,42 +1,42 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Mon, 11 Dec 2023 23:16:32 +0000
|
||||
Thu, 14 Dec 2023 01:10:27 +0000
|
||||
'''
|
||||
|
||||
class client_dll: # client.dll
|
||||
dwEntityList = 0x17BB840
|
||||
dwForceAttack = 0x16BBCF0
|
||||
dwForceAttack2 = 0x16BBD80
|
||||
dwForceBackward = 0x16BBFC0
|
||||
dwForceCrouch = 0x16BC290
|
||||
dwForceForward = 0x16BBF30
|
||||
dwForceJump = 0x16BC200
|
||||
dwForceLeft = 0x16BC050
|
||||
dwForceRight = 0x16BC0E0
|
||||
dwGameEntitySystem = 0x18E7070
|
||||
dwEntityList = 0x17C18D0
|
||||
dwForceAttack = 0x16C2180
|
||||
dwForceAttack2 = 0x16C2330
|
||||
dwForceBackward = 0x16C20F0
|
||||
dwForceCrouch = 0x16C23C0
|
||||
dwForceForward = 0x16C2060
|
||||
dwForceJump = 0x16C2330
|
||||
dwForceLeft = 0x16C2180
|
||||
dwForceRight = 0x16C2210
|
||||
dwGameEntitySystem = 0x18ED1A0
|
||||
dwGameEntitySystem_getHighestEntityIndex = 0x1510
|
||||
dwGameRules = 0x1817668
|
||||
dwGlobalVars = 0x16B7E60
|
||||
dwGlowManager = 0x1817688
|
||||
dwInterfaceLinkList = 0x1914D08
|
||||
dwLocalPlayerController = 0x180ACC0
|
||||
dwLocalPlayerPawn = 0x16C2D98
|
||||
dwPlantedC4 = 0x181ED48
|
||||
dwPrediction = 0x16C2C60
|
||||
dwSensitivity = 0x1818D78
|
||||
dwGameRules = 0x181DFE8
|
||||
dwGlobalVars = 0x16BDE18
|
||||
dwGlowManager = 0x181D758
|
||||
dwInterfaceLinkList = 0x191AE38
|
||||
dwLocalPlayerController = 0x1810ED0
|
||||
dwLocalPlayerPawn = 0x16C8EC8
|
||||
dwPlantedC4 = 0x1824B88
|
||||
dwPrediction = 0x16C8D90
|
||||
dwSensitivity = 0x181ECE8
|
||||
dwSensitivity_sensitivity = 0x40
|
||||
dwViewAngles = 0x187AC60
|
||||
dwViewMatrix = 0x1819FE0
|
||||
dwViewRender = 0x181A860
|
||||
dwViewAngles = 0x1880D50
|
||||
dwViewMatrix = 0x18200F0
|
||||
dwViewRender = 0x1820938
|
||||
|
||||
class engine2_dll: # engine2.dll
|
||||
dwBuildNumber = 0x48B344
|
||||
dwNetworkGameClient = 0x48A8F8
|
||||
dwBuildNumber = 0x4E03D4
|
||||
dwNetworkGameClient = 0x4DF988
|
||||
dwNetworkGameClient_getLocalPlayer = 0xF0
|
||||
dwNetworkGameClient_maxClients = 0x250
|
||||
dwNetworkGameClient_signOnState = 0x240
|
||||
dwWindowHeight = 0x541A6C
|
||||
dwWindowWidth = 0x541A68
|
||||
dwWindowHeight = 0x596E1C
|
||||
dwWindowWidth = 0x596E18
|
||||
|
||||
class inputsystem_dll: # inputsystem.dll
|
||||
dwInputSystem = 0x35760
|
||||
|
||||
Reference in New Issue
Block a user