mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
Update code
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-04-02 16:01:35.556091100 UTC
|
||||
// 2024-04-16 02:29:53.956513739 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,44 +7,44 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x192B620;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x18C2D58;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E0790;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x191FCA0;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x172ABA0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x19200C0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1912578;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17371A8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1928AD8;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1737070;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x19209E8;
|
||||
// Module: libclient.so
|
||||
namespace libclient_so {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x37436E0;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x35AA8C8;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x3860A00;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1540;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x3736448;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x356B9D0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x373ADB0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x371B978;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x373BD98;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x3750598;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x373BC60;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x373A2C8;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x19309B0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x19241A0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1924A20;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x3748A80;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x373C8C0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x373CA70;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x514574;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x513AC8;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x258;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0xF0;
|
||||
// Module: libengine2.so
|
||||
namespace libengine2_so {
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x6D35F4;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x6D3F88;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x278;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0x13C0;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_getMaxClients = 0x250;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x240;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5CCCDC;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5CCCD8;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x260;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x6DCDC4;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x6DCDC0;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
constexpr std::ptrdiff_t dwInputSystem = 0x367A0;
|
||||
// Module: libinputsystem.so
|
||||
namespace libinputsystem_so {
|
||||
constexpr std::ptrdiff_t dwInputSystem = 0x40160;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
namespace matchmaking_dll {
|
||||
constexpr std::ptrdiff_t dwGameTypes = 0x1D21E0;
|
||||
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x1D2300;
|
||||
// Module: libmatchmaking.so
|
||||
namespace libmatchmaking_so {
|
||||
constexpr std::ptrdiff_t dwGameTypes = 0x37C9A0;
|
||||
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x37CAC0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user