mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
Add generated files
This commit is contained in:
22
generated_linux/offsets.py
Normal file
22
generated_linux/offsets.py
Normal file
@@ -0,0 +1,22 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Thu, 7 Mar 2024 10:34:48 +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 = 0x3736A38
|
||||
dwViewMatrix = 0x3737660
|
||||
|
||||
class libengine2_so: # libengine2.so
|
||||
dwBuildNumber = 0x6D35F4
|
||||
dwNetworkGameClient_deltaTick = 0x278
|
||||
Reference in New Issue
Block a user