From dd9bbd12ef353f270d95ba733e1ef465d15d2b44 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 9 Dec 2018 17:12:07 +0100 Subject: hack works now please go fix rest --- cheat/internal_rewrite/c_base_player.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cheat/internal_rewrite/c_base_player.hpp') diff --git a/cheat/internal_rewrite/c_base_player.hpp b/cheat/internal_rewrite/c_base_player.hpp index 78c84ac..690f55c 100644 --- a/cheat/internal_rewrite/c_base_player.hpp +++ b/cheat/internal_rewrite/c_base_player.hpp @@ -306,7 +306,7 @@ public: NETVAR( m_hGroundEntity, "m_hGroundEntity", "DT_CSPlayer", 0, uint32_t ); NETVAR( m_flConstraintRadius, "m_flConstraintRadius", "DT_CSPlayer", 0, float ); - OFFSET( m_CachedBoneData, 0x28FC + sizeof( void* ), CUtlVector< matrix3x4 > ); + OFFSET( m_CachedBoneData, 0x290C + sizeof( void* ), CUtlVector< matrix3x4 > ); OFFSET( m_flSpawnTime, 0xA2C0, float ); OFFSET( m_IKContext, 0x265c, IKContext* ); public: @@ -405,7 +405,7 @@ public: __forceinline vec3_t get_eye_pos( ) { vec3_t yes; //fuck references Lol - util::get_vfunc< void( __thiscall* )( void*, vec3_t& ) >( this, 277 )( this, yes ); + util::get_vfunc< void( __thiscall* )( void*, vec3_t& ) >( this, 279 )( this, yes ); //thanks senator!! !11 return yes; -- cgit v1.2.3