mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
Fix dwForceAttack and dwForceAttack2 patterns
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 14 Dec 2023 11:58:28 +0000
|
||||
* Thu, 14 Dec 2023 15:21:21 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
namespace client_dll { // client.dll
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x17C18E0;
|
||||
constexpr std::ptrdiff_t dwForceAttack = 0x16C2190;
|
||||
constexpr std::ptrdiff_t dwForceAttack2 = 0x16C2340;
|
||||
constexpr std::ptrdiff_t dwForceAttack = 0x16C1E30;
|
||||
constexpr std::ptrdiff_t dwForceAttack2 = 0x16C1EC0;
|
||||
constexpr std::ptrdiff_t dwForceBackward = 0x16C2100;
|
||||
constexpr std::ptrdiff_t dwForceCrouch = 0x16C23D0;
|
||||
constexpr std::ptrdiff_t dwForceForward = 0x16C2070;
|
||||
|
||||
Reference in New Issue
Block a user