Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. // 08.2016 Config
  2.  
  3.  
  4. //binds
  5.  
  6. bind "0" "say da da blyet"
  7. bind "9" "say I have some free cancer if u want"
  8. bind "KP_UPARROW" "say Server: Tickrate not found"
  9. bind "kp_home" "say !tickrate"
  10. bind "t" "use weapon_c4;drop"
  11. bind "h" "toggle gameinstructor_enable"
  12. bind "KP_DOWNARROW" "buy flashbang; buy hegrenade; buy smokegrenade;"
  13. bind "KP_LEFTARROW" "buy vesthelm; buy ak47; buy m4a1; buy defuser; buy flashbang; buy smokegrenade; buy hegrenade; buy molotov; buy incgrenade;"
  14. bind "KP_5" "buy awp; buy vesthelm; buy tec9; buy fiveseven; buy defuser;"
  15. bind "m" "teammenu"
  16. bind "[" "cl_righthand 0"
  17. bind "]" "cl_righthand 1"
  18. bind "`" "toggleconsole"
  19. bind "," "cl_crosshairstyle 4"
  20. bind "." "cl_crosshairstyle 5"
  21. bind "kp_minus" "disconnect"
  22. bind "uparrow" "incrementvar volume 0.1 1 0.1"
  23. bind "8" "say Hf Ladies!"
  24.  
  25. //Others
  26.  
  27. mat_setvideomode 1680 1050 0
  28. cl_showfps 1
  29. fps_max 121
  30.  
  31.  
  32. //crosshair
  33.  
  34. cl_crosshair_drawoutline "1"
  35. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  36. cl_crosshair_dynamic_splitalpha_innermod "1"
  37. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  38. cl_crosshair_dynamic_splitdist "7"
  39. cl_crosshair_outlinethickness "1"
  40. cl_crosshair_sniper_width "1"
  41. cl_crosshairalpha "255"
  42. cl_crosshaircolor "5"
  43. cl_crosshaircolor_b "255"
  44. cl_crosshaircolor_g "255"
  45. cl_crosshaircolor_r "255"
  46. cl_crosshairdot "0"
  47. cl_crosshairgap "-1"
  48. cl_crosshairgap_useweaponvalue "0"
  49. cl_crosshairscale "1700"
  50. cl_crosshairsize "1"
  51. cl_crosshairstyle "4"
  52. cl_crosshairthickness "0.5"
  53. cl_crosshairusealpha "1"
  54. cl_fixedcrosshairgap "-4.5"
  55.  
  56.  
  57. //viewmodel
  58.  
  59. cl_viewmodel_shift_left_amt "0.500000"
  60. cl_viewmodel_shift_right_amt "0.250000"
  61. viewmodel_fov "68.000000"
  62. viewmodel_offset_x "-0.200000"
  63. viewmodel_offset_y "2.0"
  64. viewmodel_offset_z "-2.0"
  65. viewmodel_presetpos "0"
  66. cl_bob_lower_amt "5.000000"
  67. cl_bobamt_lat "0.100000"
  68. cl_bobamt_vert "0.100000"
  69. cl_bobcycle "0.98"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement