Advertisement
Guest User

My CSGO 'exec' config

a guest
Oct 24th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. // Buy Binds
  2. bind "DEL" "mute"
  3. bind "HOME" "buy hegrenade"
  4. bind "END" "buy ak47; buy m4a1; buy vesthelm"
  5. bind "PGUP" "buy smokegrenade"
  6. bind "PGDN" "buy awp; buy vesthelm"
  7. bind "UPARROW" "buy flashbang"
  8. bind "KP_END" "buy m4a1; buy ak47; buy vesthelm"
  9. bind "KP_DOWNARROW" "buy awp; buy vesthelm"
  10. bind "KP_PGDN" "buy p250; buy vesthelm"
  11. bind "KP_5" "buy molotov; buy incgrenade"
  12. bind "KP_RIGHTARROW" "buy vesthelm"
  13. bind "KP_HOME" "buy hegrenade"
  14. bind "KP_UPARROW" "buy flashbang"
  15. bind "KP_PGUP" "buy smokegrenade"
  16. bind "KP_ENTER" "buy deagle; buy revolver; buy vesthelm; buy vest;"
  17. bind "KP_MINUS" "buy ssg08; buy vesthelm; buy vest;"
  18. bind "KP_PLUS" "buy defuser;"
  19.  
  20. // Game Binds
  21. bind "`" "toggleconsole"
  22. bind "o" "cl_righthand 0"
  23. bind "p" "cl_righthand 1"
  24. bind j +jumpthrow; alias +jumpthrow "+jump; -attack"; alias -jumpthrow -jump
  25.  
  26. // Alias
  27. alias "1" "cl_crosshair_drawoutline "1";cl_crosshair_outlinethickness "1";cl_crosshair_sniper_width "1";cl_crosshairalpha "255";cl_crosshaircolor "5";cl_crosshairdot "0";cl_crosshairgap "0";cl_crosshairsize "1";cl_crosshairstyle "4";cl_crosshairthickness "0.5"";cl_crosshaircolor_r 255;cl_crosshaircolor_g 255;cl_crosshair_color b 255"
  28. alias "2" "cl_crosshair_drawoutline "1";cl_crosshair_outlinethickness "1";cl_crosshair_sniper_width "1";cl_crosshairalpha "255";cl_crosshaircolor "5";cl_crosshairdot "0";cl_crosshairgap "-1";cl_crosshairsize "1";cl_crosshairstyle "4";cl_crosshairthickness "0.5";cl_crosshaircolor_r 255;cl_crosshaircolor_g 255;cl_crosshair_color b 255""
  29. alias "3" "cl_crosshair_drawoutline "1";cl_crosshair_outlinethickness "0.5";cl_crosshair_sniper_width "1";cl_crosshairalpha "255";cl_crosshaircolor "4";cl_crosshairdot "0";cl_crosshairgap "-1";cl_crosshairsize "2";cl_crosshairstyle "4";cl_crosshairthickness "0.5";cl_crosshaircolor_r 255;cl_crosshaircolor_g 255;cl_crosshair_color b 255"
  30. alias "4" "cl_crosshair_drawoutline "1";cl_crosshair_outlinethickness "1";cl_crosshair_sniper_width "1";cl_crosshairalpha "255";cl_crosshaircolor "2";cl_crosshairdot "0";cl_crosshairgap "-2";cl_crosshairsize "2.5";cl_crosshairstyle "4";cl_crosshairthickness "1"
  31. alias "ccw" "cl_crosshaircolor 5;cl_crosshaircolor_r 255;cl_crosshaircolor_g 255;cl_crosshair_color b 255""
  32. alias "rv" "cl_viewmodel_shift_left_amt "0.500000";cl_viewmodel_shift_right_amt "0.250000";viewmodel_fov "68";viewmodel_offset_x "2.500000";viewmodel_offset_y "2";viewmodel_offset_z "-2";viewmodel_presetpos "0";cl_bob_lower_amt "5.000000";cl_bobamt_lat "0.400000";cl_bobamt_vert "0.250000";cl_bobcycle "0.98""
  33. alias "ccb" "cl_crosshaircolor 4"
  34. alias "disc" "disconnect"
  35.  
  36. // Other
  37. fps_max 0
  38.  
  39. // Boatware
  40. // Upperleft text
  41.  
  42. con_enable 1
  43.  
  44. developer 1
  45.  
  46. con_filter_enable "2"
  47. con_filter_text "$boatware"
  48. con_filter_text_out "player"
  49.  
  50. alias "+hs" "clear; echo $boatware"
  51. alias "-hs" "clear; echo $boatware"
  52.  
  53. bind "w" "+mfwd"
  54. bind "s" "+mback"
  55. bind "a" "+mleft"
  56. bind "d" "+mright"
  57.  
  58. alias "+mfwd" "+forward; +hs"
  59. alias "+mback" "+back; +hs"
  60. alias "+mleft" "+moveleft; +hs"
  61. alias "+mright" "+moveright; +hs"
  62.  
  63. alias "-mfwd" "-forward; -hs"
  64. alias "-mback" "-back; -hs"
  65. alias "-mleft" "-moveleft; -hs"
  66. alias "-mright" "-moveright; -hs"
  67.  
  68. // Upperleft text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement