4nr

Untitled

4nr
Jan 9th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. //------------------------------------------------
  2. // TF2 Anti-Virus by Casual v1.0
  3. //------------------------------------------------
  4.  
  5. // Protection against server_can_execute bypass
  6. // Make your cfg/config.cfg read-only for extra protection
  7. cl_allowupload 0
  8. alias cl_allowupload "echo Blocked cl_allowupload!"
  9. alias clear "echo Blocked clear!"
  10. alias unbindall "echo Blocked unbindall!"
  11.  
  12. // Adblock for motd, extra protection:
  13. // > Create an empty file in your tf directory named textwindow_temp.html and make it read-only (this prevents the motd from being saved & loaded)
  14. // > Add '127.0.0.1 motd.pinion.gg' to your hosts file. This prevents a well known motd advertising network to load
  15. cl_disablehtmlmotd 1
  16. alias closed_htmlpage "echo Blocked pinion!"
  17.  
  18. // Gets rid of servers playing annoying sound files
  19. alias play "echo Blocked play!"
  20. alias sndplaydelay "echo Blocked sndplaydelay!"
  21. alias playgamesound "echo Blocked playgamesound!"
  22. alias soundfade "echo Blocked soundfade!"
  23.  
  24. // Servers don't need this
  25. alias cl_spec_mode
  26. alias rpt_connect
  27. alias r_screenoverlay
Add Comment
Please, Sign In to add comment