BaapJaan

CSGO Autoexec Steam Profile > https://steamcommunity.com/id/

Feb 17th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. // BaapJaan'S AUTOEXEC - PASTE YOUR ENTIRE CONFIG.CFG BEFORE THE NEXT TWO SLASHES. ANYTHING WITH A ✪ SYMBOL NEEDS TO BE REPLACED WITH YOUR OWN VALUES.
  2.  
  3.  
  4.  
  5. // JUMPTHROW GRENADES
  6. alias +jumpthrow "+jump;-attack"
  7. alias -jumpthrow "-jump"
  8. bind j +jumpthrow
  9.  
  10.  
  11. // CHOOSE PREFERRED COLOR [0-yellow, 1-purple, 2-green, 3-blue,4-orange]
  12. cl_color 3
  13.  
  14. // console commands
  15.  
  16. cl_radar_scale 0.4
  17. cl_radar_always_centered 0
  18. spec_show_xray 1
  19. cl_use_opens_buy_menu 0
  20. bind shift "+speed; r_cleardecals"
  21. net_graph 1
  22. net_graphpos 0
  23. net_graphproportionalfont 0
  24.  
  25.  
  26.  
  27. // Croshair
  28.  
  29. cl_crosshair_drawoutline "0"
  30. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  31. cl_crosshair_dynamic_splitalpha_innermod "1"
  32. cl_crosshair_dynamic_splitalpha_outermod "0.3"
  33. cl_crosshair_dynamic_splitdist "1"
  34. cl_crosshair_outlinethickness "0.500000"
  35. cl_crosshair_sniper_show_normal_inaccuracy "0"
  36. cl_crosshair_sniper_width "1"
  37. cl_crosshair_t "0"
  38. cl_crosshairalpha "255"
  39. cl_crosshaircolor "5"
  40. cl_crosshaircolor_b "0"
  41. cl_crosshaircolor_g "255"
  42. cl_crosshaircolor_r "0"
  43. cl_crosshairdot "0"
  44. cl_crosshairgap "-4.000000"
  45. cl_crosshairgap_useweaponvalue "0"
  46. cl_crosshairscale "0"
  47. cl_crosshairsize "0.500000"
  48. cl_crosshairstyle "4"
  49. cl_crosshairthickness "2.000000"
  50. cl_crosshairusealpha "1"
  51. cl_fixedcrosshairgap "0"
  52.  
  53.  
  54.  
  55. // DISPLAY TEAM INFORMATION
  56. +cl_show_team_equipment
  57.  
  58.  
  59. // FULLY CUSTOMIZABLE BUY BINDS
  60.  
  61. bind "uparrow" "buy ak47; buy m4a1;"
  62. bind "downarrow" " buy vesthelm; buy vest;"
  63. bind "leftarrow" " buy mac10; buy mp9;"
  64. bind "rightarrow" "buy molotov; buy incgrenade;"
  65. bind "0" "buy awp;"
  66. bind "p" "buy p250;"
  67. bind "6" "buy defuser;"
  68. bind "7" "buy flashbang;"
  69. bind "8" "buy smokegrenade;"
  70. bind "9" "buy hegrenade;"
  71. bind "mwheeldown" +jump
  72.  
  73. bind "mwheelup" +jump
  74. bind "mwheeldown" +jump
  75. bind "n" "use weapon_c4;drop"
  76.  
  77. unbind "space"
  78. bind "space" "+djump"
  79. alias "+djump" "+jump ; +duck"
  80. alias "-djump" "-jump ; -duck"
  81.  
  82. bind "kp_downarrow" "cl_righthand 1"
  83. bind "kp_end" "cl_righthand 0"
  84.  
  85.  
  86. host_writeconfig
  87. // LEAVE THIS ALONE, IT FINALIZES YOUR CONFIG
  88. host_writeconfig
Add Comment
Please, Sign In to add comment