Advertisement
NisseOnPastebin

CS:GO Autoexec, Rehauled Jan 2018

Aug 27th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. // Nisse's CS:GO config, developed since 2015, additional pieces added by Hatton, Pink Freud and Cruxal.
  2.  
  3.  
  4. - BINDS FOR COMPETITIVE GAME-MODE -
  5.  
  6. bind mouse4 "use weapon_smokegrenade" //Smoke hotkey
  7. bind mouse5 "use weapon_flashbang" //Flash hotkey
  8. bind "mwheelup" "use weapon_molotov; use weapon_incgrenade" //Molly hotkey
  9. bind "mwheeldown" +jump //For b-hops
  10. bind t "use weapon_c4; drop" //For instant bomb-drop
  11. bind c "holdpos"
  12. bind z "radio 1"
  13. bind x "radio 2"
  14. bind p "toggle cl_showpos 0 1"
  15. //Buy-binds
  16. bind f1 "buy vest; buy vesthelm" //Kevlar hotkey, works on pistolround and if you're low on money
  17. bind f2 "buy m4a1; buy m4a1; buy ak47" //AR hotkey
  18. bind f3 "buy awp" //AWP hotkey
  19. bind f4 "buy defuser" //Defuser hotkey
  20. bind f5 "buy flashbang" //Flashbang-buy hotkey
  21. bind f6 "buy smokegrenade" //Smokegrenade-buy hotkey
  22. bind f7 "buy molotov; buy incgrenade" //Molly-buy hotkey, works for T and CT
  23. bind f8 "buy hegrenade" //HE-buy hotkey
  24.  
  25.  
  26.  
  27. - INDIVIDUAL BINDS FOR FUNCTIONS -
  28.  
  29. //Viewmodel - #1 Far-out arms, #2 Close-in arms, #3 Screenshots
  30. bind 7 "viewmodel_presetpos 3"
  31. bind 8 "viewmodel_offset_x -2; viewmodel_offset_y 2; viewmodel_offset_z -2"
  32. bind 9 "viewmodel_offset_x -2; viewmodel_offset_y 1; viewmodel_offset_z 1"
  33.  
  34. // Switch Hands
  35. bind i "toggle cl_righthand 0 1"
  36.  
  37.  
  38. // Voice_Enable 0 - 1
  39. bind j "toggle voice_enable 1 0; say J"
  40.  
  41.  
  42. //Grenade Crosshair
  43. alias -smoke_throw "cl_crosshairsize 2.5;"
  44. alias +smoke_throw "cl_crosshairsize 250;"
  45. bind "-" +smoke_throw
  46.  
  47.  
  48. //Show Team Inventory
  49. alias "+cl_show_team_equipment" "cl_show_team_equipment 1"
  50. alias "-cl_show_team_equipment" "cl_show_team_equipment 0"
  51. bind "h" "+cl_show_team_equipment"
  52.  
  53.  
  54. // JUMPTHROW GRENADES
  55. alias +jumpthrow "+jump;-attack"
  56. alias -jumpthrow "-jump"
  57. bind v +jumpthrow
  58.  
  59.  
  60. // DISPLAY DAMAGE INFO SCRIPT
  61. developer 1
  62. con_filter_enable 2
  63. con_filter_text_out "Player:"
  64. con_filter_text "damage Given"
  65.  
  66.  
  67. // CHOOSE PREFERRED COLOR [0-yellow, 1-purple, 2-green, 3-blue,4-orange]
  68. cl_color 4
  69.  
  70.  
  71. // HRTF SETTINGS (SOUND)
  72. windows_speaker_config "1"
  73. snd_front_headphone_position "90.0"
  74. snd_rear_headphone_position "90.0"
  75. snd_headphone_pan_exponent "1.0"
  76. snd_headphone_pan_radial_weight "0.0"
  77. snd_use_hrtf "1"
  78.  
  79.  
  80. // SHOW NETGRAPH WITH SCOREBOARD
  81. net_graph "1"
  82. net_graphheight "9999"
  83. alias "+scorenet" "+showscores; net_graphheight 0"?
  84. alias "-scorenet" "-showscores; net_graphheight 9999"
  85. bind "tab" "+scorenet"
  86. net_graphproportionalfont 1
  87.  
  88.  
  89. // Rates
  90. rate 786432
  91. cl_cmdrate "128"
  92. cl_updaterate "128"
  93. cl_interp "0"
  94. cl_interp_ratio "1"
  95.  
  96.  
  97. // Mouse
  98. sensitivity "1.5"
  99. zoom_sensitivity_ratio_mouse "1.0"
  100. m_rawinput "1"
  101. m_customaccel "0"
  102. m_mouseaccel1 "0"
  103. m_mouseaccel2 "0"
  104.  
  105.  
  106. // Video
  107. mat_monitorgamma "1.6"
  108. mat_queue_mode "-1" // auto detect multi-core rendering
  109. fps_max "500"
  110. fps_max_menu "144" // set to monitor Hz
  111. r_drawtracers_firstperson "1"
  112.  
  113.  
  114. // Audio
  115. volume "0.3"
  116. musicvolume "0.2"
  117. voice_enable "1"
  118. voice_scale "0.8" // receive volume
  119. windows_speaker_config "1" // headphone audio output
  120. snd_musicvolume "0.1"
  121. snd_tensecondwarning_volume "1"
  122. snd_menumusic_volume "0"
  123. snd_roundend_volume "0"
  124. snd_roundstart_volume "0"
  125. snd_deathcamera_volume "0"
  126. snd_mapobjective_volume "0"
  127. lobby_voice_chat_enabled "0" // voice chat in lobby
  128.  
  129.  
  130. // HUD
  131. hud_scaling "1"
  132. hud_showtargetid "1"
  133. cl_hud_background_alpha "1"
  134. cl_hud_bomb_under_radar "1"
  135. cl_hud_color "1"
  136. cl_hud_playercount_pos "0"
  137. cl_hud_playercount_showcount "1"
  138. cl_hud_radar_scale "1"
  139. cl_showloadout "1"
  140. net_graphpos "2"
  141.  
  142.  
  143. // Radar - Large, centered radar that follows you
  144. cl_radar_always_centered "0"
  145. cl_radar_rotate "1"
  146. cl_radar_scale "0.3"
  147. cl_radar_icon_scale_min "0.6"
  148. cl_radar_square_with_scoreboard "1"
  149.  
  150.  
  151. // Raw paste for Crosshair
  152. cl_crosshairstyle "4"; cl_crosshairsize "2.5"; cl_crosshairthickness "0.6"; cl_crosshairgap "-0.9" cl_cixedcrosshairgap "3"; cl_crosshairdot "0"; cl_crosshaircl_crosshairusealpha "1"; cl_crosshairalpha "255"; cl_crosshair_drawoutline "2"; cl_crosshair_outlinethickness "1"; cl_crosshairgap_useweaponvalue "0"
  153.  
  154.  
  155. // Crosshair
  156. cl_crosshairstyle "4"
  157. cl_crosshairsize "2.5"
  158. cl_crosshairthickness "0.6"
  159. cl_crosshairgap "-0.9" // dynamic
  160. cl_fixedcrosshairgap "3"
  161. cl_crosshairdot "0"
  162. cl_crosshairusealpha "1"
  163. cl_crosshairalpha "255"
  164. cl_crosshair_drawoutline "2"
  165. cl_crosshair_outlinethickness "1"
  166. cl_crosshairgap_useweaponvalue "0"
  167.  
  168.  
  169. // Magenta crosshair
  170. cl_crosshaircolor "5"
  171. cl_crosshaircolor_r "255"
  172. cl_crosshaircolor_g "0"
  173. cl_crosshaircolor_b "255"
  174.  
  175.  
  176. // Misc
  177. con_enable "1"
  178. ui_steam_overlay_notification_position "bottomright"
  179. mm_dedicated_search_maxping "60" // max ping for matchmaking games
  180. gameinstructor_enable "0"
  181. option_duck_method "0"
  182. option_speed_method "0"
  183. cl_disablehtmlmotd "0"
  184. cl_autohelp "0"
  185. cl_showhelp "0"
  186. cl_disablefreezecam "1"
  187. cl_teammate_colors_show "1"
  188. cl_autowepswitch "0" // auto weapon switch on pickup
  189. cl_use_opens_buy_menu "0" // E opening buy menu
  190. closeonbuy "0"
  191.  
  192.  
  193.  
  194.  
  195. - Spam-binds and placeholders for Numpad -
  196.  
  197.  
  198. bind KP_HOME "say Join the Boys&Friends!"
  199. bind KP_UPARROW "say ha ha , yes! :-)"
  200. bind KP_PGUP "say oof"
  201. bind KP_LEFTARROW "say Use my code KEEM for 5% off G-fuel!"
  202. bind KP_5 "say Sent from my iPhone"
  203. bind KP_RIGHTARROW "say Ass-eating is considered the national sport of Uganda."
  204. bind KP_END "say Sharks have two penises... so, which one do they cum out of?"
  205. bind KP_DOWNARROW "say my Main: steamcommunity.com/id/Nisse1"
  206. bind KP_PGDN "say twitch.tv/nisseontwitch"
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213. - Custom Binds - Non-competitive Game-modes -
  214.  
  215. bind "." noclip
  216. // 1v1 Bind
  217. bind n "sv_cheats 1;bot_kick;mp_maxrounds 30;mp_roundtime 1.45;mp_freezetime 2;mp_restartgame 1;mp_weapons_allow_map_placed 1;mp_free_armor 1;mp_round_restart_delay 2;mp_warmup_end"
  218. // Offline Map Practice
  219. bind m "sv_grenade_trajectory 1; sv_cheats 1; godmode; sv_showimpacts 1; sv_showimpacts_time 6; mp_limitteams 0;mp_autoteambalance 0;mp_roundtime 60;mp_roundtime_defuse 60;mp_maxmoney 99999;mp_startmoney 99999;mp_freezetime 0;mp_buytime 9999;mp_buy_anywhere 1;sv_infinite_ammo 1;ammo_grenade_limit_total 5;mp_warmup_end;mp_restartgame 1"
  220. /Offline Surf Binds
  221. bind HOME bot_kick; godmode; mp_roundtime 60; sv_airaccelerate 12000; sv_maxspeed 12000; sv_autobunnyhopping 1; mp_freezetime 0; mp_warmup_end; mp_restartgame 1"
  222. bind mouse3 sm_restart //For restarting surf-maps
  223.  
  224.  
  225.  
  226. host_writeconfig // Writes all the commands into the .cfg file
  227. echo "*******************************"
  228. echo "*********************************"
  229. echo twitch.tv/nisseontwitch
  230. echo "*********************************"
  231. echo "******************************"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement