mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-09 08:55:35 +08:00
35 lines
949 B
Python
35 lines
949 B
Python
'''
|
|
https://github.com/a2x/cs2-dumper
|
|
2023-10-17 02:04:52.171902400 UTC
|
|
'''
|
|
|
|
class ClientDll:
|
|
dwEntityList = 0x178FC88
|
|
dwForceAttack = 0x1696DF0
|
|
dwForceAttack2 = 0x1696E80
|
|
dwForceBackward = 0x16970C0
|
|
dwForceCrouch = 0x1697390
|
|
dwForceForward = 0x1697030
|
|
dwForceJump = 0x1697300
|
|
dwForceLeft = 0x1697150
|
|
dwForceRight = 0x16971E0
|
|
dwGameRules = 0x17EB818
|
|
dwGlobalVars = 0x1692EE8
|
|
dwGlowManager = 0x17EAF98
|
|
dwInterfaceLinkList = 0x1976138
|
|
dwLocalPlayerController = 0x17DE508
|
|
dwLocalPlayerPawn = 0x187CFC8
|
|
dwPlantedC4 = 0x18838C0
|
|
dwViewAngles = 0x18DCAF0
|
|
dwViewMatrix = 0x187DAB0
|
|
dwViewRender = 0x187E4A8
|
|
|
|
class Engine2Dll:
|
|
dwBuildNumber = 0x487514
|
|
dwNetworkGameClient = 0x486AB0
|
|
dwNetworkGameClient_getLocalPlayer = 0xF0
|
|
dwNetworkGameClient_maxClients = 0x250
|
|
dwNetworkGameClient_signOnState = 0x240
|
|
dwWindowHeight = 0x538674
|
|
dwWindowWidth = 0x538670
|