Skip to content

Instantly share code, notes, and snippets.

@Kixiron
Last active March 17, 2019 18:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7 to your computer and use it in GitHub Desktop.
Save Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7 to your computer and use it in GitHub Desktop.
Kixiron's CSGO Settings
# Ignorelist
*.cfg
*.vdf
*.ekv
*.txt
*.scr
*.rc
*.kv3
# Directories
coop/**
survival/**
# Exception list
!autoexec.cfg
!bhop.cfg
!clearserver.cfg
!kz.cfg
!sandbox.cfg
!screenshots.cfg
!surf.cfg
!nadepractice.cfg
!exechelp.cfg
// ___ __ ___ ___ ___ ___ ________ ________ ________ ________ ________ ___ ___ _________ ________ _______ ___ ___ _______ ________
// |\ \|\ \ |\ \ |\ \ / /|\ \|\ __ \|\ __ \|\ ___ \|\ ____\ |\ __ \|\ \|\ \|\___ ___\\ __ \|\ ___ \ |\ \ / /|\ ___ \ |\ ____\
// \ \ \/ /|\ \ \ \ \ \/ / | \ \ \ \|\ \ \ \|\ \ \ \\ \ \ \ \___|_ \ \ \|\ \ \ \\\ \|___ \ \_\ \ \|\ \ \ __/| \ \ \/ / | \ __/|\ \ \___|
// \ \ ___ \ \ \ \ \ / / \ \ \ \ _ _\ \ \\\ \ \ \\ \ \ \_____ \ \ \ __ \ \ \\\ \ \ \ \ \ \ \\\ \ \ \_|/__ \ \ / / \ \ \_|/_\ \ \
// \ \ \\ \ \ \ \ / \/ \ \ \ \ \\ \\ \ \\\ \ \ \\ \ \|____|\ \ \ \ \ \ \ \ \\\ \ \ \ \ \ \ \\\ \ \ \_|\ \ / \/ \ \ \_|\ \ \ \____
// \ \__\\ \__\ \__\/ /\ \ \ \__\ \__\\ _\\ \_______\ \__\\ \__\____\_\ \ \ \__\ \__\ \_______\ \ \__\ \ \_______\ \_______\/ /\ \ \ \_______\ \_______\
// \|__| \|__|\|__/__/ /\ __\ \|__|\|__|\|__|\|_______|\|__| \|__|\_________\ \|__|\|__|\|_______| \|__| \|_______|\|_______/__/ /\ __\ \|_______|\|_______|
// |__|/ \|__| \|_________| |__|/ \|__|
// My launch options: [-novid -nojoy -high -nod3d9ex -tickrate 128 -language bananagaming +cl_forcepreload 1 +fps_max 0 +fps_max_menu 0 -fullscreen +exec autoexec]
// Sensitivity: [2.50]
// Zoom Sensitivity: [1.00]
// DPI: [600]
// Font: Uni Sans Caps
// Link: https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-csgo-config-md
// Unbind All
unbindall;
// Mouse
sensitivity "2.50";
zoom_sensitivity_ratio_mouse "0.818933027098955175";
m_rawinput "1"; // Raw input: ["1"]
// Disable all mouse acceleration: ["0"]
m_mouseaccel1 "0";
m_mouseaccel2 "0";
m_customaccel "0";
m_mousespeed "0";
// Binds
bind "ESCAPE" "cancelselect";
bind "r" "+reload";
bind "g" "drop";
bind "0" "slot10";
bind "1" "slot1";
bind "2" "slot2";
bind "3" "slot3";
bind "4" "slot4";
bind "5" "slot5";
bind "6" "slot6";
bind "7" "slot7";
bind "8" "slot8";
bind "9" "slot9";
bind "e" "+use";
bind "f" "+lookatweapon"; // Inspect
bind "m" "teammenu";
bind "q" "lastinv";
bind "SHIFT" "+speed"; // Walk
bind "MOUSE1" "+attack";
bind "MOUSE2" "+attack2";
bind "`" "toggleconsole";
bind "1" "slot1";
bind "2" "slot2";
bind "3" "slot3";
bind "4" "slot4";
bind "5" "slot5";
bind "6" "slot6";
bind "7" "slot7";
bind "8" "slot8";
bind "9" "slot9";
bind "b" "buymenu";
bind "e" "+use";
bind "v" "+voicerecord"; // Use ingame mic
bind "y" "say"; // Talk in chat to everyone
bind "u" "say_team"; // Talk in chat to your team
// Nade Binds
// Nade Codes: HE: [weapon_hegrenade] Flashbang: [weapon_hegrenade] Smoke: [weapon_smokegrenade] Molotov/Incendiary: [weapon_molotov; weapon_incgrenade] Decoy: [weapon_decoy]
alias "nade1" "use weapon_flashbang";
alias "nade2" "use weapon_hegrenade";
bind "MOUSE5" "nade1";
bind "MOUSE4" "nade2";
// Jumpthrow
alias "+jumpthrow" "+jump; -attack";
alias "-jumpthrow" "-jump";
bind "k" "+jumpthrow";
// Scrollwheel
bind "MWHEELUP" "+jump";
bind "MWHEELDOWN" "+jump";
// Clutch Mode (Silences voice chat, turns 10sec timer volume up, turns on gameinstructor)
alias "clutch" "clutchon";
alias "clutchon" "voice_enable 0; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttons\blip2 0.5; alias clutch clutchoff; say_team Voice Disabled, I can't hear anyone now.";
alias "clutchoff" "voice_enable 1; gameinstructor_enable 0; playvol buttons\blip1 0.5; alias clutch clutchon; say_team Voice Enabled, I can hear you now.";
clutchoff;
bind "j" "clutch";
// Null Movement
bind "W" "+mfwd";
bind "S" "+mback";
bind "A" "+mleft";
bind "D" "+mright";
alias "checkfwd" "";
alias "checkback" "";
alias "checkleft" "";
alias "checkright" "";
alias "+mfwd" "-back; +forward; alias checkfwd +forward";
alias "+mback" "-forward; +back; alias checkback +back";
alias "+mleft" "-moveright; +moveleft; alias checkleft +moveleft";
alias "+mright" "-moveleft; +moveright; alias checkright +moveright";
alias "-mfwd" "-forward; checkback; alias checkfwd";
alias "-mback" "-back; checkfwd; alias checkback";
alias "-mleft" "-moveleft; checkright; alias checkleft";
alias "-mright" "-moveright; checkleft; alias checkright";
// Crouchjump
alias "+rj" "spec_mode; -duck; +cr; alias checkrj +cr";
alias "-rj" "-cr; checkduck; alias checkrj";
alias "+crouch" "checkrj; -jump; +duck; alias checkduck +duck";
alias "-crouch" "checkrj; -jump; -duck; alias checkduck";
alias "checkduck" "";
alias "checkrj" "";
alias "+cr" "+jump; +duck";
alias "-cr" "-duck; -jump";
bind "SPACE" +rj;
bind "CTRL" "+crouch";
// Drop Bomb and Switch (Switches to bomb, drops bomb, and switches back to knife)
alias "bombswitch" "use weapon_knife; use weapon_c4; drop; use weapon_knife; say_team Dropping the bomb!";
bind "h" "bombswitch";
// Buybinds
bind "kp_slash" "buy p90";
bind "kp_multiply" "buy bizon";
bind "kp_minus" "buy sawedoff; buy mag7";
bind "kp_home" "buy awp";
bind "kp_uparrow" "buy m4a1; buy ak47";
bind "kp_pgup" "buy famas; buy galilar";
bind "kp_leftarrow" "buy deagle";
bind "kp_5" "buy incgrenade; buy molotov";
bind "kp_rightarrow" "buy decoy";
bind "kp_end" "buy hegrenade";
bind "kp_downarrow" "buy flashbang";
bind "kp_pgdn" "buy smokegrenade";
bind "kp_ins" "buy vesthelm"; // Kevlar with Helmet
bind "kp_del" "buy vest"; // Kevlar
bind "kp_plus" "buy p250";
bind "kp_enter" "buy defuser";
// Netgraph with scoreboard (When you press tab, the scoreboard and net_graph appear)
net_graph "1";
net_graphheight "9999";
alias "+scorenet" "+showscores; net_graphheight 0";
alias "-scorenet" "-showscores; net_graphheight 9999";
bind "TAB" "+scorenet";
// Voice
voice_enable "1";
// Video
fps_max "0"; // Unlimited: ["0"]
fps_max_menu "0"; // Unlimited: ["0"]
mat_monitorgamma_tv_enabled "0";
// Viewmodel
viewmodel_fov "90";
viewmodel_offset_x "3";
viewmodel_offset_y "3";
viewmodel_offset_z "-3";
cl_bob_lower_amt "0";
cl_bobamt_lat "0";
cl_bobamt_vert "0";
viewmodel_presetpos "4";
cl_righthand "0"; // Right-Handed: ["1"] Left-Handed: ["0"]
// Hud
cl_hud_color "9";
cl_hud_bomb_under_radar "1";
cl_hud_background_alpha "0.7";
cl_hud_healthammo_style "0";
// Crosshair
cl_crosshairstyle "4";
cl_crosshairsize "0.5";
cl_crosshairthickness "1.5";
cl_crosshairgap "-1.5";
cl_crosshair_drawoutline "1";
cl_crosshair_outlinethickness "1";
cl_crosshairdot "0";
cl_crosshair_t "0";
cl_crosshaircolor "5";
cl_crosshaircolor_r "0";
cl_crosshaircolor_g "255";
cl_crosshaircolor_b "0";
cl_crosshairalpha "999";
// Radar
cl_hud_radar_scale "0.9";
cl_radar_scale "0.4";
cl_radar_always_centered "0";
// Network
rate "500000";
cl_cmdrate "128";
cl_updaterate "128";
cl_interp "0.0";
cl_interp_ratio "1.0";
cl_lagcompensation "1";
cl_predict "1";
cl_predictweapons "1";
cl_downloadfilter "nosounds";
// Enable console
con_enable "1";
developer "1";
// Steam Notifications
// Top Right: ["topright"] Top Left: ["topleft"] Bottom Right: ["bottomright"] Botttom Left: ["bottomleft"]
ui_steam_overlay_notification_position "topright";
// Disable help
cl_autohelp "0";
cl_showhelp "0";
gameinstructor_enable "0";
// Disable comminity adds
player_nevershow_communityservermessage "1";
cl_disablehtmlmotd "1";
// Matchmaking
mm_dedicated_search_maxping "50";
cl_autowepswitch "0";
closeonbuy "0";
hud_takesshots "1";
cl_use_opens_buy_menu "0";
joystick "0";
// Team
+cl_show_team_equipment;
cl_teamid_overhead_always "1";
hud_showtargetid "1";
cl_drawhud "1";
cl_hud_bomb_under_radar "1";
cl_teammate_colors_show "1";
cl_disablefreezecam "1";
cl_hud_playercount_showcount "1";
// Preffered Color
// Yellow: ["0"] Purple: ["1"] Green: ["2"] Blue: ["3"] Orange: ["4"]
cl_color "1";
// Radar
cl_radar_always_centered "0";
cl_radar_scale "0.3";
cl_hud_radar_scale "1.15";
cl_radar_icon_scale_min "1";
cl_radar_rotate "1";
// Sound
snd_mixahead "0.025";
snd_menumusic_volume "0";
windows_speaker_config "1"; // auto-pick: ["-1"] headset: ["1"] four speakers: ["3"] two speakers: ["4"] surround: ["5"]
snd_front_headphone_position "53.2";
snd_rear_headphone_position "90.0";
snd_headphone_pan_exponent "1.2";
snd_headphone_pan_radial_weight "0.5";
lobby_voice_chat_enabled "0"; // Off: ["0"] On: ["1"]
snd_headphone_pan_exponent "2";
snd_use_hrtf "1";
// Display Damage
con_filter_enable "2";
con_filter_text_out "Player:";
con_filter_text "Damage";
// To display damage given and taken: [con_filter_text "Damage"] (Does display extra messages on loads)
// To display damage taken: [con_filter_text "Damage taken"]
// To display damage given: [con_filter_text "Damage given"]
// Cfgs
alias "autoexec" "exec autoexec"; // https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-autoexec-cfg
alias "exechelp" "exec exechelp"; // https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-exechelp-cfg
alias "nadepractice" "exec nadepractice"; // https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-nadepractice-cfg
alias "surf" "exec surf"; // https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-surf-cfg
alias "kz" "exec kz"; // https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-kz-cfg
alias "bhop" "exec bhop"; // https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-bhop-cfg
alias "sandbox" "exec sandbox"; // https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-sandbox-cfg
alias "screenshots" "exec screenshots"; // https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-screenshots-cfg
host_writeconfig;
mat_savechanges;
clear;
echo "";
echo " ___ __ ___ ___ ___ ___ ________ ________ ________ ________ ________ ___ ___ _________ ________ _______ ___ ___ _______ ________ ";
echo " |\ \|\ \ |\ \ |\ \ / /|\ \|\ __ \|\ __ \|\ ___ \|\ ____\ |\ __ \|\ \|\ \|\___ ___\\ __ \|\ ___ \ |\ \ / /|\ ___ \ |\ ____\ ";
echo " \ \ \/ /|\ \ \ \ \ \/ / | \ \ \ \|\ \ \ \|\ \ \ \\ \ \ \ \___|_ \ \ \|\ \ \ \\\ \|___ \ \_\ \ \|\ \ \ __/| \ \ \/ / | \ __/|\ \ \___| ";
echo " \ \ ___ \ \ \ \ \ / / \ \ \ \ _ _\ \ \\\ \ \ \\ \ \ \_____ \ \ \ __ \ \ \\\ \ \ \ \ \ \ \\\ \ \ \_|/__ \ \ / / \ \ \_|/_\ \ \ ";
echo " \ \ \\ \ \ \ \ / \/ \ \ \ \ \\ \\ \ \\\ \ \ \\ \ \|____|\ \ \ \ \ \ \ \ \\\ \ \ \ \ \ \ \\\ \ \ \_|\ \ / \/ \ \ \_|\ \ \ \____ ";
echo " \ \__\\ \__\ \__\/ /\ \ \ \__\ \__\\ _\\ \_______\ \__\\ \__\____\_\ \ \ \__\ \__\ \_______\ \ \__\ \ \_______\ \_______\/ /\ \ \ \_______\ \_______\";
echo " \|__| \|__|\|__/__/ /\ __\ \|__|\|__|\|__|\|_______|\|__| \|__|\_________\ \|__|\|__|\|_______| \|__| \|_______|\|_______/__/ /\ __\ \|_______|\|_______|";
echo " |__|/ \|__| \|_________| |__|/ \|__| ";
echo "";
echo "Controls:";
key_findbinding "+attack";
key_findbinding "+attack2";
key_findbinding "+reload";
key_findbinding "+rj"; // Jump/Crouchjump
key_findbinding "+crouch"; // Crouch/Duck
key_findbinding "+walk";
key_findbinding "drop";
echo "--------------";
key_findbinding "+jump";
key_findbinding "nade1";
key_findbinding "nade2";
echo "--------------";
key_findbinding "slot"; // All weapon slots
echo "--------------";
key_findbinding "buymenu";
key_findbinding "say";
key_findbinding "say_team";
key_findbinding "+voicerecord";
key_findbinding "console";
key_findbinding "+use";
echo "--------------";
key_findbinding "clutch";
key_findbinding "+jumpthrow";
key_findbinding "bombswitch";
echo "+----------------------------------------------+";
echo "Avalible aliases:";
echo "[autoexec] Run the autoexec";
echo "[exechelp] Get command help";
echo "[nadepractice] Practice grenade throws";
echo "[surf] Surf server settings";
echo "[kz] KZ server settings";
echo "[bhop] BunnyHopping server settings";
echo "[sandbox] Sandbox server settings";
echo "[screenshots] Screenshot settings";
echo "+----------------------------------------------+";
echo "Download Kixiron's autoexec here: https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7";
echo "+----------------------------------------------+";
echo "";
// ________ ___ ___ ________ ________
// |\ __ \|\ \|\ \|\ __ \|\ __ \
// \ \ \|\ /\ \ \\\ \ \ \|\ \ \ \|\ \
// \ \ __ \ \ __ \ \ \\\ \ \ ____\
// \ \ \|\ \ \ \ \ \ \ \\\ \ \ \___|
// \ \_______\ \__\ \__\ \_______\ \__\
// \|_______|\|__|\|__|\|_______|\|__|
// https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-bhop-cfg
exec clearserver;
sv_cheats "1";
sv_enablebunnyhopping "1";
sv_autobunnyhopping "1";
sv_staminamax "0";
sv_staminajumpcost "0";
sv_staminalandcost "0";
sv_staminarecoveryrate "0";
sv_airaccelerate "2000";
sv_accelerate_use_weapon_speed "0";
sv_maxvelocity "3500";
god;
echo "";
echo " ________ ___ ___ ________ ________ ___ ________ ________ ________ _______ ________ ";
echo " |\ __ \|\ \|\ \|\ __ \|\ __ \ |\ \ |\ __ \|\ __ \|\ ___ \|\ ___ \ |\ ___ \ ";
echo " \ \ \|\ /\ \ \\\ \ \ \|\ \ \ \|\ \ \ \ \ \ \ \|\ \ \ \|\ \ \ \_|\ \ \ __/|\ \ \_|\ \ ";
echo " \ \ __ \ \ __ \ \ \\\ \ \ ____\ \ \ \ \ \ \\\ \ \ __ \ \ \ \\ \ \ \_|/_\ \ \ \\ \ ";
echo " \ \ \|\ \ \ \ \ \ \ \\\ \ \ \___| \ \ \____\ \ \\\ \ \ \ \ \ \ \_\\ \ \ \_|\ \ \ \_\\ \ ";
echo " \ \_______\ \__\ \__\ \_______\ \__\ \ \_______\ \_______\ \__\ \__\ \_______\ \_______\ \_______\";
echo " \|_______|\|__|\|__|\|_______|\|__| \|_______|\|_______|\|__|\|__|\|_______|\|_______|\|_______|";
echo "";
say "Bhop Loaded";
// CLEAR SERVER SETTINGS
// https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-clearserver-cfg
// First number is for game_type, second number is for game_mode
// Classic Casual ["0" "0"]
// Classic Competitive ["0" "1"]
// Arms Race ["1" "0"]
// Demolition ["1" "1"]
// Deathmatch ["1" "2"]
game_type "0";
game_mode "1";
rcon mp_restartgame "1";

Kixiron's CSGO Config

WARNING: Executing this config will erase all your previous keybinds

Setup

  1. Make a folder named /cfg inside the /csgo directory
  2. Add all files to the /cfg folder

Settings

DPI: 600
In-Game Sensitivity: 2.50
Zoom Sensitivity: 1.00
Launch Options: -novid -nojoy -high -nod3d9ex -tickrate 128 -language bananagaming +cl_forcepreload 1 +fps_max 0 +fps_max_menu 0 -fullscreen +exec autoexec
Language: I use the BananaGaming Text Color Mod, if you do not want it, simply change the -language babanagaming to -language english or whatever other language you prefer
Font: I use Uni Sans Heavy as my in-game font.

Commands

autoexec Run the autoexec
exechelp Get current keybindings for the autoexec nadepractice Practice grenade throws
surf Surf server settings
kz KZ server settings
bhop BunnyHopping server settings
sandbox Sandbox server settings
screenshots Screenshot settings

Thanks for using Kixiron's Autoexec, enjoy!

// ________ ___ ___ _________ ________ _______ ___ ___ _______ ________ ___ ___ _______ ___ ________
// |\ __ \|\ \|\ \|\___ ___\\ __ \|\ ___ \ |\ \ / /|\ ___ \ |\ ____\ |\ \|\ \|\ ___ \ |\ \ |\ __ \
// \ \ \|\ \ \ \\\ \|___ \ \_\ \ \|\ \ \ __/| \ \ \/ / | \ __/|\ \ \___| \ \ \\\ \ \ __/|\ \ \ \ \ \|\ \
// \ \ __ \ \ \\\ \ \ \ \ \ \ \\\ \ \ \_|/__ \ \ / / \ \ \_|/_\ \ \ \ \ __ \ \ \_|/_\ \ \ \ \ ____\
// \ \ \ \ \ \ \\\ \ \ \ \ \ \ \\\ \ \ \_|\ \ / \/ \ \ \_|\ \ \ \____ \ \ \ \ \ \ \_|\ \ \ \____\ \ \___|
// \ \__\ \__\ \_______\ \ \__\ \ \_______\ \_______\/ /\ \ \ \_______\ \_______\ \ \__\ \__\ \_______\ \_______\ \__\
// \|__|\|__|\|_______| \|__| \|_______|\|_______/__/ /\ __\ \|_______|\|_______| \|__|\|__|\|_______|\|_______|\|__|
// https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-exechelp-cfg
playvol "buttons\blip1" "0.5";
clear;
echo "";
echo " ___ __ ___ ___ ___ ___ ________ ________ ________ ________ ________ ___ ___ _________ ________ _______ ___ ___ _______ ________ ";
echo " |\ \|\ \ |\ \ |\ \ / /|\ \|\ __ \|\ __ \|\ ___ \|\ ____\ |\ __ \|\ \|\ \|\___ ___\\ __ \|\ ___ \ |\ \ / /|\ ___ \ |\ ____\ ";
echo " \ \ \/ /|\ \ \ \ \ \/ / | \ \ \ \|\ \ \ \|\ \ \ \\ \ \ \ \___|_ \ \ \|\ \ \ \\\ \|___ \ \_\ \ \|\ \ \ __/| \ \ \/ / | \ __/|\ \ \___| ";
echo " \ \ ___ \ \ \ \ \ / / \ \ \ \ _ _\ \ \\\ \ \ \\ \ \ \_____ \ \ \ __ \ \ \\\ \ \ \ \ \ \ \\\ \ \ \_|/__ \ \ / / \ \ \_|/_\ \ \ ";
echo " \ \ \\ \ \ \ \ / \/ \ \ \ \ \\ \\ \ \\\ \ \ \\ \ \|____|\ \ \ \ \ \ \ \ \\\ \ \ \ \ \ \ \\\ \ \ \_|\ \ / \/ \ \ \_|\ \ \ \____ ";
echo " \ \__\\ \__\ \__\/ /\ \ \ \__\ \__\\ _\\ \_______\ \__\\ \__\____\_\ \ \ \__\ \__\ \_______\ \ \__\ \ \_______\ \_______\/ /\ \ \ \_______\ \_______\";
echo " \|__| \|__|\|__/__/ /\ __\ \|__|\|__|\|__|\|_______|\|__| \|__|\_________\ \|__|\|__|\|_______| \|__| \|_______|\|_______/__/ /\ __\ \|_______|\|_______|";
echo " |__|/ \|__| \|_________| |__|/ \|__| ";
echo "";
echo "Controls:";
key_findbinding "+attack";
key_findbinding "+attack2";
key_findbinding "+reload";
key_findbinding "+rj";
key_findbinding "+crouch";
key_findbinding "+walk";
key_findbinding "drop";
echo "--------------";
key_findbinding "+jump";
key_findbinding "nade1";
key_findbinding "nade2";
echo "--------------";
key_findbinding "slot";
echo "--------------";
key_findbinding "buymenu";
key_findbinding "say";
key_findbinding "say_team";
key_findbinding "+voicerecord";
key_findbinding "console";
key_findbinding "+use";
echo "--------------";
key_findbinding "clutch";
key_findbinding "+jumpthrow";
key_findbinding "bombswitch";
echo "+----------------------------------------------+";
echo "Avalible aliases:";
echo "[autoexec] Run the autoexec";
echo "[exechelp] Get command help";
echo "[nadepractice] Practice grenade throws";
echo "[surf] Surf server settings";
echo "[kz] KZ server settings";
echo "[bhop] BunnyHopping server settings";
echo "[sandbox] Sandbox server settings";
echo "[screenshots] Screenshot settings";
echo "+----------------------------------------------+";
echo "Download Kixiron's autoexec here: https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7";
echo "+----------------------------------------------+";
echo "";
// ___ __ ________
// |\ \|\ \ |\_____ \
// \ \ \/ /|_\|___/ /|
// \ \ ___ \ / / /
// \ \ \\ \ \ / /_/__
// \ \__\\ \__\\________\
// \|__| \|__|\|_______|
// https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-kz-cfg
exec clearserver;
sv_accelerate "6.5";
sv_airaccelerate "100.0";
sv_friction "5.0";
sv_gravity "800.0";
sv_enablebunnyhopping "1";
sv_maxspeed "320.0";
sv_maxvelocity "2000.0";
sv_staminalandcost "0.00";
sv_staminajumpcost "0.00";
sv_wateraccelerate "10.0";
bot_kick;
sv_cheats "1";
mp_solid_teammates "0";
mp_respawn_on_death_ct "1";
mp_respawn_on_death_t "1";
mp_roundtime "99999999";
mp_autoteambalance "1";
mp_restartgame "1";
mp_startmoney "99999";
god;
echo "";
echo " ___ __ ________ ___ ________ ________ ________ _______ ________ ";
echo " |\ \|\ \ |\_____ \ |\ \ |\ __ \|\ __ \|\ ___ \|\ ___ \ |\ ___ \ ";
echo " \ \ \/ /|_\|___/ /| \ \ \ \ \ \|\ \ \ \|\ \ \ \_|\ \ \ __/|\ \ \_|\ \ ";
echo " \ \ ___ \ / / / \ \ \ \ \ \\\ \ \ __ \ \ \ \\ \ \ \_|/_\ \ \ \\ \ ";
echo " \ \ \\ \ \ / /_/__ \ \ \____\ \ \\\ \ \ \ \ \ \ \_\\ \ \ \_|\ \ \ \_\\ \ ";
echo " \ \__\\ \__\\________\ \ \_______\ \_______\ \__\ \__\ \_______\ \_______\ \_______\";
echo " \|__| \|__|\|_______| \|_______|\|_______|\|__|\|__|\|_______|\|_______|\|_______|";
echo "";
say "KZ Loaded";
// ________ ________ _______ ________ ________ ________ _______ ________ ________ ________ ________ _________ ___ ________ _______
// |\ ____\|\ __ \|\ ___ \ |\ ___ \|\ __ \|\ ___ \|\ ___ \ |\ __ \|\ __ \|\ __ \|\ ____\\___ ___\\ \|\ ____\|\ ___ \
// \ \ \___|\ \ \|\ \ \ __/|\ \ \\ \ \ \ \|\ \ \ \_|\ \ \ __/| \ \ \|\ \ \ \|\ \ \ \|\ \ \ \___\|___ \ \_\ \ \ \ \___|\ \ __/|
// \ \ \ __\ \ _ _\ \ \_|/_\ \ \\ \ \ \ __ \ \ \ \\ \ \ \_|/__ \ \ ____\ \ _ _\ \ __ \ \ \ \ \ \ \ \ \ \ \ \ \ \_|/__
// \ \ \|\ \ \ \\ \\ \ \_|\ \ \ \\ \ \ \ \ \ \ \ \_\\ \ \ \_|\ \ \ \ \___|\ \ \\ \\ \ \ \ \ \ \____ \ \ \ \ \ \ \ \____\ \ \_|\ \
// \ \_______\ \__\\ _\\ \_______\ \__\\ \__\ \__\ \__\ \_______\ \_______\ \ \__\ \ \__\\ _\\ \__\ \__\ \_______\ \ \__\ \ \__\ \_______\ \_______\
// \|_______|\|__|\|__|\|_______|\|__| \|__|\|__|\|__|\|_______|\|_______| \|__| \|__|\|__|\|__|\|__|\|_______| \|__| \|__|\|_______|\|_______|
// https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-nadepractice-cfg
exec clearserver;
sv_cheats "1";
sv_infinite_ammo "1";
sv_grenade_trajectory "1";
sv_grenade_trajectory_time "11";
sv_grenade_trajectory_thickness "1";
sv_showimpacts "1";
sv_showimpacts_time "9";
bot_kick;
bot_stop "1";
ammo_grenade_limit_total "5";
mp_roundtime_defuse "60";
mp_roundtime_hostage "60";
mp_limitteams "0";
mp_roundtime "999";
mp_autoteambalance "0";
mp_freezetime "0";
mp_maxmoney "99999";
mp_startmoney "99999";
mp_buytime "3600";
mp_buy_anywhere "1";
ammo_grenade_limit_total "5";
mp_restartgame "1";
mp_warmup_end;
echo "";
echo " ________ ________ _______ ________ ________ ________ _______ ________ ________ ________ ________ _________ ___ ________ _______ ___ ________ ________ ________ _______ ________ ";
echo " |\ ____\|\ __ \|\ ___ \ |\ ___ \|\ __ \|\ ___ \|\ ___ \ |\ __ \|\ __ \|\ __ \|\ ____\\___ ___\\ \|\ ____\|\ ___ \ |\ \ |\ __ \|\ __ \|\ ___ \|\ ___ \ |\ ___ \ ";
echo " \ \ \___|\ \ \|\ \ \ __/|\ \ \\ \ \ \ \|\ \ \ \_|\ \ \ __/| \ \ \|\ \ \ \|\ \ \ \|\ \ \ \___\|___ \ \_\ \ \ \ \___|\ \ __/| \ \ \ \ \ \|\ \ \ \|\ \ \ \_|\ \ \ __/|\ \ \_|\ \ ";
echo " \ \ \ __\ \ _ _\ \ \_|/_\ \ \\ \ \ \ __ \ \ \ \\ \ \ \_|/__ \ \ ____\ \ _ _\ \ __ \ \ \ \ \ \ \ \ \ \ \ \ \ \_|/__ \ \ \ \ \ \\\ \ \ __ \ \ \ \\ \ \ \_|/_\ \ \ \\ \ ";
echo " \ \ \|\ \ \ \\ \\ \ \_|\ \ \ \\ \ \ \ \ \ \ \ \_\\ \ \ \_|\ \ \ \ \___|\ \ \\ \\ \ \ \ \ \ \____ \ \ \ \ \ \ \ \____\ \ \_|\ \ \ \ \____\ \ \\\ \ \ \ \ \ \ \_\\ \ \ \_|\ \ \ \_\\ \ ";
echo " \ \_______\ \__\\ _\\ \_______\ \__\\ \__\ \__\ \__\ \_______\ \_______\ \ \__\ \ \__\\ _\\ \__\ \__\ \_______\ \ \__\ \ \__\ \_______\ \_______\ \ \_______\ \_______\ \__\ \__\ \_______\ \_______\ \_______\";
echo " \|_______|\|__|\|__|\|_______|\|__| \|__|\|__|\|__|\|_______|\|_______| \|__| \|__|\|__|\|__|\|__|\|_______| \|__| \|__|\|_______|\|_______| \|_______|\|_______|\|__|\|__|\|_______|\|_______|\|_______|";
echo "";
say "Nade Practice Loaded";
// ________ ________ ________ ________ ________ ________ ___ ___
// |\ ____\|\ __ \|\ ___ \|\ ___ \|\ __ \|\ __ \ |\ \ / /|
// \ \ \___|\ \ \|\ \ \ \\ \ \ \ \_|\ \ \ \|\ /\ \ \|\ \ \ \ \/ / /
// \ \_____ \ \ __ \ \ \\ \ \ \ \ \\ \ \ __ \ \ \\\ \ \ \ / /
// \|____|\ \ \ \ \ \ \ \\ \ \ \ \_\\ \ \ \|\ \ \ \\\ \ / \/
// ____\_\ \ \__\ \__\ \__\\ \__\ \_______\ \_______\ \_______\/ /\ \
// |\_________\|__|\|__|\|__| \|__|\|_______|\|_______|\|_______/__/ /\ __\
// \|_________| |__|/ \|__|
// https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-sandbox-cfg
exec clearserver;
sv_cheats "1";
mp_drop_knife_enable "1";
mp_items_prohibited "0";
// Weapons
// Rifles
alias "ak" "give weapon_ak47";
alias "m4" "give weapon_m4a1";
alias "m4a1s" "give weapon_m4a1_silencer";
alias "galil" "give weapon_galilar";
alias "famas" "give weapon_famas";
alias "scout" "give weapon_scout";
alias "awp" "give weapon_awp";
alias "sg556" "give weapon_sg556";
alias "aug" "give weapon_aug";
alias "ssg08" "give weapon_ssg08";
alias "g3sg1" "give weapon_g3sg1";
alias "scar" "give weapon_scar20";
// Pistol
alias "glock" "give weapon_glock";
alias "usps" "give weapon_usp_silencer";
alias "p2000" "give weapon_hkp2000";
alias "p250" "give weapon_p250";
alias "deagle" "give weapon_deagle";
alias "tec9" "give weapon_tec9";
alias "fiveseven" "give weapon_fiveseven";
alias "dualies" "give weapon_elite";
alias "r8" "give weapon_revolver";
alias "cz" "give weapon_cz75a";
// Heavy
alias "xm" "give weapon_xm1014";
alias "nova" "give weapon_nova";
alias "mag7" "give weapon_mag7";
alias "m249" "give weapon_m249";
alias "negev" "give weapon_negev";
// SMG
alias "mac10" "give weapon_mac10";
alias "ump" "give weapon_ump45";
alias "p90" "give weapon_p90";
alias "bizon" "give weapon_bizon";
alias "mp7" "give weapon_mp7";
alias "mp9" "give weapon_mp9"
alias "mp5" "give weapon_mp5sd";
// Other
alias "armor" "give weapon_vest";
alias "helmet" "give weapon_vesthelm";
alias "defuser" "give weapon_defuser";
alias "zeus" "give weapon_taser";
// Nades
alias "flashbang" "give weapon_flashbang";
alias "grenade" "give weapon_hegrenade";
alias "smoke" "give weapon_smokegrenade";
alias "molotov" "give weapon_molotov";
alias "incind" "give weapon_incgrenade";
alias "decoy" "give weapon_decoy";
// Extra
alias "cash" "give item_cash";
alias "tablet" "give weapon_tablet";
alias "snowball" "give weapon_snowball";
alias "breach" "give weapon_breachcharge";
alias "c4" "give weapon_c4";
alias "chicken" "give chicken";
alias "suit" "give item_heavyassaultsuit";
// Knives
alias "ctknife" "give weapon_knife_ct";
alias "tknife" "give weapon_knife_t";
alias "bayonet" "give weapon_bayonet; ent_fire weapon_knife addoutput classname 'weapon_knifegg';";
alias "flip" "give weapon_knife_flip; ent_fire weapon_knife addoutput classname 'weapon_knifegg';";
alias "gut" "give weapon_knife_gut; ent_fire weapon_knife addoutput 'classnameweapon_knifegg';";
alias "karambit" "give weapon_knife_karambit; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
alias "m9" "give weapon_knife_m9_bayonet; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
alias "huntsman" "give weapon_knife_tactical; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
alias "butterfly" "give weapon_knife_butterfly; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
alias "falchon" "give weapon_knife_falchion; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
alias "shadowdaggers" "give weapon_knife_push; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
alias "goldenknife" "give weapon_knifegg; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
alias "bowie" "give weapon_knife_survival_bowie; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
alias "ursus" "give weapon_knife_ursus; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
alias "navaja" "give weapon_knife_gypsy_jackknife; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
alias "stiletto" "give weapon_knife_stiletto; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
alias "talon" "give weapon_knife_widowmaker; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
alias "spectral" "give weapon_knife_ghost; ent_fire weapon_knife addoutput 'classname weapon_knifegg';";
echo "";
echo " ________ ________ ________ ________ ________ ________ ___ ___ ___ ________ ________ ________ _______ ________ ";
echo " |\ ____\|\ __ \|\ ___ \|\ ___ \|\ __ \|\ __ \ |\ \ / /| |\ \ |\ __ \|\ __ \|\ ___ \|\ ___ \ |\ ___ \ ";
echo " \ \ \___|\ \ \|\ \ \ \\ \ \ \ \_|\ \ \ \|\ /\ \ \|\ \ \ \ \/ / / \ \ \ \ \ \|\ \ \ \|\ \ \ \_|\ \ \ __/|\ \ \_|\ \ ";
echo " \ \_____ \ \ __ \ \ \\ \ \ \ \ \\ \ \ __ \ \ \\\ \ \ \ / / \ \ \ \ \ \\\ \ \ __ \ \ \ \\ \ \ \_|/_\ \ \ \\ \ ";
echo " \|____|\ \ \ \ \ \ \ \\ \ \ \ \_\\ \ \ \|\ \ \ \\\ \ / \/ \ \ \____\ \ \\\ \ \ \ \ \ \ \_\\ \ \ \_|\ \ \ \_\\ \ ";
echo " ____\_\ \ \__\ \__\ \__\\ \__\ \_______\ \_______\ \_______\/ /\ \ \ \_______\ \_______\ \__\ \__\ \_______\ \_______\ \_______\";
echo " |\_________\|__|\|__|\|__| \|__|\|_______|\|_______|\|_______/__/ /\ __\ \|_______|\|_______|\|__|\|__|\|_______|\|_______|\|_______|";
echo " \|_________| |__|/ \|__| ";
echo "";
say "Sandbox Loaded";
// ________ ________ ________ _______ _______ ________ ________ ___ ___ ________ _________
// |\ ____\|\ ____\|\ __ \|\ ___ \ |\ ___ \ |\ ___ \|\ ____\|\ \|\ \|\ __ \|\___ ___\
// \ \ \___|\ \ \___|\ \ \|\ \ \ __/|\ \ __/|\ \ \\ \ \ \ \___|\ \ \\\ \ \ \|\ \|___ \ \_|
// \ \_____ \ \ \ \ \ _ _\ \ \_|/_\ \ \_|/_\ \ \\ \ \ \_____ \ \ __ \ \ \\\ \ \ \ \
// \|____|\ \ \ \____\ \ \\ \\ \ \_|\ \ \ \_|\ \ \ \\ \ \|____|\ \ \ \ \ \ \ \\\ \ \ \ \
// ____\_\ \ \_______\ \__\\ _\\ \_______\ \_______\ \__\\ \__\____\_\ \ \__\ \__\ \_______\ \ \__\
// |\_________\|_______|\|__|\|__|\|_______|\|_______|\|__| \|__|\_________\|__|\|__|\|_______| \|__|
// \|_________| \|_________|
// https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-screenshots-cfg
sv_cheats "1";
bot_kick;
mp_warmup_end;
mp_freezetime "0";
mp_roundtime "60";
mp_roundtime_defuse "999";
mp_roundtime_hostage "999";
mp_buy_anywhere "1";
mp_buytime "999";
sv_infinite_ammo "2";
mp_startmoney "16000";
mp_restartgame "1";
mp_ignore_round_win_conditions "1";
cl_drawhud "0";
bind "i" "mat_proxy 1"; // Motion blur
bind "o" "host_timescale 1";
bind "p" "host_timecale 0.25";
echo "";
echo " ________ ________ ________ _______ _______ ________ ________ ___ ___ ________ _________ ___ ________ ________ ________ _______ ________ ";
echo " |\ ____\|\ ____\|\ __ \|\ ___ \ |\ ___ \ |\ ___ \|\ ____\|\ \|\ \|\ __ \|\___ ___\ |\ \ |\ __ \|\ __ \|\ ___ \|\ ___ \ |\ ___ \ ";
echo " \ \ \___|\ \ \___|\ \ \|\ \ \ __/|\ \ __/|\ \ \\ \ \ \ \___|\ \ \\\ \ \ \|\ \|___ \ \_| \ \ \ \ \ \|\ \ \ \|\ \ \ \_|\ \ \ __/|\ \ \_|\ \ ";
echo " \ \_____ \ \ \ \ \ _ _\ \ \_|/_\ \ \_|/_\ \ \\ \ \ \_____ \ \ __ \ \ \\\ \ \ \ \ \ \ \ \ \ \\\ \ \ __ \ \ \ \\ \ \ \_|/_\ \ \ \\ \ ";
echo " \|____|\ \ \ \____\ \ \\ \\ \ \_|\ \ \ \_|\ \ \ \\ \ \|____|\ \ \ \ \ \ \ \\\ \ \ \ \ \ \ \____\ \ \\\ \ \ \ \ \ \ \_\\ \ \ \_|\ \ \ \_\\ \ ";
echo " ____\_\ \ \_______\ \__\\ _\\ \_______\ \_______\ \__\\ \__\____\_\ \ \__\ \__\ \_______\ \ \__\ \ \_______\ \_______\ \__\ \__\ \_______\ \_______\ \_______\";
echo " |\_________\|_______|\|__|\|__|\|_______|\|_______|\|__| \|__|\_________\|__|\|__|\|_______| \|__| \|_______|\|_______|\|__|\|__|\|_______|\|_______|\|_______|";
echo " \|_________| \|_________| ";
echo "";
echo "Use 'i' for motion blur";
echo "Use 'o' for normal timescale";
echo "Use 'p' for quarter timescale";
say "Screenshot Loaded";
// ________ ___ ___ ________ ________
// |\ ____\|\ \|\ \|\ __ \|\ _____\
// \ \ \___|\ \ \\\ \ \ \|\ \ \ \__/
// \ \_____ \ \ \\\ \ \ _ _\ \ __\
// \|____|\ \ \ \\\ \ \ \\ \\ \ \_|
// ____\_\ \ \_______\ \__\\ _\\ \__\
// |\_________\|_______|\|__|\|__|\|__|
// \|_________|
// https://gist.github.com/Kixiron/3eeb85e5070a2a1ff79598ba42ebdfb7#file-surf-cfg
exec clearserver;
sv_cheats "1";
sv_accelerate "10";
sv_airaccelerate "800";
bot_kick;
mp_respawn_on_death_ct "1";
mp_respawn_on_death_t "1";
mp_roundtime "99999999";
mp_autoteambalance "1";
mp_restartgame "1";
mp_solid_teammates "0";
mp_startmoney "99999";
god;
echo "";
echo " ________ ___ ___ ________ ________ ___ ________ ________ ________ _______ ________ ";
echo " |\ ____\|\ \|\ \|\ __ \|\ _____\ |\ \ |\ __ \|\ __ \|\ ___ \|\ ___ \ |\ ___ \ ";
echo " \ \ \___|\ \ \\\ \ \ \|\ \ \ \__/ \ \ \ \ \ \|\ \ \ \|\ \ \ \_|\ \ \ __/|\ \ \_|\ \ ";
echo " \ \_____ \ \ \\\ \ \ _ _\ \ __\ \ \ \ \ \ \\\ \ \ __ \ \ \ \\ \ \ \_|/_\ \ \ \\ \ ";
echo " \|____|\ \ \ \\\ \ \ \\ \\ \ \_| \ \ \____\ \ \\\ \ \ \ \ \ \ \_\\ \ \ \_|\ \ \ \_\\ \ ";
echo " ____\_\ \ \_______\ \__\\ _\\ \__\ \ \_______\ \_______\ \__\ \__\ \_______\ \_______\ \_______\";
echo " |\_________\|_______|\|__|\|__|\|__| \|_______|\|_______|\|__|\|__|\|_______|\|_______|\|_______|";
echo " \|_________| ";
echo "";
say "Surf Loaded";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment