Advertisement
pdoti

Untitled

Jul 18th, 2025
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. // Optimised CS2 Autoexec – generated 2025‑07‑16
  2. echo "Optimised autoexec.cfg loaded – top‑UK coach edition"
  3.  
  4. // === Mouse & Sensitivity ===
  5. sensitivity "2.13" //Adjust to preference //DPI 400
  6. zoom_sensitivity_ratio "0.8189"
  7.  
  8. // === Viewmodel ===
  9. viewmodel_fov "68"
  10. viewmodel_offset_x "2" //Changes viewmodel view in X scale (-2 to 2.5)
  11. viewmodel_offset_y "0" //Changes viewmodel view in Y scale (-2 to 2)
  12. viewmodel_offset_z "-1.5" //Changes viewmodel view in Z scale (-2 to 2)
  13.  
  14. // === Crosshair (huNter‑ 2025) ===
  15. // Code: CSGO-wTm8n-xyNG7-Gedpn-BS9MO-TpNkO
  16. cl_crosshairgap "-3"
  17. cl_crosshair_outlinethickness "1"
  18. cl_crosshaircolor_r "255"
  19. cl_crosshaircolor_g "255"
  20. cl_crosshaircolor_b "255"
  21. cl_crosshairalpha "255"
  22. cl_crosshair_dynamic_splitdist "3"
  23. cl_crosshair_recoil "false"
  24. cl_fixedcrosshairgap "-2"
  25. cl_crosshaircolor "2"
  26. cl_crosshair_drawoutline "1"
  27. cl_crosshair_dynamic_splitalpha_innermod "0"
  28. cl_crosshair_dynamic_splitalpha_outermod "1"
  29. cl_crosshair_dynamic_maxdist_splitratio "1"
  30. cl_crosshairthickness "1"
  31. cl_crosshairdot "0"
  32. cl_crosshairgap_useweaponvalue "0"
  33. cl_crosshairusealpha "1"
  34. cl_crosshair_t "0"
  35. cl_crosshairstyle "4"
  36. cl_crosshairsize "1"
  37.  
  38. // === Custom Binds ===
  39. bind "LEFTARROW" "+turnleft"
  40. bind "RIGHTARROW" "+turnright"
  41. bind "UPARROW" "+forward"
  42. bind "DOWNARROW" "+back"
  43. bind "ENTER" "+attack"
  44.  
  45.  
  46. // === Netcode ===
  47. rate "786432" // 6.2 Mbps – safe high value
  48. cl_interp "0.015625"
  49. cl_interp_ratio "1"
  50.  
  51.  
  52. // === Performance ===
  53. fps_max "400" // cap to keep frametimes stable
  54. fps_max_ui "0"
  55. engine_low_latency_sleep_after_client_tick "true"
  56. vprof_off
  57. r_csgo_water_refraction "0"
  58. r_csgo_water_effects "0"
  59.  
  60. // === QoL & HUD ===
  61. cl_radar_always_centered "1"
  62. cl_hud_color "8" // team colour
  63. cl_showfps "0"
  64.  
  65.  
  66. // === Binds ===
  67. bind "f" "+voicerecord" // push‑to‑talk
  68. bind "mouse5" "use weapon_knife;use weapon_flashbang" // quick‑flash
  69. bind "space" "+jump"
  70. bind "mwheeldown" "+jump"
  71. bind "mwheelup" "+jump"
  72.  
  73. //=== Hands ===
  74.  
  75. bind "leftarrow" "cl_righthand 0"
  76. bind "rightarrow" "cl_righthand 1"
  77.  
  78. // === Aliases ===
  79. alias "rs" "mp_restartgame 1"
  80.  
  81. // Launch Options
  82. //-console -nojoy +fps_max 0 -softparticlesdefaultoff -fullscreen -refresh 240 -forcenovsync +engine_low_latency_sleep_after_client_tick true
  83.  
  84. //------------------------------------------
  85. //------------------------------------------
  86.  
  87. //------------------------------------------ /------------------------------------------ // Alternative Command Script - by MrMaxim
  88. // Hold down a toggle key to trigger a secondary command
  89. // Part 1 (Input Primary/Default Command)
  90. alias defZ "bind z radio"
  91. alias defX "bind x slot12"
  92. alias defC "bind c radio2"
  93. alias defQ "bind q lastinv"
  94. alias defE "bind e +use"
  95. alias defF "bind f +voicerecord"
  96. alias defG "bind g drop"
  97. alias def1 "bind 1 slot1"
  98. alias def2 "bind 2 slot2"
  99. alias def3 "bind 3 slot3"
  100. alias defP "bind p say gg"
  101.  
  102. // Part 2 (Make sure the keyboard letters are the same as part 1)
  103. alias keyZ "bind z customZ"
  104. alias keyX "bind x customX"
  105. alias keyC "bind c customC"
  106. alias keyQ "bind q customQ"
  107. alias keyE "bind e customE"
  108. alias keyF "bind f customF"
  109. alias keyG "bind g customG"
  110. alias key1 "bind 1 custom1"
  111. alias key2 "bind 2 custom2"
  112. alias key3 "bind 3 custom3"
  113. alias keyP "bind p customP"
  114.  
  115. // Part 3 (Input Secondary Command)
  116. alias customZ "god"
  117. alias customX "noclip"
  118. alias customC ""
  119. alias customQ "slot7"
  120. alias customE "slot6"
  121. alias customF ""
  122. alias customG ""
  123. alias custom1 "slot8"
  124. alias custom2 "slot10"
  125. alias custom3 "slot9"
  126. alias customP "sv_grenade_trajectory_prac_pipreview 1; sv_grenade_trajectory_prac_trailtime 4; mp_buy_anywhere 1; mp_freezetime 0; mp_ignore_round_win_conditions 1; mp_buytime 99999; mp_startmoney 60000; mp_maxmoney 60000; ; ammo_grenade_limit_total 6; mp_warmup_pausetimer 1; mp_warmup_start; sv_cheats 1; sv_infinite_ammo 2; bot_kick; say Practice Enabled"
  127.  
  128. //Part 4 (Don't touch, wierdo)
  129. alias +secondarycommand "keyZ; keyX; keyC; keyQ; keyE; keyF; keyG; key1; key2; key3; keyP"
  130. alias -secondarycommand "defZ; defX; defC; defQ; defE; defF; defG; def1; def2; def3; defP"
  131.  
  132. //Part 5 (Toggle - Holding this will trigger your secondary commands)
  133. bind alt +secondarycommand
  134.  
  135. echo "Autoexec properly executed"
  136.  
  137. host_writeconfig;
  138.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement