mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
Game update (14012)
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-31 11:14:33.690971400 UTC
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x1A102E0;
|
||||
public const nint dwEntityList = 0x19A63A0;
|
||||
public const nint dwGameEntitySystem = 0x1AC52A8;
|
||||
public const nint dwCSGOInput = 0x19C62F0;
|
||||
public const nint dwEntityList = 0x195C460;
|
||||
public const nint dwGameEntitySystem = 0x1A7B2C8;
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
public const nint dwGameRules = 0x1A03F58;
|
||||
public const nint dwGlobalVars = 0x1804C58;
|
||||
public const nint dwGlowManager = 0x1A03670;
|
||||
public const nint dwLocalPlayerController = 0x19F6488;
|
||||
public const nint dwLocalPlayerPawn = 0x1810FA8;
|
||||
public const nint dwPlantedC4 = 0x1A0D658;
|
||||
public const nint dwPrediction = 0x1810E60;
|
||||
public const nint dwSensitivity = 0x1A04C18;
|
||||
public const nint dwGameRules = 0x19B9FB8;
|
||||
public const nint dwGlobalVars = 0x17BD158;
|
||||
public const nint dwGlowManager = 0x19B96D0;
|
||||
public const nint dwLocalPlayerController = 0x19AC728;
|
||||
public const nint dwLocalPlayerPawn = 0x17C9468;
|
||||
public const nint dwPlantedC4 = 0x19C3668;
|
||||
public const nint dwPrediction = 0x17C9320;
|
||||
public const nint dwSensitivity = 0x19BAC78;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x1A156F8;
|
||||
public const nint dwViewMatrix = 0x1A085A0;
|
||||
public const nint dwViewRender = 0x1A08EB8;
|
||||
public const nint dwWeaponC4 = 0x19AA3B0;
|
||||
public const nint dwViewAngles = 0x19CB708;
|
||||
public const nint dwViewMatrix = 0x19BE600;
|
||||
public const nint dwViewRender = 0x19BEF18;
|
||||
public const nint dwWeaponC4 = 0x1960470;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint dwBuildNumber = 0x5207D4;
|
||||
public const nint dwEngineViewData = 0x5DCB7C;
|
||||
public const nint dwBuildNumber = 0x5207E4;
|
||||
public const nint dwEngineViewData = 0x5DCBAC;
|
||||
public const nint dwNetworkGameClient = 0x51FB70;
|
||||
public const nint dwNetworkGameClient_clientTickCount = 0x178;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x278;
|
||||
@@ -34,17 +34,17 @@ namespace CS2Dumper.Offsets {
|
||||
public const nint dwNetworkGameClient_maxClients = 0x270;
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x174;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x260;
|
||||
public const nint dwSoundService = 0x5DCAE0;
|
||||
public const nint dwWindowHeight = 0x5E045C;
|
||||
public const nint dwWindowWidth = 0x5E0458;
|
||||
public const nint dwSoundService = 0x5DCB10;
|
||||
public const nint dwWindowHeight = 0x5E0494;
|
||||
public const nint dwWindowWidth = 0x5E0490;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
public const nint dwInputSystem = 0x387D0;
|
||||
public const nint dwInputSystem = 0x387F0;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
public static class MatchmakingDll {
|
||||
public const nint dwGameTypes = 0x1D2290;
|
||||
public const nint dwGameTypes_mapName = 0x1D23B0;
|
||||
public const nint dwGameTypes = 0x1A41C0;
|
||||
public const nint dwGameTypes_mapName = 0x1A42E0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user