mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-05 00:25:36 +08:00
43 lines
1.2 KiB
Python
43 lines
1.2 KiB
Python
'''
|
|
Created using https://github.com/a2x/cs2-dumper
|
|
Thu, 14 Dec 2023 11:58:28 +0000
|
|
'''
|
|
|
|
class client_dll: # client.dll
|
|
dwEntityList = 0x17C18E0
|
|
dwForceAttack = 0x16C2190
|
|
dwForceAttack2 = 0x16C2340
|
|
dwForceBackward = 0x16C2100
|
|
dwForceCrouch = 0x16C23D0
|
|
dwForceForward = 0x16C2070
|
|
dwForceJump = 0x16C2340
|
|
dwForceLeft = 0x16C2190
|
|
dwForceRight = 0x16C2220
|
|
dwGameEntitySystem = 0x18ED1C0
|
|
dwGameEntitySystem_getHighestEntityIndex = 0x1510
|
|
dwGameRules = 0x181DFF8
|
|
dwGlobalVars = 0x16BDE28
|
|
dwGlowManager = 0x181D768
|
|
dwInterfaceLinkList = 0x191AE58
|
|
dwLocalPlayerController = 0x1810EE0
|
|
dwLocalPlayerPawn = 0x16C8ED8
|
|
dwPlantedC4 = 0x1824B98
|
|
dwPrediction = 0x16C8DA0
|
|
dwSensitivity = 0x181ECF8
|
|
dwSensitivity_sensitivity = 0x40
|
|
dwViewAngles = 0x1880D60
|
|
dwViewMatrix = 0x1820100
|
|
dwViewRender = 0x1820948
|
|
|
|
class engine2_dll: # engine2.dll
|
|
dwBuildNumber = 0x4E03D4
|
|
dwNetworkGameClient = 0x4DF988
|
|
dwNetworkGameClient_getLocalPlayer = 0xF0
|
|
dwNetworkGameClient_maxClients = 0x250
|
|
dwNetworkGameClient_signOnState = 0x240
|
|
dwWindowHeight = 0x596E1C
|
|
dwWindowWidth = 0x596E18
|
|
|
|
class inputsystem_dll: # inputsystem.dll
|
|
dwInputSystem = 0x35760
|