mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-28 09:20:02 +08:00
53 lines
2.3 KiB
C#
53 lines
2.3 KiB
C#
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2025-10-16 04:15:22.003365600 UTC
|
|
|
|
namespace CS2Dumper.Offsets {
|
|
// Module: client.dll
|
|
public static class ClientDll {
|
|
public const nint dwCSGOInput = 0x1E28800;
|
|
public const nint dwEntityList = 0x1D00690;
|
|
public const nint dwGameEntitySystem = 0x1FA4FE0;
|
|
public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
|
public const nint dwGameRules = 0x1E1DB80;
|
|
public const nint dwGlobalVars = 0x1BD0E50;
|
|
public const nint dwGlowManager = 0x1E1AA18;
|
|
public const nint dwLocalPlayerController = 0x1E0A348;
|
|
public const nint dwLocalPlayerPawn = 0x1BDBB10;
|
|
public const nint dwPlantedC4 = 0x1E23288;
|
|
public const nint dwPrediction = 0x1BDBA40;
|
|
public const nint dwSensitivity = 0x1E1B478;
|
|
public const nint dwSensitivity_sensitivity = 0x50;
|
|
public const nint dwViewAngles = 0x1E28EB0;
|
|
public const nint dwViewMatrix = 0x1E1E920;
|
|
public const nint dwViewRender = 0x1E1F770;
|
|
public const nint dwWeaponC4 = 0x1DBB700;
|
|
}
|
|
// Module: engine2.dll
|
|
public static class Engine2Dll {
|
|
public const nint dwBuildNumber = 0x5EF3E4;
|
|
public const nint dwNetworkGameClient = 0x5EE4F0;
|
|
public const nint dwNetworkGameClient_clientTickCount = 0x358;
|
|
public const nint dwNetworkGameClient_deltaTick = 0x23C;
|
|
public const nint dwNetworkGameClient_isBackgroundMap = 0x2C142F;
|
|
public const nint dwNetworkGameClient_localPlayer = 0xE8;
|
|
public const nint dwNetworkGameClient_maxClients = 0x230;
|
|
public const nint dwNetworkGameClient_serverTickCount = 0x23C;
|
|
public const nint dwNetworkGameClient_signOnState = 0x220;
|
|
public const nint dwWindowHeight = 0x8ED624;
|
|
public const nint dwWindowWidth = 0x8ED620;
|
|
}
|
|
// Module: inputsystem.dll
|
|
public static class InputsystemDll {
|
|
public const nint dwInputSystem = 0x45A20;
|
|
}
|
|
// Module: matchmaking.dll
|
|
public static class MatchmakingDll {
|
|
public const nint dwGameTypes = 0x1B5EE0;
|
|
}
|
|
// Module: soundsystem.dll
|
|
public static class SoundsystemDll {
|
|
public const nint dwSoundSystem = 0x3EAE50;
|
|
public const nint dwSoundSystem_engineViewData = 0x7C;
|
|
}
|
|
}
|