1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
// Toggle duck crouch/stand-up
alias toggleduck "crouch"
alias crouch "+duck;alias toggleduck stand-up"
alias stand-up "-duck;alias toggleduck crou...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
// Toggle Viewmodels on/off
alias "tvm" "togglevm0"
alias "togglevm0" "r_drawviewmodel 0;alias tvm togglevm1"
alias "togglevm1" "r_drawviewmodel...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
alias earrape_snark "weapon_snark;linv100;lastinv"
alias linv2 "lastinv;lastinv"
alias linv20 "linv2;linv2;linv2;linv2;linv2;linv2;linv2;linv2;linv2...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
echo Grunt Mode Script by Tyler
echo This is my first script so it's bad
echo Dont move or shoot while toggling between grunt mode
// Grunt Toggles...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
//zoom hold
alias +zoom "default_fov 10;sensitivity 0.25"
alias -zoom "default_fov 90;sensitivity 2.5"
bind "key" "+zoom"
//zoom toggle
alias t...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
## Modified By: Hellotimber
//½ÏÕæÊµÉ˺¦skill.cfg for Sven Co-op
//================================================================//
/...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
alias _taubo
alias _taubofunc "cl_pitchup 180;cl_pitchdown -180;-attack2;wait;cl_pitchup 89;cl_pitchdown 89;force_centerview"
alias +tau "+attack2;a...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
//flashlight script
r_dynamic 0
alias "toggle_flashlight" "flashlight_on"
alias "flashlight_off" "r_dynamic 0; impulse 100; alias toggle_flashlight...
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
*space::
Loop
{
GetKeyState,state,space,P
if state = U
break
Send,{space}
Sleep,21
; memez
}
return
Numpad0::Exitapp...