Advertisement
Guest User

Autoexec.cfg

a guest
Nov 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. unbindall
  2. ///Binds
  3. //Slot Binds
  4. bind "0" "slot10"
  5. bind "1" "slot1; exec RifleCrosshair; cl_righthand 1"
  6. bind "2" "slot2; exec PistolCrosshair; cl_righthand 1"
  7. bind "3" "slot3; exec KnifeCrosshair; cl_righthand 0"
  8. bind "4" "slot4; exec GrenadeCrosshair; cl_righthand 0"
  9. bind "5" "slot5; exec KnifeCrosshair; cl_righthand 1"
  10. bind "6" "slot6"
  11. bind "7" "slot7"
  12. bind "8" "slot8"
  13. bind "9" "slot9"
  14. //Buy Binds
  15. bind "home" "buy aug; buy sg556; buy deagle; buy vest; buy vesthelm; buy defuser; buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade; buy molotov;"
  16. //Move Binds
  17. bind "w" "+forward"
  18. bind "a" "+moveleft"
  19. bind "s" "+back"
  20. bind "d" "+moveright"
  21. bind "mwheelup" "+jump"
  22. bind "mwheeldown" "+jump"
  23. bind "SHIFT" "+speed"
  24. bind "CTRL" "+duck"
  25. //Mouse Binds
  26. bind "MOUSE1" "+attack; echo @PSycho"
  27. bind "MOUSE2" "+attack2; echo @PSycho"
  28. bind "MOUSE3" "+use"
  29. //Other Binds
  30. bind "b" "buymenu"
  31. bind "g" "drop"
  32. bind "m" "teammenu"
  33. bind "q" "lastinv"
  34. bind "r" "+reload"
  35. //Jumpthrow Bind
  36. alias "+jumpthrow" "+jump;-attack"
  37. alias "-jumpthrow" "-jump"
  38. bind "v" "+jumpthrow"
  39. //Communication Binds
  40. bind "k" "+voicerecord"
  41. bind "x" "radio2"
  42. bind "z" "radio1"
  43. bind "c" "radio3"
  44. bind "y" "messagemode"
  45. bind "u" "messagemode2"
  46. //Scoreboard Netgraph Script
  47. net_graph "1"
  48. net_graphheight "9999"
  49. alias "+scorenet" "+showscores; net_graphheight 0"
  50. alias "-scorenet" "-showscores; net_graphheight 9999"
  51. bind "TAB" "+scorenet"
  52. //another binds lol
  53. bind "'" "toggleconsole"
  54. bind "," "buyammo1"
  55. bind "." "buyammo2"
  56. bind "\" "+spray_menu"
  57. bind "ESCAPE" "cancelselect"
  58. bind "DEL" "mute"
  59. bind "PAUSE" "pause"
  60. bind "RSHIFT" "r_cleardecals"
  61. bind "F7" "rebuy"
  62. bind "F8" "autobuy"
  63. @panorama_debug_overlay_opacity "0.8"
  64. adsp_debug "0"
  65. ai_report_task_timings_on_limit "0"
  66. ai_think_limit_label "0"
  67. //idk
  68. developer 1
  69. con_filter_enable "2"
  70. con_filter_text "@PSycho"
  71. con_filter_text_out "player"
  72. ///Budget (I recommend u to dont touch here)
  73. budget_averages_window "30"
  74. budget_background_alpha "128"
  75. budget_bargraph_background_alpha "128"
  76. budget_bargraph_range_ms "16.6666666667"
  77. budget_history_numsamplesvisible "100"
  78. budget_history_range_ms "66.666666667"
  79. budget_panel_bottom_of_history_fraction ".25"
  80. budget_panel_height "384"
  81. budget_panel_width "512"
  82. budget_panel_x "0"
  83. budget_panel_y "50"
  84. budget_peaks_window "30"
  85. budget_show_averages "0"
  86. budget_show_history "1"
  87. budget_show_peaks "1"
  88. bugreporter_uploadasync "0"
  89. bugreporter_username ""
  90. ///VM
  91. viewmodel_fov "68"
  92. viewmodel_offset_x "2.500000"
  93. viewmodel_offset_y "0"
  94. viewmodel_offset_z "-1.500000"
  95. viewmodel_presetpos "0"
  96. viewmodel_recoil "0"
  97. ///Sound
  98. snd_deathcamera_volume "0.5"
  99. snd_duckerattacktime "0.5"
  100. snd_duckerreleasetime "2.5"
  101. snd_duckerthreshold "0.15"
  102. snd_ducking_off "1"
  103. snd_ducktovolume "0.55"
  104. snd_hrtf_distance_behind "100"
  105. snd_hrtf_voice_delay "0.1"
  106. snd_hwcompat "0"
  107. snd_mapobjective_volume "0.000000"
  108. snd_menumusic_volume "0.000000"
  109. snd_mix_async "1"
  110. snd_mix_async_onetime_reset "1"
  111. snd_mixahead "0.01"
  112. snd_music_selection "1"
  113. snd_music_volume_onetime_reset_2 "1"
  114. snd_musicvolume_multiplier_inoverlay "0.1"
  115. snd_mute_losefocus "1"
  116. snd_mvp_volume "0.5"
  117. snd_pitchquality "1"
  118. snd_roundend_volume "0.000000"
  119. snd_roundstart_volume "0.000000"
  120. snd_surround_speakers "-1"
  121. snd_tensecondwarning_volume "0.469119"
  122. snd_use_hrtf_onetime_reset "0"
  123. sound_device_override ""
  124. snd_setmixer PlayerFootsteps vol 0.1
  125. //idk
  126. cl_use_opens_buy_menu "0"
  127. mat_monitorgamma "1.600000"
  128. mm_dedicated_search_maxping "72"
  129. ui_steam_overlay_notification_position "topright"
  130. volume "1.0"
  131. ///AFKBOT ALIAS
  132. alias +afkbot "+attack2; +crouch; +moveright; +right"
  133. alias -afkbot "-attack2; -crouch; -moveright; -right"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement