diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-04 21:47:14 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-04 21:47:14 +0100 |
| commit | 68dbb976714f884e29e0abe1adc0bf2fa624e00b (patch) | |
| tree | 55cec805ab36797f4d30b86431d83cb5e4454a50 /cheat/internal_rewrite/ragebot_antiaim.cpp | |
| parent | 8f4543089c3e33c1dc9dc1fb5979c205ed66e2e0 (diff) | |
dad
Diffstat (limited to 'cheat/internal_rewrite/ragebot_antiaim.cpp')
| -rw-r--r-- | cheat/internal_rewrite/ragebot_antiaim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheat/internal_rewrite/ragebot_antiaim.cpp b/cheat/internal_rewrite/ragebot_antiaim.cpp index 33cc046..8cba797 100644 --- a/cheat/internal_rewrite/ragebot_antiaim.cpp +++ b/cheat/internal_rewrite/ragebot_antiaim.cpp @@ -563,7 +563,7 @@ namespace features break;
case 3: {
constexpr static double rate = 360.0 / 1.618033988749895;
- aim_angle.y += ( -jitter * 0.5f ) + ( std::fmod( g_csgo.m_globals->m_curtime * rate, jitter + 1.f ) );
+ aim_angle.y += ( -jitter * 0.5f ) + ( std::fmod( g_csgo.m_globals->m_curtime * ( ( 1.f - ( 90.f - jitter ) / 90.f ) * rate ), jitter + 1.f ) );
break;
}
default: break;
|
