mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
Game update (14014)
This commit is contained in:
@@ -1,44 +1,47 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-04-29 23:05:53.220233445 UTC
|
||||
// 2024-06-13 12:45:29.262540675 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: libclient.so
|
||||
public static class LibclientSo {
|
||||
public const nint dwCSGOInput = 0x3743780;
|
||||
public const nint dwEntityList = 0x35AA688;
|
||||
public const nint dwGameEntitySystem = 0x3860740;
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540;
|
||||
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 dwCSGOInput = 0x38F7600;
|
||||
public const nint dwEntityList = 0x375A108;
|
||||
public const nint dwGameEntitySystem = 0x3A226A0;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x1540;
|
||||
public const nint dwGameRules = 0x38EA780;
|
||||
public const nint dwGlobalVars = 0x37190B0;
|
||||
public const nint dwGlowManager = 0x38EA690;
|
||||
public const nint dwLocalPlayerController = 0x38CF7B8;
|
||||
public const nint dwLocalPlayerPawn = 0x38F0448;
|
||||
public const nint dwPlantedC4 = 0x3904698;
|
||||
public const nint dwPrediction = 0x38F0300;
|
||||
public const nint dwSensitivity = 0x38EE7C8;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x3748B20;
|
||||
public const nint dwViewMatrix = 0x373C9C0;
|
||||
public const nint dwViewRender = 0x373CB70;
|
||||
public const nint dwViewAngles = 0x38FCA28;
|
||||
public const nint dwViewMatrix = 0x38F0CA0;
|
||||
public const nint dwViewRender = 0x38F0E50;
|
||||
}
|
||||
// Module: libengine2.so
|
||||
public static class Libengine2So {
|
||||
public const nint dwBuildNumber = 0x6D6634;
|
||||
public const nint dwNetworkGameClient = 0x6D6FC8;
|
||||
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 = 0x6DFE24;
|
||||
public const nint dwWindowWidth = 0x6DFE20;
|
||||
public const nint dwBuildNumber = 0x793914;
|
||||
public const nint dwNetworkGameClient = 0x7942E8;
|
||||
public const nint dwNetworkGameClient_clientTickCount = 0x188;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x298;
|
||||
public const nint dwNetworkGameClient_isBackgroundMap = 0x2814A7;
|
||||
public const nint dwNetworkGameClient_localPlayer = 0x108;
|
||||
public const nint dwNetworkGameClient_maxClients = 0x290;
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x184;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x280;
|
||||
public const nint dwWindowHeight = 0x79D4C4;
|
||||
public const nint dwWindowWidth = 0x79D4C0;
|
||||
}
|
||||
// Module: libinputsystem.so
|
||||
public static class LibinputsystemSo {
|
||||
public const nint dwInputSystem = 0x40160;
|
||||
public const nint dwInputSystem = 0x41160;
|
||||
}
|
||||
// Module: libmatchmaking.so
|
||||
public static class LibmatchmakingSo {
|
||||
public const nint dwGameTypes = 0x37C9A0;
|
||||
public const nint dwGameTypes_mapName = 0x37CAC0;
|
||||
public const nint dwGameTypes = 0x3360A0;
|
||||
public const nint dwGameTypes_mapName = 0x3361C0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user