diff options
Diffstat (limited to 'internal_rewrite/create_move.cpp')
| -rw-r--r-- | internal_rewrite/create_move.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal_rewrite/create_move.cpp b/internal_rewrite/create_move.cpp index 47232fa..c2959d0 100644 --- a/internal_rewrite/create_move.cpp +++ b/internal_rewrite/create_move.cpp @@ -101,8 +101,12 @@ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_f g_cheat.m_lagmgr.set_state( true ); } + vec3_t real_angle = g_ctx.m_thirdperson_angle; + g_cheat.m_lagmgr.on_cmove_end( ); g_ctx.on_cmove_end( ucmd ); + + g_cheat.m_ragebot.m_antiaim->on_runcommand( ); } else { g_ctx.reset_shot_queue( ); |
