From c180587e3aa10706925b60572c5b7e7fb59d3f47 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 27 Jan 2019 13:47:19 +0100 Subject: asasd --- cheat/internal_rewrite/internal_rewrite.vcxproj | 2 +- cheat/internal_rewrite/ragebot_antiaim.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cheat/internal_rewrite/internal_rewrite.vcxproj b/cheat/internal_rewrite/internal_rewrite.vcxproj index 3d30b5a..f75393b 100644 --- a/cheat/internal_rewrite/internal_rewrite.vcxproj +++ b/cheat/internal_rewrite/internal_rewrite.vcxproj @@ -46,7 +46,7 @@ 15.0 {140DEC51-B0E7-4289-BB6F-79686422318E} internal_rewrite - 10.0.17763.0 + 10.0.17134.0 csgo diff --git a/cheat/internal_rewrite/ragebot_antiaim.cpp b/cheat/internal_rewrite/ragebot_antiaim.cpp index ac050c9..367ddec 100644 --- a/cheat/internal_rewrite/ragebot_antiaim.cpp +++ b/cheat/internal_rewrite/ragebot_antiaim.cpp @@ -109,6 +109,7 @@ namespace features } else if( v52 >= 180.f ) v52 -= 360.f; */ + return max_delta; } @@ -790,7 +791,7 @@ namespace features } if( is_fake && g_ctx.m_local->m_fFlags( ) & FL_ONGROUND ) - return g_ctx.m_local->get_animstate( )->m_flGoalFeetYaw + desync_delta( );; + return g_ctx.m_local->get_animstate( )->m_flGoalFeetYaw + desync_delta( ); return get_yaw( false, original, no_jitter ); } -- cgit v1.2.3