Advertisement
Guest User

Untitled

a guest
May 28th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. cl_interp 0
  2. cl_interp_ratio 1
  3. cl_cmdrate 128
  4. cl_updaterate 128
  5. rate 128000
  6. fps_max 999
  7. cl_crosshairalpha "200"
  8. cl_crosshaircolor "1"
  9. cl_crosshaircolor_b "50"
  10. cl_crosshaircolor_r "50"
  11. cl_crosshaircolor_g "250"
  12. cl_crosshairdot "0"
  13. cl_crosshairgap "-1"
  14. cl_crosshairsize "3"
  15. cl_crosshairstyle "4"
  16. cl_crosshairusealpha "1"
  17. cl_crosshairthickness "1"
  18. cl_crosshair_drawoutline "1"
  19. cl_crosshair_outlinethickness "1"
  20. snd_headphone_pan_exponent 2.0
  21. snd_front_headphone_position 45.0
  22. snd_rear_headphone_position 135.0
  23. // *********** 8 **********
  24. //Display Damage with Switch Script
  25. alias displaydamage "displaydamage_on"
  26. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
  27. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  28. bind "f5" "displaydamage"
  29. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  30. // *********** 7 **********
  31. //Show crosshair Settings
  32. alias "a1" clear
  33. alias "a2" echo "*********************************************";
  34. alias "a3" echo "YOUR CURRENT CROSSHAIR SETTINGS;"
  35. alias "a4" echo "*********************************************";
  36. alias "a5" developer 2
  37. alias "a6" con_filter_enable 1
  38. alias "a7" con_filter_text cl_crosshair
  39. alias "a8" host_writeconfig //
  40. alias "a9" con_filter_text cl_fix
  41. alias "a10" host_writeconfig //
  42. alias "a11" developer 0
  43. alias "a12" con_filter_enable 0
  44. alias "a13" showconsole
  45. alias "showcrosshair" "a1;a2;a3;a4;a5;a6;a7;a8;a9;a10;a11;a12;a13"
  46. bind ins "showcrosshair"
  47. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  48. // *********** 4 **********
  49. // Jump Throw Script
  50. alias "+jumpthrow" "+jump;-attack"
  51. alias "-jumpthrow" "-jump"
  52. bind "mouse5" "+jumpthrow"
  53. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement