mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13963
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
'''
|
||||
https://github.com/a2x/cs2-dumper
|
||||
2023-10-17 02:04:52.171902400 UTC
|
||||
2023-10-18 01:33:57.478467300 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
|
||||
dwEntityList = 0x1793DC8
|
||||
dwForceAttack = 0x169AE50
|
||||
dwForceAttack2 = 0x169AEE0
|
||||
dwForceBackward = 0x169B120
|
||||
dwForceCrouch = 0x169B3F0
|
||||
dwForceForward = 0x169B090
|
||||
dwForceJump = 0x169B360
|
||||
dwForceLeft = 0x169B1B0
|
||||
dwForceRight = 0x169B240
|
||||
dwGameRules = 0x17EFAD8
|
||||
dwGlobalVars = 0x1696F40
|
||||
dwGlowManager = 0x17EF258
|
||||
dwInterfaceLinkList = 0x197A678
|
||||
dwLocalPlayerController = 0x17E27C8
|
||||
dwLocalPlayerPawn = 0x1881288
|
||||
dwPlantedC4 = 0x1887FC0
|
||||
dwViewAngles = 0x18E0DA0
|
||||
dwViewMatrix = 0x1881D70
|
||||
dwViewRender = 0x1882768
|
||||
|
||||
class Engine2Dll:
|
||||
dwBuildNumber = 0x487514
|
||||
@@ -30,5 +30,5 @@ class Engine2Dll:
|
||||
dwNetworkGameClient_getLocalPlayer = 0xF0
|
||||
dwNetworkGameClient_maxClients = 0x250
|
||||
dwNetworkGameClient_signOnState = 0x240
|
||||
dwWindowHeight = 0x538674
|
||||
dwWindowWidth = 0x538670
|
||||
dwWindowHeight = 0x5386D4
|
||||
dwWindowWidth = 0x5386D0
|
||||
|
||||
Reference in New Issue
Block a user