mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
Game update (14014)
This commit is contained in:
@@ -1,42 +1,42 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-11 03:50:46.229934900 UTC
|
||||
// 2024-06-12 06:08:34.023761 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x19C8310;
|
||||
public const nint dwEntityList = 0x195E480;
|
||||
public const nint dwGameEntitySystem = 0x1A7D308;
|
||||
public const nint dwCSGOInput = 0x1A1E190;
|
||||
public const nint dwEntityList = 0x19B4998;
|
||||
public const nint dwGameEntitySystem = 0x1AD38B8;
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
public const nint dwGameRules = 0x19BBFD8;
|
||||
public const nint dwGlobalVars = 0x17BF0F8;
|
||||
public const nint dwGlowManager = 0x19BB6F0;
|
||||
public const nint dwLocalPlayerController = 0x19AE748;
|
||||
public const nint dwLocalPlayerPawn = 0x17CB468;
|
||||
public const nint dwPlantedC4 = 0x19C5688;
|
||||
public const nint dwPrediction = 0x17CB320;
|
||||
public const nint dwSensitivity = 0x19BCC98;
|
||||
public const nint dwGameRules = 0x1A123F8;
|
||||
public const nint dwGlobalVars = 0x180E4E0;
|
||||
public const nint dwGlowManager = 0x1A11B10;
|
||||
public const nint dwLocalPlayerController = 0x1A04748;
|
||||
public const nint dwLocalPlayerPawn = 0x181A998;
|
||||
public const nint dwPlantedC4 = 0x1A1B508;
|
||||
public const nint dwPrediction = 0x181A850;
|
||||
public const nint dwSensitivity = 0x1A13238;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x19CD728;
|
||||
public const nint dwViewMatrix = 0x19C0620;
|
||||
public const nint dwViewRender = 0x19C0F38;
|
||||
public const nint dwWeaponC4 = 0x1962490;
|
||||
public const nint dwViewAngles = 0x1A235A8;
|
||||
public const nint dwViewMatrix = 0x1A16A50;
|
||||
public const nint dwViewRender = 0x1A17368;
|
||||
public const nint dwWeaponC4 = 0x19B86D0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint dwBuildNumber = 0x5207E4;
|
||||
public const nint dwEngineViewData = 0x5DCBAC;
|
||||
public const nint dwNetworkGameClient = 0x51FB70;
|
||||
public const nint dwBuildNumber = 0x52F834;
|
||||
public const nint dwEngineViewData = 0x5ECBFC;
|
||||
public const nint dwNetworkGameClient = 0x52EBA0;
|
||||
public const nint dwNetworkGameClient_clientTickCount = 0x178;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x278;
|
||||
public const nint dwNetworkGameClient_isBackgroundMap = 0x28145F;
|
||||
public const nint dwNetworkGameClient_isBackgroundMap = 0x281477;
|
||||
public const nint dwNetworkGameClient_localPlayer = 0xF0;
|
||||
public const nint dwNetworkGameClient_maxClients = 0x270;
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x174;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x260;
|
||||
public const nint dwSoundService = 0x5DCB10;
|
||||
public const nint dwWindowHeight = 0x5E048C;
|
||||
public const nint dwWindowWidth = 0x5E0488;
|
||||
public const nint dwSoundService = 0x5ECB60;
|
||||
public const nint dwWindowHeight = 0x5F040C;
|
||||
public const nint dwWindowWidth = 0x5F0408;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
|
Reference in New Issue
Block a user