diff --git a/autoexec.cfg b/autoexec.cfg index a8b2b99..fe74f7d 100644 --- a/autoexec.cfg +++ b/autoexec.cfg @@ -1,42 +1,39 @@ -// Smoke Bind -bind "MOUSE4" "use weapon_smokegrenade" +Echo /\ +Echo "<====== autoexec.cfg wird geladen ==========>" -// jump throw -//alias "+jumpthrow" "+jump;-attack" -//alias "-jumpthrow" "-jump" -//bind "h" +jumpthrow -//unbind "MOUSE5" -//bind "MOUSE5" +jumpthrow +// 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 -alias "+jumpaction" "+jump;" -alias "+throwaction" "-attack; -attack2" -alias "-jumpaction" "-jump" -bind h "+jumpaction;+throwaction;" //Bind Key for Jumpthrow -unbind "MOUSE5" -bind "MOUSE5" "+jumpaction;+throwaction;" +bind "h" "+jumpaction;+throwaction" +//bind "MOUSE5" "+jumpaction;+throwaction" + +// Side jump Window Mirage +bind "MOUSE5" "+sidejump" // crouch jump -alias +DJUMP "+jump; +duck" -alias -DJUMP "-JUMP; -DUCK" -//bind (k) +DJUMP +//bind k +duckjump // afk bind alias "afk_on" "+speed; +right" alias "afk_off" "-speed; -right" -//bind "F1" "afk_on" -//bind "F2" "afk_off" - -// S1mple Settings -rate "786432" -cl_interp 0.031000" -cl_interp_ratio "2" -cl_cmdrate "128" -cl_updaterate "128" -fps_max "400" - -// Mine -mat_queue_mode -1 Echo "<====== autoexec.cfg geladen ==========>" -Echo \ No newline at end of file +Echo \/ \ No newline at end of file diff --git a/nade.cfg b/nade.cfg index 10dce4c..881c098 100644 --- a/nade.cfg +++ b/nade.cfg @@ -1,3 +1,6 @@ +Echo /\ +Echo "<====== nade.cfg wird geladen ==========>" + sv_cheats 1 mp_limitteams 0 mp_autoteambalance 0 @@ -31,12 +34,14 @@ bind J noclip // Rethrow grenade bind K sv_rethrow_last_grenade +// kill & get smoke +bind L "kill; give weapon_smokegrenade" + // Rebuy nades after death mp_drop_grenade_enable 0 ammo_grenade_limit_default 99 ammo_grenade_limit_flashbang 99 ammo_grenade_limit_total 999 -Echo Echo "<====== nade.cfg geladen ==========>" -Echo +Echo \/ \ No newline at end of file