diff options
| author | navewindre <boneyaard@gmail.com> | 2019-01-27 13:47:19 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2019-01-27 13:47:19 +0100 |
| commit | c180587e3aa10706925b60572c5b7e7fb59d3f47 (patch) | |
| tree | 3e8f8e386fa37da6a50f8b7f461624b59918ac5b | |
| parent | 6c20307070e096456d3a36722f65ddaa38bcb100 (diff) | |
| -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 );
}
|
