diff options
Diffstat (limited to 'internal_rewrite/create_move.cpp')
| -rw-r--r-- | internal_rewrite/create_move.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/internal_rewrite/create_move.cpp b/internal_rewrite/create_move.cpp index f56390a..c6a75c0 100644 --- a/internal_rewrite/create_move.cpp +++ b/internal_rewrite/create_move.cpp @@ -28,8 +28,6 @@ void __declspec( naked ) __stdcall hooks::hl_create_move_gate( int sequence_numb */ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_frametime, user_cmd_t* ucmd ) { - static auto create_move_o = g_csgo.m_clientmode->get_old_function< decltype( &hooks::create_move ) >( 24 ); - stack_t stack( get_baseptr( ) ); byte* send_packet = stack.next( ).local< byte* >( 0x1c ); @@ -59,7 +57,6 @@ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_f g_cheat.m_identity( ); if( g_ctx.run_frame( ) && g_ctx.m_local->is_alive( ) ) { - g_ctx.update_local_hook( ); static int last_frame = g_csgo.m_globals->m_framecount; if( last_frame != g_csgo.m_globals->m_framecount ) g_ctx.m_has_fired_this_frame = false; |
