cs2-dumper/output/linux/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-03-29 06:57:42 +08:00
// 2024-03-29 08:41:42.046663095 UTC
2024-03-28 20:19:20 +08:00
namespace CS2Dumper.Offsets {
// Module: libclient.so
public static class Libclient {
2024-03-29 06:57:42 +08:00
public const nint dwCSGOInput = 0x3744680;
public const nint dwEntityList = 0x35AB8C8;
public const nint dwGameEntitySystem = 0x38619C0;
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540;
public const nint dwGameRules = 0x37373E8;
public const nint dwGlobalVars = 0x356C9D0;
public const nint dwGlowManager = 0x373BCF0;
public const nint dwLocalPlayerController = 0x371C918;
public const nint dwLocalPlayerPawn = 0x373CCD8;
public const nint dwPlantedC4 = 0x3751538;
public const nint dwPrediction = 0x373CBA0;
public const nint dwSensitivity = 0x373B208;
public const nint dwSensitivity_sensitivity = 0x40;
public const nint dwViewAngles = 0x3749A20;
public const nint dwViewMatrix = 0x373D800;
public const nint dwViewRender = 0x373D9B0;
2024-03-28 20:19:20 +08:00
}
// Module: libengine2.so
public static class Libengine2 {
2024-03-29 06:57:42 +08:00
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;
2024-03-28 20:19:20 +08:00
}
// Module: libinputsystem.so
public static class Libinputsystem {
2024-03-29 06:57:42 +08:00
public const nint dwInputSystem = 0x40160;
2024-03-28 20:19:20 +08:00
}
// Module: libmatchmaking.so
public static class Libmatchmaking {
2024-03-29 06:57:42 +08:00
public const nint dwGameTypes = 0x37C9A0;
public const nint dwGameTypes_mapName = 0x37CAC0;
2024-03-28 20:19:20 +08:00
}
}