Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Optimised CS2 Autoexec – generated 2025‑07‑16
- echo "Optimised autoexec.cfg loaded – top‑UK coach edition"
- // === Mouse & Sensitivity ===
- sensitivity "2.13" //Adjust to preference //DPI 400
- zoom_sensitivity_ratio "0.8189"
- // === Viewmodel ===
- viewmodel_fov "68"
- viewmodel_offset_x "2" //Changes viewmodel view in X scale (-2 to 2.5)
- viewmodel_offset_y "0" //Changes viewmodel view in Y scale (-2 to 2)
- viewmodel_offset_z "-1.5" //Changes viewmodel view in Z scale (-2 to 2)
- // === Crosshair (huNter‑ 2025) ===
- // Code: CSGO-wTm8n-xyNG7-Gedpn-BS9MO-TpNkO
- cl_crosshairgap "-3"
- cl_crosshair_outlinethickness "1"
- cl_crosshaircolor_r "255"
- cl_crosshaircolor_g "255"
- cl_crosshaircolor_b "255"
- cl_crosshairalpha "255"
- cl_crosshair_dynamic_splitdist "3"
- cl_crosshair_recoil "false"
- cl_fixedcrosshairgap "-2"
- cl_crosshaircolor "2"
- cl_crosshair_drawoutline "1"
- cl_crosshair_dynamic_splitalpha_innermod "0"
- cl_crosshair_dynamic_splitalpha_outermod "1"
- cl_crosshair_dynamic_maxdist_splitratio "1"
- cl_crosshairthickness "1"
- cl_crosshairdot "0"
- cl_crosshairgap_useweaponvalue "0"
- cl_crosshairusealpha "1"
- cl_crosshair_t "0"
- cl_crosshairstyle "4"
- cl_crosshairsize "1"
- // === Custom Binds ===
- bind "LEFTARROW" "+turnleft"
- bind "RIGHTARROW" "+turnright"
- bind "UPARROW" "+forward"
- bind "DOWNARROW" "+back"
- bind "ENTER" "+attack"
- // === Netcode ===
- rate "786432" // 6.2 Mbps – safe high value
- cl_interp "0.015625"
- cl_interp_ratio "1"
- // === Performance ===
- fps_max "400" // cap to keep frametimes stable
- fps_max_ui "0"
- engine_low_latency_sleep_after_client_tick "true"
- vprof_off
- r_csgo_water_refraction "0"
- r_csgo_water_effects "0"
- // === QoL & HUD ===
- cl_radar_always_centered "1"
- cl_hud_color "8" // team colour
- cl_showfps "0"
- // === Binds ===
- bind "f" "+voicerecord" // push‑to‑talk
- bind "mouse5" "use weapon_knife;use weapon_flashbang" // quick‑flash
- bind "space" "+jump"
- bind "mwheeldown" "+jump"
- bind "mwheelup" "+jump"
- //=== Hands ===
- bind "leftarrow" "cl_righthand 0"
- bind "rightarrow" "cl_righthand 1"
- // === Aliases ===
- alias "rs" "mp_restartgame 1"
- // Launch Options
- //-console -nojoy +fps_max 0 -softparticlesdefaultoff -fullscreen -refresh 240 -forcenovsync +engine_low_latency_sleep_after_client_tick true
- //------------------------------------------
- //------------------------------------------
- //------------------------------------------ /------------------------------------------ // Alternative Command Script - by MrMaxim
- // Hold down a toggle key to trigger a secondary command
- // Part 1 (Input Primary/Default Command)
- alias defZ "bind z radio"
- alias defX "bind x slot12"
- alias defC "bind c radio2"
- alias defQ "bind q lastinv"
- alias defE "bind e +use"
- alias defF "bind f +voicerecord"
- alias defG "bind g drop"
- alias def1 "bind 1 slot1"
- alias def2 "bind 2 slot2"
- alias def3 "bind 3 slot3"
- alias defP "bind p say gg"
- // Part 2 (Make sure the keyboard letters are the same as part 1)
- alias keyZ "bind z customZ"
- alias keyX "bind x customX"
- alias keyC "bind c customC"
- alias keyQ "bind q customQ"
- alias keyE "bind e customE"
- alias keyF "bind f customF"
- alias keyG "bind g customG"
- alias key1 "bind 1 custom1"
- alias key2 "bind 2 custom2"
- alias key3 "bind 3 custom3"
- alias keyP "bind p customP"
- // Part 3 (Input Secondary Command)
- alias customZ "god"
- alias customX "noclip"
- alias customC ""
- alias customQ "slot7"
- alias customE "slot6"
- alias customF ""
- alias customG ""
- alias custom1 "slot8"
- alias custom2 "slot10"
- alias custom3 "slot9"
- 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"
- //Part 4 (Don't touch, wierdo)
- alias +secondarycommand "keyZ; keyX; keyC; keyQ; keyE; keyF; keyG; key1; key2; key3; keyP"
- alias -secondarycommand "defZ; defX; defC; defQ; defE; defF; defG; def1; def2; def3; defP"
- //Part 5 (Toggle - Holding this will trigger your secondary commands)
- bind alt +secondarycommand
- echo "Autoexec properly executed"
- host_writeconfig;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement