diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-25 20:27:23 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-25 20:27:23 +0100 |
| commit | 2f8e2c585c14ec4bae7b31d17799d56ea3e50348 (patch) | |
| tree | 7fd2f371fc24a3c3f253db498fd44d8b9f80a39e /cheat/internal_rewrite/ragebot.cpp | |
| parent | 8be3f19c8ace79135a593ac697751579fa1a0998 (diff) | |
dsad
Diffstat (limited to 'cheat/internal_rewrite/ragebot.cpp')
| -rw-r--r-- | cheat/internal_rewrite/ragebot.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cheat/internal_rewrite/ragebot.cpp b/cheat/internal_rewrite/ragebot.cpp index 19034df..e798ef0 100644 --- a/cheat/internal_rewrite/ragebot.cpp +++ b/cheat/internal_rewrite/ragebot.cpp @@ -1015,7 +1015,7 @@ namespace features g_cheat.m_visuals.store_shot( target.m_position );
- if( !target.m_backtracked && g_cheat.m_player_mgr.is_cheater( target.m_ent_index ) ) {
+ /*if( !target.m_backtracked && g_cheat.m_player_mgr.is_cheater( target.m_ent_index ) ) {
m_resolver->aimbot(
target.m_ent_index,
target.m_hitbox, angle,
@@ -1024,7 +1024,7 @@ namespace features target.m_max,
target.m_radius );
}
- else {
+ else*/ {
context::shot_data_t new_shot{ };
new_shot.m_angle = angle;
new_shot.m_enemy_index = target.m_ent_index;
|
