Skip to content

Instantly share code, notes, and snippets.

@rodrigo-brito
Created February 16, 2017 23:32
Show Gist options
  • Save rodrigo-brito/2a5d84694b23485caa8a75f923be3854 to your computer and use it in GitHub Desktop.
Save rodrigo-brito/2a5d84694b23485caa8a75f923be3854 to your computer and use it in GitHub Desktop.
CS:GO Binds
//JUMPTHROW BIND
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "mouse5" "+jumpthrow"
/Bind para ver a bomba na fumaça - Game instructor
alias "+use_and_see_bomb_by_pink" "+use; gameinstructor_enable 1"
alias "-use_and_see_bomb_by_pink" "-use; gameinstructor_enable 0"
bind "e" "+use_and_see_bomb_by_pink"
// Bind para alinhar smokes
alias -smoke_throw "cl_crosshairsize 3;" // troque o 3 pelo seu tamanho padrão de crosshair
alias +smoke_throw "cl_crosshairsize 9999;"
bind mouse4 +smoke_throw
//Clear decals - Remove sugeira e sangue das paredes
bind "shift" "+speed;r_cleardecals"
bind "CTRL" "+duck;r_cleardecals"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment