Created
March 31, 2022 14:21
-
-
Save SanjaySRocks/2cf3d2440d1f2f39d2a61d7c2e3e2182 to your computer and use it in GitHub Desktop.
cs 1.6 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
echo "Executed userconfig.cfg" | |
name "SkY#IN" | |
//Binds | |
bind "e" "messagemode2" | |
bind "f" "slot4" | |
bind "p" "amxmodmenu" | |
bind "q" "messagemode" | |
bind "u" "+use" | |
bind "CTRL" "+speed" | |
bind "SHIFT" "+duck" | |
bind "MWHEELDOWN" "autobuy" | |
bind "MWHEELUP" "+duck" | |
brightness "2" | |
cl_crosshair_color "50 250 250" | |
cl_crosshair_size "small" | |
cl_dynamiccrosshair "0" | |
cl_timeout "60" | |
con_mono "0" | |
fps_max "101" | |
gamma "3" | |
gl_vsync "0" | |
hud_centerid "1" | |
hud_fastswitch "1" | |
net_graph "3" | |
_cl_autowepswitch "0" | |
cl_minmodels 1 | |
//Rates | |
rate 100000 | |
cl_cmdrate 105 | |
cl_updaterate 100 | |
//interp 0.01 | |
//Duck Toggle | |
alias du "on1" | |
alias off1 "-duck;alias du on1" | |
alias on1 "+duck;alias du off1" | |
bind "," "du" | |
//Shove Toggle | |
alias shove "shoveon" | |
alias shoveoff "say /shoveoff;alias shove shoveon" | |
alias shoveon "say /shoveon;alias shove shoveoff" | |
bind "v" "shove" | |
//Spawn Plugin Toggle | |
alias spawnon "amx_spawn_editor 1;amx_editor_menu" | |
alias spawnoff "amx_spawn_editor 0;slot10" | |
//Bind l for buy awp | |
bind l "awp; deagle; defuser; hegren; vesthelm; secammo; flash; flash; sgren; primammo" | |
//Quick Disconnect | |
alias q "quit;exit" | |
alias dc "disconnect" | |
alias r "retry" | |
alias rates "amx_cvar sv_maxrate; amx_cvar sv_minrate; amx_cvar sv_maxupdaterate; amx_cvar sv_minupdaterate;" | |
alias vol0 "volume 0;MP3Volume 0;" | |
//cl_filterstuffcmd 1 | |
alias kickbots "exec bots.cfg" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment