diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-23 17:08:57 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-23 17:08:57 +0100 |
| commit | fef68b3881d7b1a60abe2be85dde27b7b0ada3c3 (patch) | |
| tree | 894a486c940cb4708053061638c8a936c8ef1af7 /cheat/internal_rewrite/ragebot_antiaim.cpp | |
| parent | 8a6e64f020047709f53ddd35797c511a5d3239fe (diff) | |
d
Diffstat (limited to 'cheat/internal_rewrite/ragebot_antiaim.cpp')
| -rw-r--r-- | cheat/internal_rewrite/ragebot_antiaim.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cheat/internal_rewrite/ragebot_antiaim.cpp b/cheat/internal_rewrite/ragebot_antiaim.cpp index b109328..0e05e8a 100644 --- a/cheat/internal_rewrite/ragebot_antiaim.cpp +++ b/cheat/internal_rewrite/ragebot_antiaim.cpp @@ -537,11 +537,7 @@ namespace features }
if( is_fake ) {
- int jitter = g_settings.rage.edge_dtc_jitter;
- if( jitter ) {
- aim_angle.y += math::random_number< float >( -jitter, jitter );
- }
- aim_angle.y -= 180.f;
+ aim_angle.y -= 50.f;
}
else {
int jitter = g_settings.rage.edge_dtc_real_jitter;
|
