cs2-dumper/output/offsets.hpp

51 lines
2.3 KiB
C++
Raw Normal View History

2024-03-28 20:19:20 +08:00
// Generated using https://github.com/a2x/cs2-dumper
2024-04-30 07:03:45 +08:00
// 2024-04-29 23:05:53.220233445 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-04-30 07:03:45 +08:00
constexpr std::ptrdiff_t dwCSGOInput = 0x3743780;
constexpr std::ptrdiff_t dwEntityList = 0x35AA688;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x3860740;
2024-04-16 10:32:14 +08:00
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1540;
2024-04-30 07:03:45 +08:00
constexpr std::ptrdiff_t dwGameRules = 0x3736548;
constexpr std::ptrdiff_t dwGlobalVars = 0x356BAD0;
constexpr std::ptrdiff_t dwGlowManager = 0x373AEB0;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x371BA18;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x373BE98;
constexpr std::ptrdiff_t dwPlantedC4 = 0x3750658;
constexpr std::ptrdiff_t dwPrediction = 0x373BD60;
constexpr std::ptrdiff_t dwSensitivity = 0x373A3C8;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
2024-04-30 07:03:45 +08:00
constexpr std::ptrdiff_t dwViewAngles = 0x3748B20;
constexpr std::ptrdiff_t dwViewMatrix = 0x373C9C0;
constexpr std::ptrdiff_t dwViewRender = 0x373CB70;
2024-03-28 20:19:20 +08:00
}
2024-04-16 10:32:14 +08:00
// Module: libengine2.so
namespace libengine2_so {
2024-04-30 07:03:45 +08:00
constexpr std::ptrdiff_t dwBuildNumber = 0x6D6634;
constexpr std::ptrdiff_t dwNetworkGameClient = 0x6D6FC8;
2024-04-16 10:32:14 +08:00
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x278;
constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0x13C0;
constexpr std::ptrdiff_t dwNetworkGameClient_getMaxClients = 0x250;
2024-04-16 10:32:14 +08:00
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x260;
2024-04-30 07:03:45 +08:00
constexpr std::ptrdiff_t dwWindowHeight = 0x6DFE24;
constexpr std::ptrdiff_t dwWindowWidth = 0x6DFE20;
2024-03-28 20:19:20 +08:00
}
2024-04-16 10:32:14 +08:00
// Module: libinputsystem.so
namespace libinputsystem_so {
constexpr std::ptrdiff_t dwInputSystem = 0x40160;
2024-03-28 20:19:20 +08:00
}
2024-04-16 10:32:14 +08:00
// Module: libmatchmaking.so
namespace libmatchmaking_so {
constexpr std::ptrdiff_t dwGameTypes = 0x37C9A0;
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x37CAC0;
2024-03-28 20:19:20 +08:00
}
}
}