Skip to content

Instantly share code, notes, and snippets.

@AlexSoulEdge
Last active August 29, 2023 16:11
Show Gist options
  • Save AlexSoulEdge/74e34fa164f402105ab03158e38f1e3e to your computer and use it in GitHub Desktop.
Save AlexSoulEdge/74e34fa164f402105ab03158e38f1e3e to your computer and use it in GitHub Desktop.
[CS:GO] AutoExec Config File
//bhop mode switcher thing - optional, can remove
bind mouse3 "bhopon" // toggle scroll wheel bhop
alias bhopon "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind mouse3 bhopoff"
alias bhopoff "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind mouse3 bhopon"
// Jump Throw Script 100% consistent
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "ALT" "+jumpthrow"
//Performance & Rates - rates for 128 tick servers, matchmaking is 64 but this is usually fine
//cl_interp "0"
//cl_interp_ratio "1"
//cl_cmdrate "128"
//cl_updaterate "128"
//rate "128000"
echo "."
echo "------------------------------------------"
echo "[SoulEdge] Autoexec Config loaded!" // make sure this autoexec does its fine
echo "----------------[USE]----------------"
echo "Z - use Molotov/Incendiary"
echo "X - use Smoke grenade"
echo "C - use Flashbang"
echo "V - use HE grenade"
echo "---------------[BUY]---------------"
echo "F3 - buy flash + smoke + he"
echo "RCTRL - but molotov"
echo "UPARROW - buy vesthelm"
echo "LEFTARROW - buy smokegrenade"
echo "DOWNARROW - buy flashbang"
echo "RIGHTARROW - buy hegrenade"
echo "--------------[Scripts]--------------"
echo "ALT - Jumpthrow script"
echo "P - drop bomb"
echo "O - Increase/Decrease crosshair size for smokes"
echo "I - Change gamma for darker areas"
echo "MouseWheel - turn on/off mwheel bhopping"
echo "NumPad Enter - adjust radar scale on numpad enter"
echo "NumPad Minus - turn voice on and off on numpad minus"
echo "----------------[SoulEdge]----------------"
echo "------------------------------------------"
echo "."
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment