wriggle_

autoexec.cfg working (bar spectate)

Jun 29th, 2025
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.20 KB | None | 0 0
  1. // =====================
  2. // === INITIAL SETUP ===
  3. // =====================
  4. unbindall
  5. clear
  6.  
  7. // ===================
  8. // === BASIC BINDS ===
  9. // ===================
  10. bind ` toggleconsole
  11. bind w +forward
  12. bind s +back
  13. bind a +left
  14. bind d +right
  15. bind space "+jump; reset_score"
  16. bind mwheeldown "+jump; reset_score"
  17. bind mwheelup player_ping
  18. bind shift +duck
  19. bind ctrl +voicerecord
  20. bind alt switch_walk
  21. bind mouse2 +attack2
  22. bind mouse3 bomb
  23. bind mouse4 switch_main_weapons_button
  24. bind mouse5 switch_alt_weapons_button
  25. bind tab +stim
  26. bind r +reload
  27. bind f "+lookatweapon"
  28. bind q +use
  29. bind e +use
  30. bind t "toggle cl_radar_scale 1 0.3"
  31. bind p drop_nades
  32. bind n sv_rethrow_last_grenade
  33. bind v slot8
  34. bind x slot6
  35. bind c slot10
  36. bind b slot7
  37. bind 1 scoretoggle1
  38. bind 3 radio
  39. bind 4 "drop; slot_1; reset_main_weapons; reset_alt_weapons"
  40. bind 8 buymenu
  41. bind f1 "vote option1; v_yes"
  42. bind f2 "vote option2; v_no"
  43. bind f4 rebuy
  44. bind f9 "autobuy; slot_1"
  45. bind ins say
  46. bind del say
  47. bind pgup say_team
  48. bind home say
  49. bind ralt "clear; exec autoexec"
  50. bind "rightarrow" "spect_next"
  51. bind "leftarrow" "spect_prev"
  52.  
  53. // ===========================
  54. // === MOVEMENT & WALKING ===
  55. // ===========================
  56. alias switch_walk_on "+walk_mode; alias switch_walk switch_walk_off"
  57. alias switch_walk_off "-walk_mode; alias switch_walk switch_walk_on"
  58. alias +walk_mode "+sprint; cl_hud_color 6"
  59. alias -walk_mode "-sprint; cl_hud_color 5"
  60. alias switch_walk switch_walk_on
  61.  
  62. // =====================
  63. // === FIRE & ATTACK ===
  64. // =====================
  65. alias +fire_weapon "+attack"
  66. alias -fire_weapon "-attack"
  67. alias +plant_bomb "+attack"
  68. alias -plant_bomb "-attack; slot_1; reset_main_weapons; reset_alt_weapons"
  69. alias +bomb_mode "bind mouse1 +plant_bomb"
  70. alias -bomb_mode "bind mouse1 +fire_weapon"
  71. alias bomb "slot_5; reset_alt_weapons; alias switch_main_weapons switch_main_weapons_primary; +bomb_mode"
  72.  
  73. // ========================
  74. // === WEAPON SWITCHING ===
  75. // ========================
  76. alias switch_main_weapons_secondary "slot_3; alias switch_main_weapons switch_main_weapons_primary; inspect_weapon"
  77. alias switch_main_weapons_primary "slot_1; alias switch_main_weapons switch_main_weapons_secondary"
  78. alias switch_main_weapons switch_main_weapons_secondary
  79. alias switch_main_weapons_button "switch_main_weapons; reset_alt_weapons"
  80.  
  81. alias switch_alt_weapons_secondary "slot_11; alias switch_alt_weapons switch_alt_weapons_primary"
  82. alias switch_alt_weapons_primary "slot_2; alias switch_alt_weapons switch_alt_weapons_secondary"
  83. alias switch_alt_weapons_button "switch_alt_weapons; reset_main_weapons"
  84.  
  85. alias reset_alt_weapons "alias switch_alt_weapons switch_alt_weapons_primary"
  86. alias reset_main_weapons "alias switch_main_weapons switch_main_weapons_secondary"
  87.  
  88. // ========================
  89. // === GRENADE SLOTS ===
  90. // ========================
  91. alias decoy slot_9
  92. alias frag slot_6
  93. alias incendiary slot_10
  94. alias smoke slot_8
  95. alias flashbang slot_7
  96.  
  97. // =======================
  98. // === SLOT MANAGEMENT ===
  99. // =======================
  100. alias slot_1 "slot11; slot3; slot2; slot1; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
  101. alias slot_2 "slot11; slot3; slot1; slot2; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
  102. alias slot_3 "slot1; slot2; slot11; slot3; -bomb_mode; speed_mode_color_check; +bonus_overhead_info"
  103. alias slot_5 "slot11; slot3; slot2; slot1; slot5; +bomb_mode; bomb_speed_mode_color_check; +bonus_overhead_info"
  104. alias slot_6 "slot11; slot3; slot2; slot1; slot6; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
  105. alias slot_7 "slot11; slot3; slot2; slot1; slot9; slot7; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
  106. alias slot_8 "slot11; slot3; slot2; slot1; slot8; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
  107. alias slot_9 "slot11; slot3; slot2; slot1; slot9; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
  108. alias slot_10 "slot11; slot3; slot2; slot1; slot10; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
  109. alias slot_11 "slot3; slot1; slot2; slot11; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
  110. alias slot_12 "slot11; slot3; slot2; slot1; slot12; -bomb_mode; speed_mode_color_check; -bonus_overhead_info"
  111.  
  112. // ===================
  113. // === STIM/HEALTH ===
  114. // ===================
  115. alias +stim slot_12
  116. alias -stim "slot_1; switch_main_weapons_primary"
  117.  
  118. // ====================
  119. // === SCOREBOARD ===
  120. // ====================
  121. alias +scoreboard "+showscores; cl_showerror 1; cl_showpos 1; cl_showfps 1"
  122. alias -scoreboard "-showscores; cl_showerror 0; cl_showpos 0; cl_showfps 0"
  123. alias scoretoggle1 scoretoggle2
  124. alias scoretoggle2 "+scoreboard; alias scoretoggle1 scoretoggle3"
  125. alias scoretoggle3 "-scoreboard; alias scoretoggle1 scoretoggle2"
  126. alias reset_score "-scoreboard; alias scoretoggle1 scoretoggle2"
  127.  
  128. // ========================
  129. // === VOICE & CHAT ===
  130. // ========================
  131. alias switch_voice_on "+voicerecord; alias switch_voice switch_voice_off"
  132. alias switch_voice_off "-voicerecord; alias switch_voice switch_voice_on"
  133. alias switch_voice switch_voice_on
  134.  
  135. // =======================
  136. // === TEAM OVERHEAD ===
  137. // =======================
  138. alias +bonus_overhead_info "cl_teamid_overhead_mode 2"
  139. alias -bonus_overhead_info "cl_teamid_overhead_mode 2"
  140.  
  141. // ===========================
  142. // === VIEWMODELS & HUD ===
  143. // ===========================
  144. alias beautiful_viewmodels "viewmodel_fov 68; viewmodel_offset_x 2.5; viewmodel_offset_y 2; viewmodel_offset_z -2; viewmodel_presetpos 0"
  145. bind h "toggle cl_righthand 0 1"
  146.  
  147. cl_draw_only_deathnotices 0
  148. cl_drawhud 1
  149. hud_scaling 0.95
  150. hud_showtargetid 1
  151. safezonex 1
  152. safezoney 1
  153. cl_teammate_colors_show 1
  154.  
  155. // =================
  156. // === RADAR ===
  157. // =================
  158. cl_hud_radar_scale 1.15
  159. cl_radar_always_centered 1
  160. cl_radar_icon_scale_min 0.4
  161. cl_radar_rotate 1
  162. cl_radar_scale 0.3333333333333
  163. cl_radar_square_with_scoreboard 0
  164.  
  165. // =====================
  166. // === CROSSHAIR ===
  167. // =====================
  168. cl_crosshair_recoil 0
  169. cl_crosshair_sniper_width 2
  170. apply_crosshair_code CSGO-hetZ2-uWzUP-Zc9Jx-swviT-YruCQ
  171.  
  172. // ========================
  173. // === MOUSE SETTINGS ===
  174. // ========================
  175. cl_mouselook 1
  176. m_pitch 0.022
  177. m_yaw 0.0165
  178. zoom_sensitivity_ratio 1.125
  179. sensitivity 2.40
  180. bind mouse_x yaw
  181. bind mouse_y pitch
  182.  
  183. // =======================
  184. // === PING SETTINGS ===
  185. // =======================
  186. cl_ping_fade_deadzone 20
  187. cl_ping_fade_distance 100
  188. cl_player_ping_mute 1
  189. cl_radial_radio_tap_to_ping 0
  190.  
  191. // =====================
  192. // === CAMERA ===
  193. // =====================
  194. c_maxdistance 200
  195. c_maxpitch 90
  196. c_maxyaw 135
  197. c_mindistance 30
  198. c_minpitch 0
  199. c_minyaw -135
  200. c_orthoheight 100
  201. c_orthowidth 100
  202. c_thirdpersonshoulder false
  203. c_thirdpersonshoulderaimdist 120
  204. c_thirdpersonshoulderdist 40
  205. c_thirdpersonshoulderheight 5
  206. c_thirdpersonshoulderoffset 20
  207. cam_collision 1
  208. cam_idealdelta 4
  209. cam_idealdist 150
  210. cam_ideallag 4
  211. cam_idealpitch 0
  212. cam_idealyaw 0
  213.  
  214. firstperson
  215.  
  216. // ========================
  217. // === VOICE SETTINGS ===
  218. // ========================
  219. voice_loopback 0
  220. voice_system_enable 1
  221. voice_threshold -120
  222.  
  223. // =============================
  224. // === QUALITY OF LIFE / QOL ===
  225. // =============================
  226. bot_difficulty 999
  227. cl_autohelp 0
  228. cl_autowepswitch 0
  229. cl_disablehtmlmotd 1
  230. cl_downloadfilter "nosounds"
  231. cl_hide_avatar_images 0
  232. cl_allow_animated_avatars 0
  233. cl_join_advertise 2
  234. cl_mute_all_but_friends_and_party 0
  235. cl_sanitize_player_names 0
  236. cl_show_clan_in_death_notice 0
  237. cl_showfps 0
  238. cl_showhelp 0
  239. cl_showpos 0
  240. cl_use_opens_buy_menu 0
  241. closeonbuy 0
  242. con_enable 1
  243. custom_bot_difficulty 999
  244. cq_netgraph 1
  245. demo_index 1
  246. developer 1
  247. rate 1000000
  248. fps_max 1000
  249. fps_max_tools 1000
  250. fps_max_ui 1000
  251. gameinstructor_enable 0
  252. mat_monitorgamma 1.6
  253. mat_monitorgamma_tv_enabled 0
  254. option_duck_method 0
  255. option_speed_method 0
  256. r_drawtracers 1
  257. r_drawtracers_firstperson 1
  258. ui_setting_advertiseforhire_auto 0
  259. ui_vanitysettings_loadoutslot_ct grenade0
  260. ui_vanitysettings_loadoutslot_t grenade4
  261. ui_vanitysetting_team ct
  262. cl_updaterate 128
  263. cl_interp_ratio 1
  264. cl_interp "0.015625"
  265. mm_dedicated_search_maxping 45
  266.  
  267.  
  268.  
  269. // ==========================
  270. // === CONFIG EXECUTION ===
  271. // ==========================
  272. host_writeconfig autoexec.cfg
  273. echo ---AUTOEXEC.cfg LOADED---
Add Comment
Please, Sign In to add comment