mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-08 20:15:36 +08:00
45 lines
1.9 KiB
C#
45 lines
1.9 KiB
C#
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2024-04-16 02:45:41.243985329 UTC
|
|
|
|
namespace CS2Dumper.Offsets {
|
|
// Module: libclient.so
|
|
public static class LibclientSo {
|
|
public const nint dwCSGOInput = 0x37436E0;
|
|
public const nint dwEntityList = 0x35AA8C8;
|
|
public const nint dwGameEntitySystem = 0x3860A00;
|
|
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540;
|
|
public const nint dwGameRules = 0x3736448;
|
|
public const nint dwGlobalVars = 0x356B9D0;
|
|
public const nint dwGlowManager = 0x373ADB0;
|
|
public const nint dwLocalPlayerController = 0x371B978;
|
|
public const nint dwLocalPlayerPawn = 0x373BD98;
|
|
public const nint dwPlantedC4 = 0x3750598;
|
|
public const nint dwPrediction = 0x373BC60;
|
|
public const nint dwSensitivity = 0x373A2C8;
|
|
public const nint dwSensitivity_sensitivity = 0x40;
|
|
public const nint dwViewAngles = 0x3748A80;
|
|
public const nint dwViewMatrix = 0x373C8C0;
|
|
public const nint dwViewRender = 0x373CA70;
|
|
}
|
|
// Module: libengine2.so
|
|
public static class Libengine2So {
|
|
public const nint dwBuildNumber = 0x6D35F4;
|
|
public const nint dwNetworkGameClient = 0x6D3F88;
|
|
public const nint dwNetworkGameClient_deltaTick = 0x278;
|
|
public const nint dwNetworkGameClient_getLocalPlayer = 0x13C0;
|
|
public const nint dwNetworkGameClient_getMaxClients = 0x250;
|
|
public const nint dwNetworkGameClient_signOnState = 0x260;
|
|
public const nint dwWindowHeight = 0x6DCDC4;
|
|
public const nint dwWindowWidth = 0x6DCDC0;
|
|
}
|
|
// Module: libinputsystem.so
|
|
public static class LibinputsystemSo {
|
|
public const nint dwInputSystem = 0x40160;
|
|
}
|
|
// Module: libmatchmaking.so
|
|
public static class LibmatchmakingSo {
|
|
public const nint dwGameTypes = 0x37C9A0;
|
|
public const nint dwGameTypes_mapName = 0x37CAC0;
|
|
}
|
|
}
|