Advertisement
Guest User

Untitled

a guest
May 20th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.40 KB | None | 0 0
  1. ///@zennxd autoexec
  2. //Crosshair
  3. cl_crosshairalpha "200"
  4. cl_crosshaircolor "5"
  5. cl_crosshaircolor_b "255"
  6. cl_crosshaircolor_r "255"
  7. cl_crosshaircolor_g "255"
  8. cl_crosshairdot "1"
  9. cl_crosshairgap "-3"
  10. cl_crosshairsize "0"
  11. cl_crosshairstyle "4"
  12. cl_crosshairusealpha "1"
  13. cl_crosshairthickness "1"
  14. cl_fixedcrosshairgap "-3"
  15. cl_crosshair_outlinethickness "1"
  16. cl_crosshair_drawoutline "1"
  17.  
  18. //misc
  19. bind o kill
  20. sensitivity 2.8
  21. cl_hud_healthammo_style 1
  22. cl_hud_color 8
  23. exec "vsauce.cfg"
  24. cl_mute_enemy_team 0
  25.  
  26. //audio
  27. Snd_mixahead 0.05
  28. Snd_headphone_pan_exponent 1.5
  29. Snd_front_headphone_position 45.0
  30. Snd_rear_headphone_position 135.0
  31.  
  32. //viewmodel
  33. viewmodel_fov 110
  34. //viewmodel_offset_x -3
  35. viewmodel_offset_y 2
  36. //viewmodel_offset_z -1
  37. cl_viewmodel_shift_left_amt "2"
  38. cl_viewmodel_shift_right_amt "0"
  39. cl_bobcycle "999"
  40. cl_bob_lower_amt "5"
  41. cl_bobamt_lat "0"
  42. cl_bobamt_vert "0"  
  43.  
  44. //autobuys
  45. bind "kp_enter" "buy vest; buy vesthelm; buy p250; buy defuser; buy ak47; buy m4a1; buy smokegrenade; buy flashbang; buy flashbang; buy hegrenade;"
  46. bind "kp_plus" "buy vest; buy vesthelm; buy p250; buy defuser; buy awp; buy smokegrenade; buy flashbang; buy flashbang; buy hegrenade;"
  47. bind "kp_minus" "buy deagle; buy vesthelm;"
  48.  
  49. //quickswitch
  50. //alias +knife "slot3"
  51. //alias -knife "lastinv"
  52. //bind q +knife
  53. bind mwheelup invprev
  54. bind mwheeldown invnext
  55. bind space +jump
  56.  
  57. echo --autoexec loaded--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement