summaryrefslogtreecommitdiff
path: root/internal_rewrite/ragebot_antiaim.cpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-09-07 00:33:45 +0200
committernavewindre <boneyaard@gmail.com>2018-09-07 00:33:45 +0200
commitf3e05f066a09546f55ad3b59471a5a39a0ce4243 (patch)
tree2e4c224dde0530de7c3376bb7cd68bf8a702a986 /internal_rewrite/ragebot_antiaim.cpp
parentb8f43120600120bdfc22abfc1f94d3f77cb25640 (diff)
dsadsad
Diffstat (limited to 'internal_rewrite/ragebot_antiaim.cpp')
-rw-r--r--internal_rewrite/ragebot_antiaim.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/internal_rewrite/ragebot_antiaim.cpp b/internal_rewrite/ragebot_antiaim.cpp
index 8ace9a1..7db3e6e 100644
--- a/internal_rewrite/ragebot_antiaim.cpp
+++ b/internal_rewrite/ragebot_antiaim.cpp
@@ -172,10 +172,9 @@ namespace features
}
if( std::abs( offset ) < 105 ) {
- int min_tick = g_cheat.m_ragebot.m_antiaim->is_fakewalking( ) ? g_settings.rage.fakewalk_ticks( ) + 1 : 3;
- if( update_ticks < min_tick && update_ticks >= 2 ) {
+ int min_tick = g_cheat.m_ragebot.m_antiaim->is_fakewalking( ) ? g_settings.rage.fakewalk_ticks( ) + 1 : 4;
+ if( update_ticks < min_tick && update_ticks > 2 ) {
*angles = break_angle + ( offset < 0 ? 105 : -105 );
- //g_ctx.m_thirdperson_angle.y = *angles;
return;
}
}