mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-05-13 19:25:35 +08:00
48 lines
2.1 KiB
C#
48 lines
2.1 KiB
C#
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2025-04-17 03:43:32.736005207 UTC
|
|
|
|
namespace CS2Dumper.Offsets {
|
|
// Module: libclient.so
|
|
public static class LibclientSo {
|
|
public const nint dwCSGOInput = 0x3991200;
|
|
public const nint dwEntityList = 0x37D4FC0;
|
|
public const nint dwGameEntitySystem = 0x3AEA778;
|
|
public const nint dwGameEntitySystem_highestEntityIndex = 0x2110;
|
|
public const nint dwGameRules = 0x370D0B8;
|
|
public const nint dwGlobalVars = 0x37D9958;
|
|
public const nint dwGlowManager = 0x3980CB0;
|
|
public const nint dwLocalPlayerController = 0x3966D98;
|
|
public const nint dwLocalPlayerPawn = 0x3986B68;
|
|
public const nint dwPlantedC4 = 0x398CDD8;
|
|
public const nint dwPrediction = 0x3986A20;
|
|
public const nint dwSensitivity = 0x3984FE8;
|
|
public const nint dwSensitivity_sensitivity = 0x40;
|
|
public const nint dwViewAngles = 0x3996628;
|
|
public const nint dwViewMatrix = 0x3111024;
|
|
public const nint dwViewRender = 0x39875D0;
|
|
}
|
|
// Module: libengine2.so
|
|
public static class Libengine2So {
|
|
public const nint dwBuildNumber = 0x7AEA34;
|
|
public const nint dwNetworkGameClient = 0x7AF3E8;
|
|
public const nint dwNetworkGameClient_clientTickCount = 0x388;
|
|
public const nint dwNetworkGameClient_deltaTick = 0xC8;
|
|
public const nint dwNetworkGameClient_isBackgroundMap = 0x281477;
|
|
public const nint dwNetworkGameClient_localPlayer = 0x108;
|
|
public const nint dwNetworkGameClient_maxClients = 0x258;
|
|
public const nint dwNetworkGameClient_serverTickCount = 0x38C;
|
|
public const nint dwNetworkGameClient_signOnState = 0x248;
|
|
public const nint dwWindowHeight = 0x7B8A04;
|
|
public const nint dwWindowWidth = 0x7B8A00;
|
|
}
|
|
// Module: libinputsystem.so
|
|
public static class LibinputsystemSo {
|
|
public const nint dwInputSystem = 0x401A0;
|
|
}
|
|
// Module: libmatchmaking.so
|
|
public static class LibmatchmakingSo {
|
|
public const nint dwGameTypes = 0x3350A0;
|
|
public const nint dwGameTypes_mapName = 0x3351C0;
|
|
}
|
|
}
|