mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
📦 Game Update 13984
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Sat, 30 Dec 2023 03:17:26 +0000
|
||||
Fri, 5 Jan 2024 01:00:02 +0000
|
||||
'''
|
||||
|
||||
class client_dll: # client.dll
|
||||
dwEntityList = 0x17C1950
|
||||
dwForceAttack = 0x16C1E70
|
||||
dwForceAttack2 = 0x16C1F00
|
||||
dwForceBackward = 0x16C2140
|
||||
dwForceCrouch = 0x16C2410
|
||||
dwForceForward = 0x16C20B0
|
||||
dwForceJump = 0x16C2380
|
||||
dwForceLeft = 0x16C21D0
|
||||
dwForceRight = 0x16C2260
|
||||
dwGameEntitySystem = 0x18ED250
|
||||
dwForceAttack = 0x16C1E90
|
||||
dwForceAttack2 = 0x16C1F20
|
||||
dwForceBackward = 0x16C2160
|
||||
dwForceCrouch = 0x16C2430
|
||||
dwForceForward = 0x16C20D0
|
||||
dwForceJump = 0x16C23A0
|
||||
dwForceLeft = 0x16C21F0
|
||||
dwForceRight = 0x16C2280
|
||||
dwGameEntitySystem = 0x18ED240
|
||||
dwGameEntitySystem_getHighestEntityIndex = 0x1510
|
||||
dwGameRules = 0x181E048
|
||||
dwGlobalVars = 0x16BDC98
|
||||
dwGlobalVars = 0x16BDCB8
|
||||
dwGlowManager = 0x181D7B0
|
||||
dwInterfaceLinkList = 0x191AEE8
|
||||
dwInterfaceLinkList = 0x191AED8
|
||||
dwLocalPlayerController = 0x1810F48
|
||||
dwLocalPlayerPawn = 0x16C8F38
|
||||
dwLocalPlayerPawn = 0x16C8F58
|
||||
dwPlantedC4 = 0x1824A88
|
||||
dwPrediction = 0x16C8E00
|
||||
dwPrediction = 0x16C8E20
|
||||
dwSensitivity = 0x181ED48
|
||||
dwSensitivity_sensitivity = 0x40
|
||||
dwViewAngles = 0x1880DC0
|
||||
@@ -30,16 +30,16 @@ class client_dll: # client.dll
|
||||
dwViewRender = 0x1820998
|
||||
|
||||
class engine2_dll: # engine2.dll
|
||||
dwBuildNumber = 0x4E03D4
|
||||
dwNetworkGameClient = 0x4DF988
|
||||
dwBuildNumber = 0x4E13D4
|
||||
dwNetworkGameClient = 0x4E0988
|
||||
dwNetworkGameClient_getLocalPlayer = 0xF0
|
||||
dwNetworkGameClient_maxClients = 0x250
|
||||
dwNetworkGameClient_signOnState = 0x240
|
||||
dwWindowHeight = 0x596E1C
|
||||
dwWindowWidth = 0x596E18
|
||||
dwWindowHeight = 0x597E0C
|
||||
dwWindowWidth = 0x597E08
|
||||
|
||||
class game_info: # Some additional information about the game at dump time
|
||||
buildNumber = 0x369F # Game build number
|
||||
buildNumber = 0x36A0 # Game build number
|
||||
|
||||
class inputsystem_dll: # inputsystem.dll
|
||||
dwInputSystem = 0x35760
|
||||
|
||||
Reference in New Issue
Block a user