Last active
November 14, 2018 15:09
-
-
Save dalexhd/a143a5ab77678b56add4b73f8dd82e3e to your computer and use it in GitHub Desktop.
exec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias "voiceon" "voice_enable 1; alias voicechat voiceoff; say_team NOTICE: VOICE_ENABLE 1";alias "voiceoff" "voice_enable 0; alias voicechat voiceon; say_team NOTICE: VOICE_ENABLE 0";alias "voicechat" "voiceoff";bind "k" "voicechat" | |
alias "+scorenet" "+showscores; net_graphheight 0; cl_radar_scale 0.45; cl_hud_radar_scale 1.15; cl_hud_radar_scale "1.3"; hud_scaling "0.95"" | |
alias "-scorenet" "-showscores; net_graphheight 9999; cl_radar_scale 0.7; cl_hud_radar_scale 1; cl_hud_radar_scale "1.3"; hud_scaling "0.8"" | |
bind "TAB" "+scorenet";alias +knife slot3;alias -knife lastinv;bind "q" +knife;bind "pgup" "say Good luck and have fun among us." | |
bind shift +shiftloud;alias +shiftloud "+speed; volume 0.365; voice_enable 0; cl_mute_enemy_team 1";alias -shiftloud "-speed; volume 0.163; voice_enable 1; cl_mute_enemy_team 0" | |
bind f "use weapon_c4;drop;say_team ↓ Bomb Position" alias "+runjumpthrow" "+forward;+jump;-attack";alias "-runjumpthrow" "-jump;-forward";bind "j" "+runjumpthrow" alias "+runthrow" "+forward;-attack";alias "-runthrow" "-forward";bind "h" "+runthrow" | |
bind "pgdn" "say PD Do not use cheats, unless you want to destroy the community of CS:GO" bind "mouse5" "+crosshairmax";alias "+crosshairmax" "cl_crosshairsize 5000";alias "-crosshairmax" "cl_crosshairsize 3;" | |
alias "+ninja" "gameinstructor_enable 1; +use; playvol buttons\blip1 0.7; echo yes";alias "-ninja" "gameinstructor_enable 0;-use; playvol buttons\blip2 0.7;";bind "e" "+ninja" | |
alias "+reloadnet" "+reload; net_graphheight 9999; -cl_show_team_equipment; drawradar";alias "-reloadnet" "-reload; net_graphheight 0; +cl_show_team_equipment; hideradar";bind "r" "+reloadnet" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment