Last active
November 27, 2023 22:43
-
-
Save alanfzf/5924b30a7374dcdcec3e7506ac5da1c9 to your computer and use it in GitHub Desktop.
Alan's CS:GO Config
This file contains hidden or 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 | |
alias "+jumpaction" "+jump;" | |
alias "+throwaction" "-attack; -attack2" | |
alias "-jumpaction" "-jump" | |
bind t "+jumpaction;+throwaction;" | |
# BINDS | |
unbind mwheelup | |
unbind mwheeldown | |
bind "r" "+reload" | |
bind "mouse4" "lastinv" | |
# slot6: he, slot7: flash, slot8: smoke, slot9: decoy, slot10: molly | |
bind 5 "slot5" | |
bind "4" "slot6" | |
bind "q" "slot7" | |
bind "v" "slot8" | |
bind "6" "slot9" | |
bind "x" "slot10" | |
bind "l" "+voicerecord" | |
bind "n" "noclip" | |
bind "z" "radio" | |
bind "h" "+spray_menu" | |
bind "TAB" "+showscores" | |
bind "mouse5" "toggle cl_crosshairsize 1.2 1000" | |
bindtoggle "k" "voice_enable" | |
# MUSIC | |
snd_deathcamera_volume "0.0" | |
snd_mapobjective_volume "0.0" | |
snd_menumusic_volume "0.0" | |
snd_roundend_volume "0.0" | |
snd_roundstart_volume "0.0" | |
snd_tensecondwarning_volume "0.0" | |
snd_mvp_volume "0.0" | |
# VIEW MODEL | |
viewmodel_fov 68 | |
viewmodel_offset_x 2.5 | |
viewmodel_offset_y -2.0 | |
viewmodel_offset_z -2.0 | |
# CROSSHAIR CONFIG | |
apply_crosshair_code CSGO-hmAMk-kwz2D-pCx5Z-GbUOG-2e7iL | |
sensitivity 1.50 | |
# MISC | |
cl_use_opens_buy_menu 0 | |
cl_showloadout 1 | |
r_show_build_info 0 | |
clear;host_writeconfig;echo "Configuration loaded successfully"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment