-
Notifications
You must be signed in to change notification settings - Fork 0
/
csgo_config.cfg
139 lines (111 loc) · 3.2 KB
/
csgo_config.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
// @author Bl4ckspell
unbindall
exec Crosshairs\red-small.cfg;
//KEYBINDS
bind "1" "slot1"; //PRIMARY
bind "2" "slot2"; //SECONDARY
bind "3" "slot3"; //KNIFE
bind "9" "slot4"; //CYCLE NADES
bind "5" "slot5"; //BOMB
bind "7" "slot6"; //HE GRENADE (on mouse)
bind "4" "slot7"; //FLASHBANG
bind "'" "slot8"; //SMOKE (on mouse)
bind "6" "slot9"; //DECOY
bind "8" "slot10"; //MOLOTOV (on mouse)
bind "ALT" "slot12"; //HEALTH SHOT
bind "w" "+forward;r_cleardecals";
bind "a" "+moveleft;r_cleardecals";
bind "s" "+back;r_cleardecals";
bind "d" "+moveright;r_cleardecals";
bind "PGDN" "+duck"; // (caps lock)
bind "SHIFT" "+speed";
bind "\" +moveup; // (circumflex)
bind "CTRL" +movedown;
bind "b" "buymenu";
bind "c" "+duckjump";
bind "e" "+use";
bind "f" "+lookatweapon";
bind "g" "drop";
bind "l" "sv_rethrow_last_grenade";
bind "m" "teammenu";
bind "n" "toggle cl_righthand 0 1";
bind "o" "exec csgo_config";
bind "p" "exec practise";
bind "q" "lastinv";
bind "r" "+reload";
bind "t" "noclip";
bind "u" "messagemode";
bind "v" "+jumpthrow";
bind "x" "+voicerecord";
bind "y" "toggleconsole";
bind "F1" "+spray_menu";
bind "F3" "toggle cl_crosshairsize 1.5 1500";
bind "F5" "toggleMwheelShootJump";
bind "F5" "say .spawn 1"
bind "F6" "say .spawn 2"
bind "F7" "say .spawn 3"
bind "F8" "say .spawn 4"
bind "F9" "say .spawn 5"
bind "ENTER" "messagemode2"; //TEAM CHAT
bind "ESCAPE" "cancelselect";
bind "TAB" +netg;
bind "MOUSE1" "+attack";
bind "MOUSE2" "+attack2";
bind "MOUSE3" "player_ping";
//QUICKBUY BINDS
bind "LEFTARROW" "buy defuser";
bind "UPARROW" "buy vest";
bind "RIGHTARROW" "buy vesthelm";
bind "DOWNARROW" "buy smokegrenade; buy molotov; buy hegrenade; buy incgrenade; buy flashbang";
//JUMPTHROW BIND
alias "+jumpthrow" "+jump;-attack";
alias "-jumpthrow" "-jump";
//DUCKJUMP
alias +duckjump "+duck; +jump";
alias -duckjump "-duck; -jump";
//JUMP WITH MOUSEWHEEL
bind "mwheeldown" +jump;
bind "mwheelup" +jump;
//TOGGLE MWHEEL JUMP/SHOOT -> SPAM DUAL BERETTAS
alias "toggleMwheelShootJump" "enableMwheelShoot";
alias "enableMwheelShoot" "alias toggleMwheelShootJump disableMwheelShoot; exec mwheelshoot";
alias "disableMwheelShoot" "alias toggleMwheelShootJump enableMwheelShoot; exec mwheeljump";
//NETWORK STATS
net_graph "1";
alias +netg "+showscores; net_graphheight 64";
alias -netg "-showscores; net_graphheight 9999";
//SOUND
snd_deathcamera_volume "0";
snd_menumusic_volume "0.087232";
snd_mute_losefocus "1";
snd_mvp_volume "0.25";
snd_roundend_volume "0";
snd_roundstart_volume "0";
snd_tensecondwarning_volume "0.25";
volume "0.35";
//MISC
cl_buywheel_donate_key "2"; // left shift
cl_hideserverip "1";
cl_hud_playercount_showcount "1";
cl_interp "0.015625";
cl_interp_ratio "1";
cl_radar_always_centered "0";
cl_radar_scale "0.33";
cl_show_observer_crosshair "2";
cl_updaterate "128";
cl_use_opens_buy_menu "0";
fps_max "400";
fps_max_menu "999";
m_customaccel "0";
mat_monitorgamma_tv_enabled "0"; // color mode pc
mat_queue_mode "2";
mm_dedicated_search_maxping "35";
r_drawtracers_firstperson "1";
rate "786432";
sensitivity "1.5";
spec_replay_autostart "0";
ui_steam_overlay_notification_position bottomright;
viewmodel_presetpos "3"; // classic viewmodel
echo "AUTOEXEC EXECUTED";
say_team "config executed"
host_writeconfig