mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
📦 Game Update 13992 (2)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 13 Feb 2024 04:04:49 +0000
|
||||
* Thu, 15 Feb 2024 02:02:58 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@@ -8,30 +8,30 @@
|
||||
#include <cstddef>
|
||||
|
||||
namespace client_dll { // client.dll
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x18B1FE8;
|
||||
constexpr std::ptrdiff_t dwForceAttack = 0x1720160;
|
||||
constexpr std::ptrdiff_t dwForceAttack2 = 0x17201F0;
|
||||
constexpr std::ptrdiff_t dwForceBackward = 0x1720430;
|
||||
constexpr std::ptrdiff_t dwForceCrouch = 0x1720700;
|
||||
constexpr std::ptrdiff_t dwForceForward = 0x17203A0;
|
||||
constexpr std::ptrdiff_t dwForceJump = 0x1720670;
|
||||
constexpr std::ptrdiff_t dwForceLeft = 0x17204C0;
|
||||
constexpr std::ptrdiff_t dwForceRight = 0x1720550;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19CD800;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x18B3018;
|
||||
constexpr std::ptrdiff_t dwForceAttack = 0x1721140;
|
||||
constexpr std::ptrdiff_t dwForceAttack2 = 0x17211D0;
|
||||
constexpr std::ptrdiff_t dwForceBackward = 0x1721410;
|
||||
constexpr std::ptrdiff_t dwForceCrouch = 0x17216E0;
|
||||
constexpr std::ptrdiff_t dwForceForward = 0x1721380;
|
||||
constexpr std::ptrdiff_t dwForceJump = 0x1721650;
|
||||
constexpr std::ptrdiff_t dwForceLeft = 0x17214A0;
|
||||
constexpr std::ptrdiff_t dwForceRight = 0x1721530;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19CE850;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x190EFC0;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x171AE40;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x190F3D8;
|
||||
constexpr std::ptrdiff_t dwInterfaceLinkList = 0x19FE828;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1901948;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17272E8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x19171E8;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x17271B0;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x190FCF8;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1910010;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x171BE20;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1910428;
|
||||
constexpr std::ptrdiff_t dwInterfaceLinkList = 0x19FF8A8;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1902988;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17282B8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1918238;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1728180;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1910D48;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x191F100;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x19112D0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1911B50;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1920150;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1912320;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1912BA0;
|
||||
}
|
||||
|
||||
namespace engine2_dll { // engine2.dll
|
||||
|
||||
Reference in New Issue
Block a user