Advertisement
S0lll0s

CS:GO Autoexec

Dec 12th, 2014
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. //no Mouseaccel
  2. m_rawinput "1"
  3. m_mouseaccel1 "0"
  4. m_mouseaccel2 "0"
  5.  
  6. cl_autowepswitch "0"
  7. cl_disablefreezecam "1"
  8. gameinstructor_enable "0"
  9. cl_autohelp "0"
  10. cl_showhelp "0"
  11.  
  12. cl_updaterate "128"
  13. cl_cmdrate "128"
  14.  
  15. //tab Netgraph
  16. bind "TAB" "+ng";
  17. alias "+ng" "+showscores; net_graph 1"
  18. alias "-ng" "-showscores; net_graph 0"
  19.  
  20. bind o "toggle volume 0.3 0"
  21. bind v noclip
  22.  
  23. //Buybinds
  24. bind "KP_UPARROW" "buy hegrenade"
  25. bind "KP_PGUP" "buy smokegrenade"
  26. bind "KP_HOME" "buy flashbang"
  27.  
  28. bind "KP_5" "buy ak47"
  29. bind "KP_LEFTARROW" "buy tec9"
  30. bind "KP_RIGHTARROW" "buy deagle"
  31.  
  32. bind "KP_END" "buy awp"
  33. bind "KP_DOWNARROW" "buy galil"
  34. bind "KP_PGDN" "buy sg556"
  35.  
  36. bind "KP_PLUS" "buy vesthelm"
  37. bind "KP_MINUS" "buy vest"
  38. bind "KP_ENTER" "buy defuser"
  39.  
  40. //Displaydamage - Switch Script
  41. con_filter_text "hit"
  42. con_filter_text_out "shot"
  43. alias displaydamage "displaydamage_on"
  44. alias displaydamage_on "con_filter_enable 2; developer 1; alias displaydamage "displaydamage_off""
  45. alias displaydamage_off "con_filter_enable 0; developer 0; alias displaydamage "displaydamage_on""
  46. displaydamage_on
  47.  
  48. //Radar
  49. cl_radar_scale "0.3"
  50. cl_radar_rotate "1"
  51. cl_radar_always_centered "0"
  52. cl_radar_scale "0.42"
  53. cl_radar_icon_scale_min ".5"
  54. bind "KP_MULTIPLY" "incrementvar cl_radar_scale 0.32 0.52 0.1" //Radar size on Numpad-x (*)
  55. bind "KP_INS" "incrementvar cl_radar_scale 0.32 0.52 0.1" //Radar size on Numpad-x (*)
  56.  
  57. bind "END" "displaydamage"
  58.  
  59.  
  60. alias +altwalk "slot3; +speed"
  61. alias -altwalk "-speed; lastinv"
  62. bind alt +altwalk
  63.  
  64. alias back sloot1
  65. alias sloot1 "slot1; alias back sloot2"
  66. alias sloot2 "slot2; alias back sloot1"
  67. alias +knife slot3
  68. alias -knife lastinv
  69.  
  70. bind q back
  71. bind 1 sloot1
  72. bind 2 sloot2
  73. bind 3 +knife
  74.  
  75.  
  76. echo "Autoexec Config loaded"
  77. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement