diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-12 02:14:46 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-12 02:14:46 +0200 |
| commit | b383d10ec99e35d31836fd8abb91da22208891a5 (patch) | |
| tree | f3ecd46411f8502c8d6cf3e915474f87c7be5521 /internal_rewrite/create_move.cpp | |
| parent | 4a53204965489d24725631ce4997c596c9205a21 (diff) | |
dsadsad
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 ); |
