mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-12 09:45:36 +08:00
38 lines
1.1 KiB
Python
38 lines
1.1 KiB
Python
'''
|
|
Created using https://github.com/a2x/cs2-dumper
|
|
2023-10-20 23:01:51.630645500 UTC
|
|
'''
|
|
|
|
class ClientDll: # client.dll
|
|
dwBaseEntityModel_setModel = 0x57DA70
|
|
dwEntityList = 0x1798738
|
|
dwForceAttack = 0x169DE50
|
|
dwForceAttack2 = 0x169DEE0
|
|
dwForceBackward = 0x169E120
|
|
dwForceCrouch = 0x169E3F0
|
|
dwForceForward = 0x169E090
|
|
dwForceJump = 0x169E360
|
|
dwForceLeft = 0x169E1B0
|
|
dwForceRight = 0x169E240
|
|
dwGameEntitySystem_getBaseEntity = 0x601070
|
|
dwGameEntitySystem_getHighestEntityIndex = 0x5F2D60
|
|
dwGameRules = 0x17F4478
|
|
dwGlobalVars = 0x1699F40
|
|
dwGlowManager = 0x17F3BF8
|
|
dwInterfaceLinkList = 0x197F2B8
|
|
dwLocalPlayerController = 0x17E7158
|
|
dwLocalPlayerPawn = 0x1885C28
|
|
dwPlantedC4 = 0x188CAD0
|
|
dwViewAngles = 0x18E5740
|
|
dwViewMatrix = 0x1886710
|
|
dwViewRender = 0x1887108
|
|
|
|
class Engine2Dll: # engine2.dll
|
|
dwBuildNumber = 0x487514
|
|
dwNetworkGameClient = 0x486AB0
|
|
dwNetworkGameClient_getLocalPlayer = 0xF0
|
|
dwNetworkGameClient_maxClients = 0x250
|
|
dwNetworkGameClient_signOnState = 0x240
|
|
dwWindowHeight = 0x53867C
|
|
dwWindowWidth = 0x538678
|