mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
📦 Game Update 13966
This commit is contained in:
@@ -1,32 +1,30 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Mon, 30 Oct 2023 00:17:09 +0000
|
||||
Fri, 3 Nov 2023 01:49:49 +0000
|
||||
'''
|
||||
|
||||
class client_dll: # client.dll
|
||||
dwBaseEntityModel_setModel = 0x57EA50
|
||||
dwEntityList = 0x17995C0
|
||||
dwForceAttack = 0x169EE60
|
||||
dwForceAttack2 = 0x169EEF0
|
||||
dwForceBackward = 0x169F130
|
||||
dwForceCrouch = 0x169F400
|
||||
dwForceForward = 0x169F0A0
|
||||
dwForceJump = 0x169F370
|
||||
dwForceLeft = 0x169F1C0
|
||||
dwForceRight = 0x169F250
|
||||
dwGameEntitySystem = 0x1952588
|
||||
dwGameEntitySystem_getBaseEntity = 0x602050
|
||||
dwGameEntitySystem_getHighestEntityIndex = 0x5F3D40
|
||||
dwGameRules = 0x17F5488
|
||||
dwGlobalVars = 0x169AFE0
|
||||
dwGlowManager = 0x17F4C10
|
||||
dwInterfaceLinkList = 0x1980298
|
||||
dwLocalPlayerController = 0x17E8158
|
||||
dwLocalPlayerPawn = 0x1886C48
|
||||
dwPlantedC4 = 0x188BFE0
|
||||
dwViewAngles = 0x18E6770
|
||||
dwViewMatrix = 0x1887730
|
||||
dwViewRender = 0x1888128
|
||||
dwBaseEntityModel_setModel = 0x5812D0
|
||||
dwEntityList = 0x17AA8F8
|
||||
dwForceBackward = 0x16AF570
|
||||
dwForceCrouch = 0x16AF840
|
||||
dwForceForward = 0x16AF4E0
|
||||
dwForceJump = 0x16AF7B0
|
||||
dwForceLeft = 0x16AF600
|
||||
dwForceRight = 0x16AF690
|
||||
dwGameEntitySystem = 0x1964168
|
||||
dwGameEntitySystem_getBaseEntity = 0x6048E0
|
||||
dwGameEntitySystem_getHighestEntityIndex = 0x5F65D0
|
||||
dwGameRules = 0x1806F58
|
||||
dwGlobalVars = 0x16AB2E0
|
||||
dwGlowManager = 0x18066B8
|
||||
dwInterfaceLinkList = 0x1991E78
|
||||
dwLocalPlayerController = 0x17F9C18
|
||||
dwLocalPlayerPawn = 0x16B6318
|
||||
dwPlantedC4 = 0x189DB08
|
||||
dwViewAngles = 0x18F8090
|
||||
dwViewMatrix = 0x1899080
|
||||
dwViewRender = 0x1899A58
|
||||
|
||||
class engine2_dll: # engine2.dll
|
||||
dwBuildNumber = 0x488514
|
||||
@@ -34,8 +32,8 @@ class engine2_dll: # engine2.dll
|
||||
dwNetworkGameClient_getLocalPlayer = 0xF0
|
||||
dwNetworkGameClient_maxClients = 0x250
|
||||
dwNetworkGameClient_signOnState = 0x240
|
||||
dwWindowHeight = 0x5396DC
|
||||
dwWindowWidth = 0x5396D8
|
||||
dwWindowHeight = 0x5397DC
|
||||
dwWindowWidth = 0x5397D8
|
||||
|
||||
class inputsystem_dll: # inputsystem.dll
|
||||
dwInputSystem = 0x35770
|
||||
|
||||
Reference in New Issue
Block a user