mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Fetch dwSensitivity (#35)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 14 Nov 2023 08:44:01 +0000
|
||||
* Thu, 16 Nov 2023 14:20:14 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@@ -27,6 +27,8 @@ namespace client_dll { // client.dll
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x16B9388;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1810CD8;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x16B9250;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x180ACF8;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x186BF18;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x180C100;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x180C958;
|
||||
|
||||
Reference in New Issue
Block a user