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, 7 Dec 2023 03:13:26 +0000
|
|
'''
|
|
|
|
class client_dll: # client.dll
|
|
dwEntityList = 0x17BB860
|
|
dwForceAttack = 0x16BBD30
|
|
dwForceAttack2 = 0x16BBDC0
|
|
dwForceBackward = 0x16BC000
|
|
dwForceCrouch = 0x16BC2D0
|
|
dwForceForward = 0x16BBF70
|
|
dwForceJump = 0x16BC240
|
|
dwForceLeft = 0x16BC090
|
|
dwForceRight = 0x16BC120
|
|
dwGameEntitySystem = 0x18E7060
|
|
dwGameEntitySystem_getHighestEntityIndex = 0x1510
|
|
dwGameRules = 0x1817658
|
|
dwGlobalVars = 0x16B7EA0
|
|
dwGlowManager = 0x1817678
|
|
dwInterfaceLinkList = 0x1914CF8
|
|
dwLocalPlayerController = 0x180ACB0
|
|
dwLocalPlayerPawn = 0x16C2DD8
|
|
dwPlantedC4 = 0x181ED38
|
|
dwPrediction = 0x16C2CA0
|
|
dwSensitivity = 0x1818D68
|
|
dwSensitivity_sensitivity = 0x40
|
|
dwViewAngles = 0x187AC50
|
|
dwViewMatrix = 0x1819FD0
|
|
dwViewRender = 0x181A850
|
|
|
|
class engine2_dll: # engine2.dll
|
|
dwBuildNumber = 0x48B344
|
|
dwNetworkGameClient = 0x48A8F8
|
|
dwNetworkGameClient_getLocalPlayer = 0xF0
|
|
dwNetworkGameClient_maxClients = 0x250
|
|
dwNetworkGameClient_signOnState = 0x240
|
|
dwWindowHeight = 0x541A6C
|
|
dwWindowWidth = 0x541A68
|
|
|
|
class inputsystem_dll: # inputsystem.dll
|
|
dwInputSystem = 0x35760
|