cs2-dumper/output/offsets.hpp

54 lines
2.4 KiB
C++
Raw Normal View History

2024-03-28 20:19:20 +08:00
// Generated using https://github.com/a2x/cs2-dumper
2024-05-10 07:31:00 +08:00
// 2024-05-09 23:28:33.765194600 UTC
2024-03-28 20:19:20 +08:00
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace offsets {
// Module: client.dll
namespace client_dll {
2024-05-10 07:31:00 +08:00
constexpr std::ptrdiff_t dwCSGOInput = 0x1930C50;
constexpr std::ptrdiff_t dwEntityList = 0x18C7F98;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E5700;
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
2024-05-10 07:31:00 +08:00
constexpr std::ptrdiff_t dwGameRules = 0x1924EF0;
2024-05-08 11:46:35 +08:00
constexpr std::ptrdiff_t dwGlobalVars = 0x172EEE0;
2024-05-10 07:31:00 +08:00
constexpr std::ptrdiff_t dwGlowManager = 0x1925310;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19176A8;
2024-05-08 11:46:35 +08:00
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x173B568;
2024-05-10 07:31:00 +08:00
constexpr std::ptrdiff_t dwPlantedC4 = 0x192E0E8;
2024-05-08 11:46:35 +08:00
constexpr std::ptrdiff_t dwPrediction = 0x173B430;
2024-05-10 07:31:00 +08:00
constexpr std::ptrdiff_t dwSensitivity = 0x1925C38;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
2024-05-10 07:31:00 +08:00
constexpr std::ptrdiff_t dwViewAngles = 0x1935FE0;
constexpr std::ptrdiff_t dwViewMatrix = 0x1929430;
constexpr std::ptrdiff_t dwViewRender = 0x1929C30;
constexpr std::ptrdiff_t dwWeaponC4 = 0x18CB3F0;
2024-03-28 20:19:20 +08:00
}
// Module: engine2.dll
namespace engine2_dll {
2024-05-08 11:46:35 +08:00
constexpr std::ptrdiff_t dwBuildNumber = 0x516734;
constexpr std::ptrdiff_t dwEngineViewData = 0x5CB8CC;
constexpr std::ptrdiff_t dwNetworkGameClient = 0x515AD8;
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x258;
constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0xF0;
constexpr std::ptrdiff_t dwNetworkGameClient_getMaxClients = 0x250;
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x240;
2024-05-08 11:46:35 +08:00
constexpr std::ptrdiff_t dwSoundService = 0x5CB830;
constexpr std::ptrdiff_t dwWindowHeight = 0x5CF1FC;
constexpr std::ptrdiff_t dwWindowWidth = 0x5CF1F8;
2024-03-28 20:19:20 +08:00
}
// Module: inputsystem.dll
namespace inputsystem_dll {
2024-05-01 08:28:09 +08:00
constexpr std::ptrdiff_t dwInputSystem = 0x377C0;
2024-03-28 20:19:20 +08:00
}
// Module: matchmaking.dll
namespace matchmaking_dll {
2024-05-01 08:28:09 +08:00
constexpr std::ptrdiff_t dwGameTypes = 0x1D2290;
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x1D23B0;
2024-03-28 20:19:20 +08:00
}
}
}