csgo-cfg/autoexec.cfg

43 lines
1.1 KiB
INI
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Echo
Echo /\
Echo /\
Echo <====== autoexec.cfg wird geladen ==========>
// Alias
alias "+dhold" "+right"
alias "-dhold" "-right"
alias "+jumpaction" "+jump"
alias "-jumpaction" "-jump"
alias "+throwaction" "-attack; -attack2"
alias "-throwaction" ""
alias "+walkaction" "+forward;+jump"
alias "-walkaction" "-jump;-forward"
alias "+duckjump" "+jump; +duck"
alias "-duckjump" "-JUMP; -DUCK"
alias "+sidejump" "+dhold;+jumpaction;+throwaction"
alias "-sidejump" "-jumpaction;-throwaction;-dhold"
// Smoke Bind
// bind "MOUSE4" "use weapon_smokegrenade"
// walk jumpthrow
bind "MOUSE4" "+walkaction;+throwaction"
// jump throw cs2
bind "h" "+jumpaction;+throwaction"
//bind "MOUSE5" "+jumpaction;+throwaction"
// Side jump Window Mirage
bind "MOUSE5" "+sidejump"
// crouch jump
//bind k +duckjump
// afk bind
alias "afk_on" "+speed; +right"
alias "afk_off" "-speed; -right"
Echo <====== autoexec.cfg wurde geladen =========>
Echo \/
Echo \/
Echo