Skip to content

Instantly share code, notes, and snippets.

@hawkins
Created April 25, 2020 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hawkins/8d597d8fa291ce099c40527794b0fdda to your computer and use it in GitHub Desktop.
Save hawkins/8d597d8fa291ce099c40527794b0fdda to your computer and use it in GitHub Desktop.
CSGO autoexec.cfg
// Knife switch bind!
alias +knife slot3
alias -knife lastinv
bind q +knife
// Scoutzknivez scroll jump and crouch
// Leave key configs the same in settings; space=jump, ctrl=duck
bind mwheeldown +jump
bind mwheelup +duck
// Show damage dealt in top left on death and round end
con_filter_text "Damage Given"
con_filter_text_out "Player:"
con_filter_enable "2"
developer 1
// Increase volume while walking
alias +incvol "incrementvar volume 0 2 0.15;+speed";alias -incvol "incrementvar volume 0 2 -0.15;-speed";bind SHIFT +incvol
// For more:
// https://steamcommunity.com/sharedfiles/filedetails/?l=german&id=257041519
// https://totalcsgo.com/binds
// Debug in startup
echo ++++++++++++++++++++++++++++++++++++++++++
echo +++ autoexec.cfg executed successfully +++
echo ++++++++++++++++++++++++++++++++++++++++++
host_writeconfig
@hawkins
Copy link
Author

hawkins commented Apr 25, 2020

Need to add crosshair

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment