Advertisement
Greenix

[CS:GO] Perfect AntiAim for MM HvH

Aug 18th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # Perfect AntiAim for MM HvH
  2.  
  3. static bool aaSwitch = false;
  4. static bool pFake = false;
  5. if ( aaSwitch )
  6. pCmd->viewangles.y += 360000000;
  7. else
  8. pCmd->viewangles.y -= 360000000;
  9. if (pFake)
  10. pCmd->viewangles.x += 360 * 160;
  11. else
  12. pCmd->viewanglex.y = angles.y +!angles.x;
  13. aaSwitch = !aaSwitch;
  14. pFake = !pFake;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement