mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-12 16:05:36 +08:00
40 lines
1.2 KiB
Python
40 lines
1.2 KiB
Python
'''
|
|
Generated using https://github.com/a2x/cs2-dumper
|
|
Mon, 11 Mar 2024 20:06:27 +0000
|
|
'''
|
|
|
|
class game_info: # Some additional information about the game at dump time
|
|
buildNumber = 0x36AB # Game build number
|
|
|
|
class libclient_so: # libclient.so
|
|
dwEntityList = 0x35A5808
|
|
dwForceAttack = 0x372FEB0
|
|
dwForceAttack2 = 0x372FE10
|
|
dwGameEntitySystem = 0x385B700
|
|
dwGameEntitySystem_getHighestEntityIndex = 0x1540
|
|
dwGameRules = 0x3731248
|
|
dwGlobalVars = 0x35669D0
|
|
dwGlowManager = 0x3735B50
|
|
dwInterfaceLinkList = 0x37CDF30
|
|
dwLocalPlayerController = 0x3716778
|
|
dwLocalPlayerPawn = 0x3736B38
|
|
dwPlantedC4 = 0x374B398
|
|
dwPrediction = 0x3736A00
|
|
dwSensitivity_sensitivity = 0x40
|
|
dwViewAngles = 0x3743870
|
|
dwViewMatrix = 0x3737660
|
|
dwViewRender = 0x3737810
|
|
|
|
class libengine2_so: # libengine2.so
|
|
dwBuildNumber = 0x6D35F4
|
|
dwNetworkGameClient_deltaTick = 0x278
|
|
dwNetworkGameClient = 0x6D3F88
|
|
dwNetworkGameClient_maxClients = 0x250
|
|
dwNetworkGameClient_signOnState = 0x260
|
|
dwWindowHeight = 0x6DCDBC
|
|
dwWindowWidth = 0x6DCDB8
|
|
|
|
class libmatchmaking_so: # libmatchmaking.so
|
|
dwGameTypes = 0x37C9A0
|
|
dwGameTypes_mapName = 0x37CAC0
|