-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuyscript.cfg
35 lines (31 loc) · 998 Bytes
/
buyscript.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
//misc to ensure right bindings
unbind "kp_enter"
unbind "enter"
bind "enter" "messagemode"
//ins-group
bind "pgup" "buy vesthelm; buy vest;"
bind "pgdn" "buy vest;"
bind "ins" "buy flashbang; buy hegrenade; buy flashbang; buy defuser;buy smokegrenade;"
bind "home" "buy p250"
bind "del" "buy ak47; buy m4a1; buy m4a1_silencer"
bind "end" "buy awp"
//specific bind for Jelly Comb numpad
bind "-" "buy flashbang;"
//numpad
bind "kp_enter" "buy defuser;"
bind "kp_ins" "buy vesthelm;"
bind "kp_del" "buy vest;"
bind "kp_end" "buy p250;"
bind "kp_downarrow" "buy tec9; buy fiveseven;"
bind "kp_pgdn" "buy deagle;"
bind "kp_leftarrow" "buy mac10; buy mp9;"
bind "kp_5" "buy ump45;"
bind "kp_rightarrow" "buy ssg08;"
bind "kp_home" "buy galilar; buy famas;"
bind "kp_uparrow" "buy ak47; buy m4a1;"
bind "kp_pgup" "buy awp;"
bind "kp_plus" "buy molotov; buy incgrenade;"
bind "kp_slash" "buy flashbang;"
bind "kp_multiply" "buy smokegrenade;"
bind "kp_minus" "buy hegrenade;"
echo "buyscript loaded"