Skip to content

Instantly share code, notes, and snippets.

View AlexSoulEdge's full-sized avatar

Alex Radulescu AlexSoulEdge

View GitHub Profile
@AlexSoulEdge
AlexSoulEdge / video
Created April 14, 2018 17:31
Video settings files
"config"
{
"setting.csm_quality_level" "3"
"setting.mat_software_aa_strength" "1"
"VendorID" "4098"
"DeviceID" "26937"
"setting.fullscreen" "1"
"setting.nowindowborder" "0"
"setting.aspectratiomode" "1"
"setting.mat_vsync" "0"
@AlexSoulEdge
AlexSoulEdge / config.cfg
Last active April 14, 2018 17:28
[CS:GO] NEW Default Config File -> \Steam\userdata\358696705\730\local\cfg
unbindall
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"
@AlexSoulEdge
AlexSoulEdge / autoexec.cfg
Last active August 29, 2023 16:11
[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"
@AlexSoulEdge
AlexSoulEdge / config.cfg
Last active January 29, 2024 14:04
[CS:GO] Default Config File -> \Steam\userdata\358696705\730\local\cfg
unbindall
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"