diff options
Diffstat (limited to 'internal_rewrite/create_move.cpp')
| -rw-r--r-- | internal_rewrite/create_move.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal_rewrite/create_move.cpp b/internal_rewrite/create_move.cpp index c6a75c0..47232fa 100644 --- a/internal_rewrite/create_move.cpp +++ b/internal_rewrite/create_move.cpp @@ -76,6 +76,8 @@ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_f // Actual implementation of RunCommand. g_cheat.m_prediction.run_command( ucmd ); + g_cheat.m_extra.auto_revolver( ucmd ); + g_cheat.m_legitbot.m_lagcomp( ucmd ); g_cheat.m_legitbot.triggerbot( ucmd ); @@ -84,7 +86,6 @@ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_f g_cheat.m_visuals.update_hit_flags( ); g_cheat.m_ragebot( ucmd ); - g_cheat.m_extra.auto_revolver( ucmd ); g_cheat.m_extra.no_recoil( ucmd ); |
