mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-05 00:25:36 +08:00
23 lines
665 B
Python
23 lines
665 B
Python
'''
|
|
Generated using https://github.com/a2x/cs2-dumper
|
|
Thu, 7 Mar 2024 22:17:31 +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
|
|
dwLocalPlayerController = 0x3716778
|
|
dwLocalPlayerPawn = 0x3736B38
|
|
dwViewMatrix = 0x3737660
|
|
|
|
class libengine2_so: # libengine2.so
|
|
dwBuildNumber = 0x6D35F4
|
|
dwNetworkGameClient_deltaTick = 0x278
|