Advertisement
Guest User

Config

a guest
Dec 9th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. //AWPFastSwap//
  2. alias +knife slot3
  3. alias -knife lastinv
  4. bind mouse5 +knife
  5.  
  6. //Crosshair//
  7. cl_crosshair_drawoutline "0"
  8. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  9. cl_crosshair_dynamic_splitalpha_innermod "1"
  10. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  11. cl_crosshair_dynamic_splitdist "7"
  12. cl_crosshair_friendly_warning "0"
  13. cl_crosshair_outlinethickness "0.5"
  14. cl_crosshair_sniper_show_normal_inaccuracy "0"
  15. cl_crosshair_sniper_width "1"
  16. cl_crosshair_t "0"
  17. cl_crosshairalpha "255"
  18. cl_crosshaircolor "5"
  19. cl_crosshaircolor_b "0"
  20. cl_crosshaircolor_g "0"
  21. cl_crosshaircolor_r "255"
  22. cl_crosshairdot "0"
  23. cl_crosshairgap "-3.000000"
  24. cl_crosshairgap_useweaponvalue "0"
  25. cl_crosshairscale "0"
  26. cl_crosshairsize "1.500000"
  27. cl_crosshairstyle "4"
  28. cl_crosshairthickness "0.000000"
  29. cl_crosshairusealpha "1"
  30. cl_fixedcrosshairgap "-10"
  31.  
  32.  
  33. //FastBombDrop//
  34. Bind "mouse3" "use weapon_c4;drop"
  35.  
  36. //Scoreboard FPS//
  37. net_graph "1"
  38. net_graphheight "9999"
  39. alias "+scorenet" "+showscores; net_graphheight 0"
  40. alias "-scorenet" "-showscores; net_graphheight 9999"
  41. bind "TAB" "+scorenet"
  42.  
  43. //VoiceMute Script//
  44. alias stfu stfu1
  45. alias stfu1 "voice_enable 0; chat_enable 0; echo Voice OFF; playvol buttons\blip2 0.5; alias stfu stfu2"
  46. alias stfu2 "voice_enable 1; chat_enable 1; echo Voice ON; playvol buttons\blip1 0.5; alias stfu stfu1"
  47. bind "v" "stfu
  48.  
  49. //Fast Buy//
  50. bind "leftarrow" "buy ak47; buy m4a1;"
  51. bind "uparrow" "buy defuser;"
  52. bind "rightarrow" "buy awp;"
  53. bind "downarrow" "buy vesthelm; buy vest;"
  54.  
  55. //jumpthrow//
  56. alias "+jumpthrow" "+jump;-attack"
  57. alias "-jumpthrow" "-jump"
  58. bind "alt" "+jumpthrow
  59.  
  60. //Damage//
  61. developer "1"
  62. con_filter_text "Damage"
  63. con_filter_text_out "Player:"
  64. con_filter_enable "2"
  65.  
  66. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement