Game update (14014)

This commit is contained in:
a2x
2024-06-12 16:09:59 +10:00
parent e88130b250
commit 701fd9a0e8
66 changed files with 926 additions and 934 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-06-11 03:50:46.229934900 UTC
// 2024-06-12 06:08:34.023761 UTC
#pragma once
@@ -8,21 +8,21 @@
namespace cs2_dumper {
// Module: client.dll
namespace buttons {
constexpr std::ptrdiff_t attack = 0x17C3CB0;
constexpr std::ptrdiff_t attack2 = 0x17C3D40;
constexpr std::ptrdiff_t back = 0x17C3F80;
constexpr std::ptrdiff_t duck = 0x17C4250;
constexpr std::ptrdiff_t forward = 0x17C3EF0;
constexpr std::ptrdiff_t jump = 0x17C41C0;
constexpr std::ptrdiff_t left = 0x17C4010;
constexpr std::ptrdiff_t lookatweapon = 0x19C8230;
constexpr std::ptrdiff_t reload = 0x17C3C20;
constexpr std::ptrdiff_t right = 0x17C40A0;
constexpr std::ptrdiff_t showscores = 0x19C8110;
constexpr std::ptrdiff_t sprint = 0x17C3B90;
constexpr std::ptrdiff_t turnleft = 0x17C3DD0;
constexpr std::ptrdiff_t turnright = 0x17C3E60;
constexpr std::ptrdiff_t use = 0x17C4130;
constexpr std::ptrdiff_t zoom = 0x19C81A0;
constexpr std::ptrdiff_t attack = 0x1813100;
constexpr std::ptrdiff_t attack2 = 0x1813190;
constexpr std::ptrdiff_t back = 0x18133D0;
constexpr std::ptrdiff_t duck = 0x18136A0;
constexpr std::ptrdiff_t forward = 0x1813340;
constexpr std::ptrdiff_t jump = 0x1813610;
constexpr std::ptrdiff_t left = 0x1813460;
constexpr std::ptrdiff_t lookatweapon = 0x1A1E0B0;
constexpr std::ptrdiff_t reload = 0x1813070;
constexpr std::ptrdiff_t right = 0x18134F0;
constexpr std::ptrdiff_t showscores = 0x1A1DF90;
constexpr std::ptrdiff_t sprint = 0x1812FE0;
constexpr std::ptrdiff_t turnleft = 0x1813220;
constexpr std::ptrdiff_t turnright = 0x18132B0;
constexpr std::ptrdiff_t use = 0x1813580;
constexpr std::ptrdiff_t zoom = 0x1A1E020;
}
}