Advertisement
cruciial

cruciial CS:GO Autoexec

Apr 30th, 2017 (edited)
477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. //Crosshair
  2. cl_crosshairstyle 4
  3. cl_crosshairsize 1.516296
  4. cl_crosshairgap -1.9
  5. cl_crosshairthickness 0.650531
  6. cl_crosshairdot 0
  7. cl_crosshaircolor 5
  8. cl_crosshairalpha 999
  9. cl_crosshaircolor_r 255
  10. cl_crosshaircolor_g 0
  11. cl_crosshaircolor_b 0
  12.  
  13. //or
  14.  
  15. //cl_crosshair_drawoutline 0
  16. //cl_crosshaircolor 1
  17. //cl_crosshairdot 0
  18. //cl_crosshairgap -1.5
  19. //cl_crosshairgap_useweaponvalue 0
  20. //cl_crosshiarsize 3
  21. //cl_crosshairstyle 5
  22. //cl_crosshairthickness 0.3
  23. //cl_crosshairalpha 999
  24.  
  25.  
  26. //Buy binds
  27. bind "kp_home" "buy ak47; buy m4a1;"
  28. bind "kp_uparrow" "buy galilar; buy famas;"
  29. bind "kp_pgup" "buy ssg08;"
  30. bind "kp_leftarrow" "buy p90;"
  31. bind "kp_5" "buy smokegrenade; buy hegrenade; buy flashbang;"
  32. bind "kp_rightarrow" "buy flashbang; buy flashbang; buy smokegrenade;"
  33. bind "kp_end" "buy molotov; buy incgrenade;"
  34. bind "kp_downarrow" "buy awp;"
  35. bind "kp_ins" "buy defuser;"
  36. bind "kp_del" "buy decoy;"
  37. bind "kp_enter" "buy vesthelm; buy vest;"
  38. bind "kp_plus" "buy vest;"
  39. bind "kp_minus" "buy deagle;"
  40. bind "kp_multiply" "buy tec9; buy fiveseven;"
  41. bind "kp_slash" "buy p250;"
  42.  
  43.  
  44. //Useful binds
  45. bind mwheeldown +jump
  46. bind "t" "use smokegrenade; "
  47. bind "v" "use flashbang; "
  48.  
  49.  
  50. //Net_graph settings
  51. net_graph "1"
  52. net_graphheight "0"
  53. bind "TAB" "+scorenet"
  54. alias "+scorenet" "+showscores; net_graphheight 0"
  55. alias "-scorenet" "-showscores; net_graphheight 0"
  56. net_graphproportionalfont "0"
  57. net_graphpos "2"
  58.  
  59.  
  60. //Jump throw bind
  61. alias "+jumpthrow" "+jump;-attack"
  62. alias "-jumpthrow" "-jump"
  63. bind "mouse4" "+jumpthrow"
  64.  
  65.  
  66. //In-game settings
  67. sensitivity 1.82
  68. viewmodel_offset_x 1.5;
  69. viewmodel_offset_y 2.000000;
  70. viewmodel_offset_z -2.000000
  71. viewmodel_fov 68
  72. cl_radar_always_centered 0
  73. cl_radar_scale 0.4
  74.  
  75. //DISPLAY DAMAGE SCRIPT
  76. con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2;
  77.  
  78. //etc
  79. cl_timeout "1337"
  80. fps_max 999
  81. mat_monitorgamma 1.6
  82. cl_interp 0
  83. cl_interp_ratio 1
  84. rate_128000
  85. cl_updaterate 128
  86. cl_cmdrate 128
  87. cl_use_opens_buy_menu 0
  88. snd_headphone_pan_exponent 2
  89. cl_disablefreezecam 1
  90. cl_showpos 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement