-
Notifications
You must be signed in to change notification settings - Fork 0
/
50-binds.cfg
50 lines (40 loc) · 1.21 KB
/
50-binds.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
exec-default-binds
bind [ +attack
bind ] +cl_show_team_equipment
// mouse
bind mwheeldown +jump;
bind mwheelup +jump;
bind mouse5 lastinv;
bind mouse4 +voicerecord;
// clear blood / ned / bullet decals. Helps with FPS and visibility.
bind shift "+speed; r_cleardecals";
bind ctrl "+duck; r_cleardecals";
// quick neds
bind f1 "use weapon_knife; use weapon_incgrenade; use weapon_molotov";
bind f2 "use weapon_knife; use weapon_decoy";
bind f3 "use weapon_knife; use weapon_flashbang";
bind f4 "use weapon_knife; use weapon_hegrenade";
bind f5 "use weapon_knife; use weapon_smokegrenade";
// jumpthrow
alias +jumpthrow "+jump; -attack";
alias -jumpthrow "-jump";
bind Backspace +jumpthrow;
// toggle the bomb locator :)
bind "h" "toggle gameinstructor_enable";
// clutch mode on :)
bind , "voice_enable 0";
bind . "voice_enable 1";
bind l "toggle cl_draw_only_deathnotices 0 1";
// quick sniper :)
alias +knife slot3;
alias -knife lastinv;
bind "q" +knife;
// fake lag (for training and hosting maps)
alias lag10 "net_fakelag 5"
alias lag20 "net_fakelag 10"
alias lag30 "net_fakelag 15"
alias lag40 "net_fakelag 20"
alias lag50 "net_fakelag 25"
alias lag60 "net_fakelag 30"
alias lag70 "net_fakelag 35"
alias lag80 "net_fakelag 40"