Skip to content

Instantly share code, notes, and snippets.

@alametti
Created February 16, 2024 03:51
Show Gist options
  • Save alametti/cf3a8ebcb679267ede036841e598f944 to your computer and use it in GitHub Desktop.
Save alametti/cf3a8ebcb679267ede036841e598f944 to your computer and use it in GitHub Desktop.
CS autoexec
cl_crosshair_drawoutline 0;
cl_crosshair_sniper_width 1;
cl_crosshairalpha 255;
cl_crosshaircolor 2;
cl_crosshaircolor_b 165;
cl_crosshaircolor_g 255;
cl_crosshaircolor_r 0;
cl_crosshairdot 0;
cl_crosshairgap -3;
cl_crosshairsize 2;
cl_crosshairstyle 4;
cl_crosshairthickness 0;
bind mwheelup +jump; bind mwheeldown +jump;
#bind space +jump
bind n "slot5; drop; slot1"
bind MOUSE3 "slot2"
bind MOUSE4 "slot3"
bind "v" "slot4"
bind MOUSE5 "slot1"
bind DEL toggleconsole;
alias toggle_armor vest_helm
alias vest_helm "buy vest; alias toggle_armor helm_vest"
alias helm_vest "buy vesthelm; alias toggle_armor vest_helm"
alias reset_armor "alias toggle_armor vest_helm"
bind b "reset_armor; buymenu"
bind - toggle_armor
alias "+jumpaction" "+jump;"
alias "+throwaction" "-attack; -attack2"
alias "-jumpaction" "-jump"
bind space "+jumpaction;+throwaction;"
alias "+runthrow" "+forward;+jump;"
alias "-runthrow" "-jump;-forward"
bind 2 "+runthrow;+throwaction"
// sv_pausable "1";
// bind "`" "toggleconsole";
// bind "=" "exec autoexec"
// cl_autowepswitch "0";
// cl_viewmodel_shift_left_amt "0"
// cl_viewmodel_shift_right_amt "0"
// cl_bob_lower_amt "0"
// cl_bobamt_lat "0"
// cl_bobamt_vert "0"
// cl_showloadout "1"
// cl_bobcycle "1"
// cl_cmdrate "128";
// cl_disablehtmlmotd "1";
// cl_forcepreload "1";
// cl_inv_showdividerline "0";
// cl_radar_always_centered "0";
// cl_radar_scale "0.40000";
// cl_showloadout "1";
// cl_spec_mode "4";
// cl_updaterate "128";
// gameinstructor_enable "0";
// m_customaccel "0";
// mm_dedicated_search_maxping "90";
// r_drawtracers_firstperson "0";
// sf_ui_tint "2";
// spec_show_xray "0";
// sys_aspectratio "1";
// ui_steam_overlay_notification_position "topright";
// tr_completed_training "1";
// cl_disablefreezecam "0";
//
// cl_showfps "1";
//
sensitivity "0.2625";
alias "1080" "sensitivity 0.2625";
alias "1440" "sensitivity 0.35";
alias "nm" "exec autoexec";
alias "pr" "exec practice";
//
// // Buy binds
// bind "kp_ins" "buy vesthelm; buy vest"
// bind "kp_del" "buy defuser";
// bind "kp_end" "buy flashbang;"
// bind "kp_downarrow" "buy smokegrenade;"
// bind "kp_pgdn" "buy hegrenade;"
// bind "kp_enter" "buy defuser";
// bind "kp_leftarrow" "buy galilar; buy famas;"
// bind "kp_5" "buy ak47; buy m4a1;"
// bind "kp_rightarrow" "buy deagle; buy revolver;"
// bind "kp_plus" "buy awp;"
// bind "kp_home" "buy p250;"
// bind "kp_uparrow" "buy mp7;"
// bind "kp_pgup" "buy ssg08;"
// bind "tab" "+showscores"
//
bot_defer_to_human_goals false;
bot_defer_to_human_items false;
//
// host_writeconfig
//
bind z "buy molotov; buy incgrenade; slot10";
bind f "buy flashbang; slot7";
bind x "buy smokegrenade; slot8";
bind c "buy hegrenade; slot6";
bind v "slot4"
bind "6" "buy secondary1;"
bind "7" "buy midtier0;"
bind "8" "buy rifle0;"
bind "9" "buy rifle1;"
bind "0" "buy rifle2;"
// bind "-" " buy vesthelm; buy vest;"
bind "." " buy defuser;"
bind "," "buy deagle"
bind "F1" "+voicerecord"
cl_radar_square_with_scoreboard true
volume 1
cl_radar_scale 0.3
// Right of keyboard binds
bind "UPARROW" "+forward"
bind "LEFTARROW" "+left"
bind "DOWNARROW" "+back"
bind "RIGHTARROW" "+right"
bind "RCTRL" "+duck"
bind "RSHIFT" "+sprint"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment