summaryrefslogtreecommitdiff
path: root/internal_rewrite/create_move.cpp
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2018-11-28 10:59:30 +1300
committerboris <wzn@moneybot.cc>2018-11-28 10:59:30 +1300
commitde3eea3bc2f62b5258f3444ad7a14c503301f12c (patch)
treeeca01fb68cea4f663d2f9638fa1ea8e459b023d2 /internal_rewrite/create_move.cpp
parent0713c4ebe1e29d1076adb22ba5d8d5e562cecafc (diff)
okay now this is epic
Diffstat (limited to 'internal_rewrite/create_move.cpp')
-rw-r--r--internal_rewrite/create_move.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal_rewrite/create_move.cpp b/internal_rewrite/create_move.cpp
index 097c7f4..923513f 100644
--- a/internal_rewrite/create_move.cpp
+++ b/internal_rewrite/create_move.cpp
@@ -109,10 +109,10 @@ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_f
auto cl = g_csgo.m_global_state->get_client_state( );
if( g_cheat.m_lagmgr.get_state( ) ) {
- //g_ctx.m_cmd_numbers.push_back( ucmd->m_cmd_nr );
+ g_ctx.m_cmd_numbers.push_back( ucmd->m_cmd_nr );
}
else {
- /*int choked = cl->m_netchannel->m_nChokedPackets;
+ int choked = cl->m_netchannel->m_nChokedPackets;
printf( "choked: %d\n", choked );
cl->m_netchannel->m_nChokedPackets = 0;
@@ -120,7 +120,7 @@ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_f
send_datagram_o( cl->m_netchannel, 0, 0 );
cl->m_netchannel->m_nOutSequenceNr--;
- cl->m_netchannel->m_nChokedPackets = choked;*/
+ cl->m_netchannel->m_nChokedPackets = choked;
}
g_cheat.m_ragebot.m_antiaim->on_runcommand( );