cs2-dumper/output/offsets.cs

45 lines
1.9 KiB
C#
Raw Normal View History

2024-03-28 20:19:20 +08:00
// Generated using https://github.com/a2x/cs2-dumper
2024-04-30 07:03:45 +08:00
// 2024-04-29 23:05:53.220233445 UTC
2024-03-28 20:19:20 +08:00
namespace CS2Dumper.Offsets {
2024-04-16 10:32:14 +08:00
// Module: libclient.so
public static class LibclientSo {
2024-04-30 07:03:45 +08:00
public const nint dwCSGOInput = 0x3743780;
public const nint dwEntityList = 0x35AA688;
public const nint dwGameEntitySystem = 0x3860740;
2024-04-16 10:32:14 +08:00
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540;
2024-04-30 07:03:45 +08:00
public const nint dwGameRules = 0x3736548;
public const nint dwGlobalVars = 0x356BAD0;
public const nint dwGlowManager = 0x373AEB0;
public const nint dwLocalPlayerController = 0x371BA18;
public const nint dwLocalPlayerPawn = 0x373BE98;
public const nint dwPlantedC4 = 0x3750658;
public const nint dwPrediction = 0x373BD60;
public const nint dwSensitivity = 0x373A3C8;
public const nint dwSensitivity_sensitivity = 0x40;
2024-04-30 07:03:45 +08:00
public const nint dwViewAngles = 0x3748B20;
public const nint dwViewMatrix = 0x373C9C0;
public const nint dwViewRender = 0x373CB70;
2024-03-28 20:19:20 +08:00
}
2024-04-16 10:32:14 +08:00
// Module: libengine2.so
public static class Libengine2So {
2024-04-30 07:03:45 +08:00
public const nint dwBuildNumber = 0x6D6634;
public const nint dwNetworkGameClient = 0x6D6FC8;
2024-04-16 10:32:14 +08:00
public const nint dwNetworkGameClient_deltaTick = 0x278;
public const nint dwNetworkGameClient_getLocalPlayer = 0x13C0;
public const nint dwNetworkGameClient_getMaxClients = 0x250;
2024-04-16 10:32:14 +08:00
public const nint dwNetworkGameClient_signOnState = 0x260;
2024-04-30 07:03:45 +08:00
public const nint dwWindowHeight = 0x6DFE24;
public const nint dwWindowWidth = 0x6DFE20;
2024-03-28 20:19:20 +08:00
}
2024-04-16 10:32:14 +08:00
// Module: libinputsystem.so
public static class LibinputsystemSo {
public const nint dwInputSystem = 0x40160;
2024-03-28 20:19:20 +08:00
}
2024-04-16 10:32:14 +08:00
// Module: libmatchmaking.so
public static class LibmatchmakingSo {
public const nint dwGameTypes = 0x37C9A0;
public const nint dwGameTypes_mapName = 0x37CAC0;
2024-03-28 20:19:20 +08:00
}
}