mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Add python file builder
This commit is contained in:
34
generated/offsets.py
Normal file
34
generated/offsets.py
Normal file
@@ -0,0 +1,34 @@
|
||||
'''
|
||||
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
|
||||
Reference in New Issue
Block a user