mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-09-08 17:42:16 +08:00
📦 Game Update 14016
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -8,21 +8,21 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x1813130;
|
||||
constexpr std::ptrdiff_t attack2 = 0x18131C0;
|
||||
constexpr std::ptrdiff_t back = 0x1813400;
|
||||
constexpr std::ptrdiff_t duck = 0x18136D0;
|
||||
constexpr std::ptrdiff_t forward = 0x1813370;
|
||||
constexpr std::ptrdiff_t jump = 0x1813640;
|
||||
constexpr std::ptrdiff_t left = 0x1813490;
|
||||
constexpr std::ptrdiff_t attack = 0x1813120;
|
||||
constexpr std::ptrdiff_t attack2 = 0x18131B0;
|
||||
constexpr std::ptrdiff_t back = 0x18133F0;
|
||||
constexpr std::ptrdiff_t duck = 0x18136C0;
|
||||
constexpr std::ptrdiff_t forward = 0x1813360;
|
||||
constexpr std::ptrdiff_t jump = 0x1813630;
|
||||
constexpr std::ptrdiff_t left = 0x1813480;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A1E350;
|
||||
constexpr std::ptrdiff_t reload = 0x18130A0;
|
||||
constexpr std::ptrdiff_t right = 0x1813520;
|
||||
constexpr std::ptrdiff_t reload = 0x1813090;
|
||||
constexpr std::ptrdiff_t right = 0x1813510;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A1E230;
|
||||
constexpr std::ptrdiff_t sprint = 0x1813010;
|
||||
constexpr std::ptrdiff_t turnleft = 0x1813250;
|
||||
constexpr std::ptrdiff_t turnright = 0x18132E0;
|
||||
constexpr std::ptrdiff_t use = 0x18135B0;
|
||||
constexpr std::ptrdiff_t sprint = 0x1813000;
|
||||
constexpr std::ptrdiff_t turnleft = 0x1813240;
|
||||
constexpr std::ptrdiff_t turnright = 0x18132D0;
|
||||
constexpr std::ptrdiff_t use = 0x18135A0;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A1E2C0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user