mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13973
This commit is contained in:
@@ -1,42 +1,42 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Sat, 18 Nov 2023 01:51:41 +0000
|
||||
Tue, 21 Nov 2023 00:47:43 +0000
|
||||
'''
|
||||
|
||||
class client_dll: # client.dll
|
||||
dwEntityList = 0x17B0CF0
|
||||
dwForceAttack = 0x16B5400
|
||||
dwForceAttack2 = 0x16B5490
|
||||
dwForceBackward = 0x16B56D0
|
||||
dwForceCrouch = 0x16B59A0
|
||||
dwForceForward = 0x16B5640
|
||||
dwForceJump = 0x16B5910
|
||||
dwForceLeft = 0x16B5760
|
||||
dwForceRight = 0x16B57F0
|
||||
dwGameEntitySystem = 0x18DC3D0
|
||||
dwEntityList = 0x17B5200
|
||||
dwForceAttack = 0x16B5510
|
||||
dwForceAttack2 = 0x16B55A0
|
||||
dwForceBackward = 0x16B57E0
|
||||
dwForceCrouch = 0x16B5AB0
|
||||
dwForceForward = 0x16B5750
|
||||
dwForceJump = 0x16B5A20
|
||||
dwForceLeft = 0x16B5870
|
||||
dwForceRight = 0x16B5900
|
||||
dwGameEntitySystem = 0x18E08E0
|
||||
dwGameEntitySystem_getHighestEntityIndex = 0x1510
|
||||
dwGameRules = 0x180C9A0
|
||||
dwGlobalVars = 0x16B14E0
|
||||
dwGlowManager = 0x180C9C8
|
||||
dwInterfaceLinkList = 0x190A068
|
||||
dwLocalPlayerController = 0x1800008
|
||||
dwLocalPlayerPawn = 0x16BC4A8
|
||||
dwPlantedC4 = 0x1813F68
|
||||
dwPrediction = 0x16BC370
|
||||
dwSensitivity = 0x180DF58
|
||||
dwGameRules = 0x1810EB0
|
||||
dwGlobalVars = 0x16B1670
|
||||
dwGlowManager = 0x1810ED8
|
||||
dwInterfaceLinkList = 0x190E578
|
||||
dwLocalPlayerController = 0x1804518
|
||||
dwLocalPlayerPawn = 0x16BC5B8
|
||||
dwPlantedC4 = 0x1818478
|
||||
dwPrediction = 0x16BC480
|
||||
dwSensitivity = 0x1812468
|
||||
dwSensitivity_sensitivity = 0x40
|
||||
dwViewAngles = 0x186FFB0
|
||||
dwViewMatrix = 0x180F330
|
||||
dwViewRender = 0x180FBB0
|
||||
dwViewAngles = 0x18744C0
|
||||
dwViewMatrix = 0x1813840
|
||||
dwViewRender = 0x18140C0
|
||||
|
||||
class engine2_dll: # engine2.dll
|
||||
dwBuildNumber = 0x48A514
|
||||
dwNetworkGameClient = 0x489AC0
|
||||
dwBuildNumber = 0x48B514
|
||||
dwNetworkGameClient = 0x48AAC0
|
||||
dwNetworkGameClient_getLocalPlayer = 0xF0
|
||||
dwNetworkGameClient_maxClients = 0x250
|
||||
dwNetworkGameClient_signOnState = 0x240
|
||||
dwWindowHeight = 0x540CE4
|
||||
dwWindowWidth = 0x540CE0
|
||||
dwWindowHeight = 0x541D8C
|
||||
dwWindowWidth = 0x541D88
|
||||
|
||||
class inputsystem_dll: # inputsystem.dll
|
||||
dwInputSystem = 0x35760
|
||||
|
||||
Reference in New Issue
Block a user