mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-02 15:25:35 +08:00
44 lines
1.9 KiB
C#
44 lines
1.9 KiB
C#
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2025-01-29 12:23:34.043004291 UTC
|
|
|
|
namespace CS2Dumper.Offsets {
|
|
// Module: libclient.so
|
|
public static class LibclientSo {
|
|
public const nint dwCSGOInput = 0x39AAA40;
|
|
public const nint dwEntityList = 0x37EC100;
|
|
public const nint dwGameEntitySystem = 0x3B04278;
|
|
public const nint dwGameEntitySystem_highestEntityIndex = 0x2110;
|
|
public const nint dwGlowManager = 0x399A4F0;
|
|
public const nint dwLocalPlayerController = 0x39805D8;
|
|
public const nint dwLocalPlayerPawn = 0x39A03A8;
|
|
public const nint dwPlantedC4 = 0x39A6618;
|
|
public const nint dwPrediction = 0x39A0260;
|
|
public const nint dwSensitivity = 0x399E828;
|
|
public const nint dwSensitivity_sensitivity = 0x40;
|
|
public const nint dwViewAngles = 0x39AFE68;
|
|
public const nint dwViewRender = 0x39A0E10;
|
|
}
|
|
// 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_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 = 0x3350C0;
|
|
public const nint dwGameTypes_mapName = 0x3351E0;
|
|
}
|
|
}
|