Last active
July 17, 2023 04:10
-
-
Save IOExceptional/7668f0df11e99f576d6dbcad80445c2d to your computer and use it in GitHub Desktop.
IOExceptional's autoexec.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias "+jumpthrow" "+jump;-attack"; | |
alias "-jumpthrow" "-jump"; | |
bind mouse5 "+jumpthrow"; | |
bind mwheeldown +jump; | |
bind shift "+speed; r_cleardecals"; | |
bind z "use weapon_flashbang"; | |
bind x "use weapon_smokegrenade"; | |
bind c "use weapon_hegrenade"; | |
bind v "use weapon_molotov;use weapon_incgrenade"; | |
bind "kp_end" "buy p250;" | |
bind "kp_downarrow" "buy ak47; buy m4a1;" | |
bind "kp_ins" "buy vesthelm;" | |
bind "kp_del" "buy vest;" | |
bind "kp_pgdn" "buy awp;" | |
bind "kp_leftarrow" "buy hegrenade;" | |
bind "kp_5" "buy flashbang;" | |
bind "kp_rightarrow" "buy smokegrenade;" | |
bind "kp_plus" "buy molotov; buy incgrenade;" | |
bind "kp_enter" "buy defuser;" | |
bind "kp_pgup" "say DID YOU ┴┬┴┤( ͡° ͜ʖ├┬┴┬ ECO TOO?"; | |
bind "kp_home" "say ♿ I learned that one from WarOwl ♿"; | |
bind kp_uparrow "say (☞ ͡° ͜ʖ ͡°)☞ DONT CHATTING PLEASE (☞ ͡° ͜ʖ ͡°)☞"; | |
cl_radar_always_centered "0"; | |
cl_radar_scale "0.3"; | |
cl_hud_radar_scale "1.15"; | |
cl_radar_icon_scale_min "1"; | |
cl_radar_rotate "1"; | |
cl_crosshairalpha "255"; | |
cl_crosshaircolor "5"; | |
cl_crosshaircolor_b "255"; | |
cl_crosshaircolor_r "255"; | |
cl_crosshaircolor_g "0"; | |
cl_crosshairdot "0"; | |
cl_crosshairgap "-1"; | |
cl_crosshairsize "3"; | |
cl_crosshairstyle "2"; | |
cl_crosshairusealpha "1"; | |
cl_crosshairthickness "0.5"; | |
cl_fixedcrosshairgap "-1"; | |
cl_crosshair_outlinethickness "0"; | |
cl_crosshair_drawoutline "0"; | |
host_writeconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment