mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-07 22:50:03 +08:00
fix this
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-09-17 23:35:16.178232700 UTC
|
||||
// 2025-09-19 17:18:57.328261100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -9,23 +9,23 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1E29260;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x1D02058;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1FA3118;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1E2C670;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x1D05458;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1FA6548;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1E1E040;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1BD3130;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1E1AE28;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1E0B118;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1BDDE10;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1E24380;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1BDDD40;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1E1B938;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1E21450;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1BD6150;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1E1E220;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1E0E578;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1BE0E90;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1E27910;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1BE0DC0;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1E1ED48;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x48;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1E29A10;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1E1EE00;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1E1FC20;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1DBC4F0;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1E2CE20;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1E22220;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1E23040;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1DBFAD8;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
|
Reference in New Issue
Block a user