Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- echo "Combination Spy Script Loaded"
- //=============================================================================================================================================
- // WEAPON-SPECIFIC VIEWMODEL, SENSITIVITY, FOV, & CROSSHAIR SCRIPT*
- //=============================================================================================================================================
- // Pressing "1", will bring out the Revolver(/Amby/Enforcer), hide the gun, turn your FOV to 75, and set the sensitivity to 1. Press "3" for the Knife; sets the FOV back to 90, sensitivity to 3. Press "2" for the sapper; attacking with the sapper will say "Sapping" to your team in the chat. Attacking with any weapon flashes to a smaller crosshair type.
- // Tweak to your liking.
- // * THIS SCRIPT REPLACES THE VIEWMODEL SCRIPT ABOVE. DO NOT USE BOTH TOGETHER!
- // Code:
- bind mouse1 vmon
- fov_desired 90
- //sapper
- alias vmsap "bind mouse1 +sap"
- alias +sap "+attack;dotxhaircolor;dotxhairtype;r_drawviewmodel 1;sapalert"
- alias -sap "-attack;dotxhaircolor;dotxhairtype"
- alias sapalert "say_team sapping"
- alias +sapper "slot2;dotxhairtype;dotxhaircolor;sensitivity 5;r_drawviewmodel 1;vmon;fov_desired 90;viewmodel_fov 99"
- alias -sapper "dotxhairtype;dotxhaircolor"
- bind "2" "+sapper;vmsap" //rebind to liking
- //knife
- alias vmon "bind mouse1 +viewmodelon"
- alias +viewmodelon "+attack;dotxhairtype;dotxhaircolor;r_drawviewmodel 1;spec_next"
- alias -viewmodelon "-attack;dotxhairtype;dotxhaircolor;r_drawviewmodel 1"
- alias +equip3 ";vmon;slot3;sensitivity 3;dotxhairtype;dotxhaircolor;cl_autoreload 1;m_yaw .0220000000;viewmodel_fov 99;r_drawviewmodel 1;alias wpn slot3"
- alias -equip3 "dotxhaircolor;dotxhairtype;fov_desired 90;r_drawviewmodel 1"
- bind "3" +equip3 //rebind to liking
- //gun
- alias vmoff "bind mouse1 +viewmodeloff"
- alias +viewmodeloff "+attack;dotxhairtype;dotxhaircolor;r_drawviewmodel 0;spec_next"
- alias -viewmodeloff "-attack;dotxhairtype;dotxhaircolor;r_drawviewmodel 0"
- alias +equip1 ";slot1;dotxhairtype;dotxhaircolor;r_drawviewmodel 1;sensitivity 1;viewmodel_fov 99"
- alias -equip1 "dotxhaircolor;dotxhairtype;sensitivity 1;r_drawviewmodel 0;vmoff"
- bind "q" +equip1 //rebind to liking
- //watch
- bind "mouse2" "+spycustomattack2"
- alias +spycustomattack2 ";+attack2;dotxhaircolor;dotxhairtype;r_drawviewmodel 1;spec_prev"
- alias -spycustomattack2 "-attack2;dotxhaircolor;dotxhairtype;r_drawviewmodel 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement