Advertisement
ThorEatsWorms

Untitled

Jul 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. I'm going to continue on my trend of reporting things JarateKing discovers. This is already mentioned in his hud's thread but I know a lot of people haven't seen it.
  2.  
  3. Be warned: the following is an (imo major) exploit. My reasoning is that by posting it and through people abusing it maybe valve will fix it more quickly.
  4.  
  5. You can completely disable the black overlay that appears when you're scoped in as sniper with a tiny bit of hud editing. Simply copy-paste the below into HudAnimations_TF.txt in your scripts folder.
  6.  
  7. event ScopeRemoval
  8. {
  9. Animate HudScope Position "9999 9999" Linear 0.0 0.0
  10. }
  11. Then ctrl+f for the event "DamagedPlayer" and, if it already exists, edit it so it looks like the below. If it doesn't exist just copy paste the whole thing.
  12.  
  13. event DamagedPlayer
  14. {
  15. RunEvent ScopeRemoval 0.0
  16. }
  17. It's alright if there was already stuff in the event and you can leave it if there was. This is the event that would animate your crosshair to be a different color when you hit an enemy.
  18.  
  19. Then paste the following into your autoexec:
  20.  
  21. alias remove_scope "sv_cheats 1; testhudanim scoperemoval"
  22. remove_scope
  23. Voíla, your sniper scope is removed and will now look like this while scoped in (not my screenshots):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement