View difference between Paste ID: LKiq0H18 and 653CFNa6
SHOW: | | - or go back to the newest paste.
1
//binds
2-
bind H "Weapon 1"  //G
2+
bind X "+lookycloser"		//replace with your zoom key
3-
bind MWHEELUP "Weapon 2"  //MG
3+
bind H "Weapon 1"  		//G
4-
bind MWHEELDOWN "Weapon 3"  //SG
4+
bind MWHEELUP "Weapon 2"  	//MG
5-
bind R "Weapon 4"  //GL
5+
bind MWHEELDOWN "Weapon 3"  	//SG
6-
bind SPACE "Weapon 5"  //RL
6+
bind R "Weapon 4"  		//GL
7-
bind Mouse4 "Weapon 6"  //LG
7+
bind SPACE "Weapon 5"  		//RL
8-
bind Mouse5 "Weapon 7"  //RG
8+
bind Mouse4 "Weapon 6"  	//LG
9-
bind G "Weapon 8"  //PG
9+
bind Mouse5 "Weapon 7"  	//RG
10
bind G "Weapon 8"  		//PG
11
12
//general settings
13
cg_gunx 0
14
cg_guny 0
15
cg_gunz 0
16
cg_drawcrosshair 7
17
cg_CrosshairSize 24
18
cg_drawgun 0
19
20
//weaponconfig settings
21
cg_weaponconfig_g	"_lgOff; cg_zoomfov 90"
22
cg_weaponconfig_mg	"_lgOff; cg_zoomfov 90"
23
cg_weaponconfig_sg	"_lgOff; cg_zoomfov 90"
24-
alias _lgOn "cg_zoomsensitivity XX"
24+
25-
alias _lgOff "cg_zoomsensitivity YY"
25+
26
cg_weaponconfig_lg	"_lgOn; cg_zoomfov 70"
27
cg_weaponconfig_rg	"_lgOff; cg_zoomfov 45"
28
cg_weaponconfig_pg	"_lgOff; cg_zoomfov 90"
29
cg_weaponconfig_bfg	"_lgOff; cg_zoomfov 90"
30
cg_weaponconfig_pl	"_lgOff; cg_zoomfov 90"
31
cg_weaponconfig_ng	"_lgOff; cg_zoomfov 90"
32
cg_weaponconfig_cg	"_lgOff; cg_zoomfov 90"
33-
cg_drawgun 0
33+
34
//lg zoomsens script
35
alias +lookycloser "+zoom"
36
alias -lookycloser "-zoom;normalsens"
37
38
alias _lgOn "alias +lookycloser +lgzoom"
39
alias _lgOff "normalsens;alias +lookycloser +zoom"
40
41
alias +lgzoom "+zoom; sensitivity 4"
42
alias normalsens "sensitivity 4.65"