cs2-dumper/output/offsets.hpp

54 lines
2.5 KiB
C++
Raw Normal View History

2024-03-28 20:19:20 +08:00
// Generated using https://github.com/a2x/cs2-dumper
2024-06-13 20:51:05 +08:00
// 2024-06-13 12:45:29.262540675 UTC
2024-03-28 20:19:20 +08:00
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace offsets {
2024-04-16 10:32:14 +08:00
// Module: libclient.so
namespace libclient_so {
2024-06-13 20:51:05 +08:00
constexpr std::ptrdiff_t dwCSGOInput = 0x38F7600;
constexpr std::ptrdiff_t dwEntityList = 0x375A108;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x3A226A0;
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1540;
constexpr std::ptrdiff_t dwGameRules = 0x38EA780;
constexpr std::ptrdiff_t dwGlobalVars = 0x37190B0;
constexpr std::ptrdiff_t dwGlowManager = 0x38EA690;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x38CF7B8;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x38F0448;
constexpr std::ptrdiff_t dwPlantedC4 = 0x3904698;
constexpr std::ptrdiff_t dwPrediction = 0x38F0300;
constexpr std::ptrdiff_t dwSensitivity = 0x38EE7C8;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
2024-06-13 20:51:05 +08:00
constexpr std::ptrdiff_t dwViewAngles = 0x38FCA28;
constexpr std::ptrdiff_t dwViewMatrix = 0x38F0CA0;
constexpr std::ptrdiff_t dwViewRender = 0x38F0E50;
2024-03-28 20:19:20 +08:00
}
2024-04-16 10:32:14 +08:00
// Module: libengine2.so
namespace libengine2_so {
2024-06-13 20:51:05 +08:00
constexpr std::ptrdiff_t dwBuildNumber = 0x793914;
constexpr std::ptrdiff_t dwNetworkGameClient = 0x7942E8;
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x188;
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x298;
constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x2814A7;
constexpr std::ptrdiff_t dwNetworkGameClient_localPlayer = 0x108;
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x290;
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x184;
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x280;
constexpr std::ptrdiff_t dwWindowHeight = 0x79D4C4;
constexpr std::ptrdiff_t dwWindowWidth = 0x79D4C0;
2024-03-28 20:19:20 +08:00
}
2024-04-16 10:32:14 +08:00
// Module: libinputsystem.so
namespace libinputsystem_so {
2024-06-13 20:51:05 +08:00
constexpr std::ptrdiff_t dwInputSystem = 0x41160;
2024-03-28 20:19:20 +08:00
}
2024-04-16 10:32:14 +08:00
// Module: libmatchmaking.so
namespace libmatchmaking_so {
2024-06-13 20:51:05 +08:00
constexpr std::ptrdiff_t dwGameTypes = 0x3360A0;
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x3361C0;
2024-03-28 20:19:20 +08:00
}
}
}