Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
Autoexec.cfg
- Changed jumpthrow for both clicks.
- Added Fastswitch alias for toggleing mode.

HelpMe.CFG
- Updated Change time.
  • Loading branch information
Apryed committed May 12, 2020
1 parent 2489f0a commit 73244bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 6 additions & 1 deletion HelpMe.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "|
echo "--------------------------------------------------------------------------------"
echo "| |"
echo "| Last Modification |"
echo "| 06/05/2020 - 15:42:00 |"
echo "| 12/05/2020 - 11:08:00 |"
echo "| |"
echo "--------------------------------------------------------------------------------"
echo "| |"
Expand Down Expand Up @@ -62,6 +62,11 @@ echo "| Moded : Displays CFG last modification date and time on console
echo "| MM_MaxPing : Display Max Search ping for MM. |"
echo "| Also shows original command to modify it. |"
echo "| |"
echo "----------------------------------------- EXTRA --------------------------------"
echo "| |"
echo "| +fastswith : Change to knife when pressed and hold. Release to go back. |"
echo "| ( Not binded ) - From Yesper |"
echo "| |"
echo "--------------------------------------------------------------------------------"
echo "| |"
echo "| This CFG was created by Apryed |"
Expand Down
12 changes: 7 additions & 5 deletions autoexec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,12 @@ alias "clean_all" "cl_updatevisibility; clear_anim_cache; clear_debug_overlays;
alias "clean" "r_cleardecals; clear"
bind "v" "clean"
// Clears everything - Like reconnect without making it.
alias "-ujumpthrow" "-jump"
alias "+ujumpthrow" "+jump;-attack"
bind "f" "+ujumpthrow"
// Easy JumpThrow Script
alias "-jumpthrow" "-jump"
alias "+jumpthrow" "+jump;-attack;-attack2"
bind "f" "+jumpthrow"
// Easy JumpThrow Script (Left, Right, both clicks )
alias "+fastswitch" "slot3"
alias "-fastswitch" "lastinv"

bind "F3" "cl_clearhinthistory; toggle gameinstructor_enable"
// Clear hints and Toggles gameinstructor - Easiest way to find the bomb in the smoke.
Expand Down Expand Up @@ -273,7 +275,7 @@ ui_steam_overlay_notification_position "bottomright"
cl_color "2"
// 0 = yellow, 1 = purple, 2 = green, 3 = blue, 4 = orange. Color for team color selection.

alias Moded "echo Last Modification - 06/05/2020 - 15:42:00"
alias Moded "echo Last Modification - 12/05/2020 - 11:08:00"

// Removed Binds
unbind k
Expand Down

0 comments on commit 73244bb

Please sign in to comment.