Created
October 3, 2020 06:06
-
-
Save jirrick/2fee0136045a8a7aa4435596a88608ff to your computer and use it in GitHub Desktop.
CS:GO binds
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
fps_max 180 | |
bind w "+forward; r_cleardecals"; | |
bind a "+moveleft; r_cleardecals"; | |
bind s "+back; r_cleardecals"; | |
bind d "+moveright; r_cleardecals" | |
alias +incvol "incrementvar volume 0 2 0.6; +speed"; alias -incvol "incrementvar volume 0 2 -0.6; -speed"; bind SHIFT +incvol | |
bind z "use weapon_hegrenade"; | |
bind x "use weapon_flashbang"; | |
bind c "use weapon_smokegrenade"; | |
bind v "use weapon_molotov;use weapon_incgrenade" | |
bind n "use weapon_knife; use weapon_c4; drop; slot1" | |
alias "+jumpthrow" "+jump; -attack"; alias "-jumpthrow" "-jump"; bind alt "+jumpthrow" | |
bind "F5" "buy hegrenade" | |
bind "F6" "buy flashbang;" | |
bind "F7" "buy smokegrenade;" | |
bind "F8" "buy incgrenade; molotov;" |
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
// Config for server | |
sv_cheats 1 | |
sv_infinite_ammo 1 | |
ammo_grenade_limit_total 5 | |
mp_warmup_end | |
mp_freezetime 0 | |
mp_roundtime 60 | |
mp_roundtime_defuse 60 | |
sv_grenade_trajectory 1 | |
sv_grenade_trajectory_time 10 | |
sv_showimpacts 1 | |
mp_limitteams 0 | |
mp_autoteambalance 0 | |
mp_maxmoney 60000 | |
mp_startmoney 60000 | |
mp_buytime 9999 | |
mp_buy_anywhere 1 | |
mp_restartgame 1 | |
// Bind a key so you can fly around - replace KEY with desired key. | |
bind mouse4 "noclip" | |
// Press this once to get all grenades - replace KEY with desired key. | |
bind f11 "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov" | |
// Bot commands | |
bot_add_t | |
bot_add_ct | |
bot_kick | |
bot_stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment