diff options
| -rw-r--r-- | cheat/internal_rewrite/internal_rewrite.vcxproj | 2 | ||||
| -rw-r--r-- | 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 @@ <VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{140DEC51-B0E7-4289-BB6F-79686422318E}</ProjectGuid>
<RootNamespace>internal_rewrite</RootNamespace>
- <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
+ <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<ProjectName>csgo</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
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 );
}
|
