Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ////////////////////////////////////////////////////////////////////////
- // BEGIN DEFAULT SETTINGS RESET
- ////////////////////////////////////////////////////////////////////////
- developer 1
- echo "Default settings loadeding...."
- developer 0
- bind "1" "slot1"
- bind "2" "slot2"
- bind "3" "slot3"
- bind "4" "slot4"
- bind "5" "slot5"
- bind "6" "slot6"
- bind "7" "slot7"
- bind "8" "slot8"
- bind "9" "slot9"
- bind "0" "slot10"
- bind "MOUSE1" "+attack"
- bind "MOUSE2" "+attack2"
- bind "MOUSE3" "+attack3"
- bind "MOUSE4" "lastinv"
- bind "MOUSE5" "slot3"
- bind "MWHEELUP" "invprev"
- bind "MWHEELDOWN" "invnext"
- bind "a" "+moveleft"
- bind "d" "+moveright"
- bind "s" "+back"
- bind "w" "+forward"
- bind "SPACE" "+jump"
- bind "SHIFT" "+duck"
- bind "CTRL" ""
- sensitivity "2.0" // [#] Your default sens
- r_drawviewmodel "1" // [0/1] set to "1" for viewmodels on, "0" for off
- fov_desired "90.00" // [#] Your default fov
- // Stuck Clear? -attack
- developer 1
- echo "Default settings loaded!"
- developer 0
- ////////////////////////////////////////////////////////////////////////
- // END DEFAULT SETTINGS RESET
- ////////////////////////////////////////////////////////////////////////
- // Improved Crouch Jump Script
- // Thanks to Chdata + Stabby Stabby
- bind space +rj
- bind ctrl +crouch
- alias +rj "spec_mode;-duck;+cr;alias checkrj +cr"
- alias -rj "-cr;checkduck;alias checkrj none"
- alias +crouch "-cr;+duck;alias checkduck +duck"
- alias -crouch "-duck;checkrj;alias checkduck none"
- alias checkduck none
- alias checkrj none
- alias +cr "+jump;+duck"
- alias -cr "-duck;-jump"
- alias none ""
- // Null-cancelling movement script
- // Thanks to Stabby Stabby
- bind w +mfwd
- bind s +mback
- bind a +mleft
- bind d +mright
- alias +mfwd "-back;+forward;alias checkfwd +forward"
- alias +mback "-forward;+back;alias checkback +back"
- alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
- alias +mright "-moveleft;+moveright;alias checkright +moveright"
- alias -mfwd "-forward;checkback;alias checkfwd none"
- alias -mback "-back;checkfwd;alias checkback none"
- alias -mleft "-moveleft;checkright;alias checkleft none"
- alias -mright "-moveright;checkleft;alias checkright none"
- alias checkfwd none
- alias checkback none
- alias checkleft none
- alias checkright none
- alias none ""
- // S0N0S's Spy Script: Disguise sync + disable viewmodel on revolver + low sens on revolver + show viewmodel on cloak
- // Comments added by S0N0S
- // Thanks to Stabby Stabby + Virus + 2C3C
- // Setup binds
- bind 1 pri
- bind 2 sec
- bind 3 mel
- bind 4 dis
- bind 5 eng
- bind mwheelup s_u
- bind mwheeldown s_d
- bind mouse1 +s_attack
- bind mouse2 +watch
- bind mouse3 dsync_toggle
- bind mouse4 switcher
- bind mouse5 disguiseteam
- // Setup sensitivity and reset viewmodel
- alias pri_mode "r_drawviewmodel 1;sensitivity 1;"
- alias sec_mode "r_drawviewmodel 1;sensitivity 2;"
- alias mel_mode "r_drawviewmodel 1;sensitivity 2;"
- // Adjust viewmodel and disguise for +attack and -attack
- alias +pri_attack "+attack;r_drawviewmodel 0;dsync_disable;spec_next"
- alias -pri_attack "-attack;r_drawviewmodel 0"
- alias +sec_attack "+attack;r_drawviewmodel 1;dsync_disable;spec_next"
- alias -sec_attack "-attack;r_drawviewmodel 1"
- alias +mel_attack "+attack;r_drawviewmodel 1;dsync_disable;spec_next"
- alias -mel_attack "-attack;r_drawviewmodel 1"
- alias +watch "+attack2; r_drawviewmodel 1; spec_prev"
- alias -watch "-attack2; r_drawviewmodel 1"
- // Switch weapon to slot 1 and prepare switch to other slots
- alias prima "slot1; pri_mode; alias +s_attack +pri_attack; alias -s_attack -pri_attack; dsync_action"
- alias pri_sec "prima; alias switcher sec_pri; alias pri prima; alias sec sec_pri; alias mel mel_pri; alias dis pda_pri_sec; alias eng pda2_pri_sec; alias s_u mel_pri; alias s_d sec_pri"
- alias pri_mel "prima; alias switcher mel_pri; alias pri prima; alias sec sec_pri; alias mel mel_pri; alias dis pda_pri_mel; alias eng pda2_pri_mel; alias s_u mel_pri; alias s_d sec_pri"
- // Switch weapon to slot 2 and prepare switch to other slots
- alias secon "slot2; sec_mode; alias +s_attack +sec_attack; alias -s_attack -sec_attack; dsync_action"
- alias sec_pri "secon; alias switcher pri_sec; alias pri pri_sec; alias sec secon; alias mel mel_sec; alias dis pda_sec_pri; alias eng pda2_sec_pri; alias s_u pri_sec; alias s_d mel_sec"
- alias sec_mel "secon; alias switcher mel_sec; alias pri pri_sec; alias sec secon; alias mel mel_sec; alias dis pda_sec_mel; alias eng pda2_sec_mel; alias s_u pri_sec; alias s_d mel_sec"
- // Switch weapon to slot 3 and prepare switch to other slots
- alias melee "slot3; mel_mode; alias +s_attack +mel_attack; alias -s_attack -mel_attack; dsync_action"
- alias mel_pri "melee; alias switcher pri_mel; alias pri pri_mel; alias sec sec_mel; alias mel melee; alias dis pda_mel_pri; alias eng pda2_mel_pri; alias s_u sec_mel; alias s_d pri_mel"
- alias mel_sec "melee; alias switcher sec_mel; alias pri pri_mel; alias sec sec_mel; alias mel melee; alias dis pda_mel_sec; alias eng pda2_mel_sec; alias s_u sec_mel; alias s_d pri_mel"
- // Switch weapon to slot 4 and prepare switch to other slots
- alias pda "slot4;"
- alias pda_pri_sec "pda; alias switcher pri_sec"
- alias pda_pri_mel "pda; alias switcher pri_mel"
- alias pda_sec_pri "pda; alias switcher sec_pri"
- alias pda_sec_mel "pda; alias switcher sec_mel"
- alias pda_mel_pri "pda; alias switcher mel_pri"
- alias pda_mel_sec "pda; alias switcher mel_sec"
- // Switch weapon to slot 5 and prepare switch to other slots
- alias pda2 "slot5;"
- alias pda2_pri_sec "pda2; alias switcher pri_sec"
- alias pda2_pri_mel "pda2; alias switcher pri_mel"
- alias pda2_sec_pri "pda2; alias switcher sec_pri"
- alias pda2_sec_mel "pda2; alias switcher sec_mel"
- alias pda2_mel_pri "pda2; alias switcher mel_pri"
- alias pda2_mel_sec "pda2; alias switcher mel_sec"
- // Disguise synchronization enable
- alias dsync_enable "dev_notice; cl_showtextmsg 1; echo DISGUISE SYNC ON; wait 60; cl_showtextmsg 0; alias dsync_toggle dsync_disable; lastdisguise; alias dsync_action lastdisguise"
- // Disguise synchronization disable
- alias dsync_disable "dev_notice; cl_showtextmsg 1; echo DISGUISE SYNC OFF; wait 60; cl_showtextmsg 0; alias dsync_toggle dsync_enable; alias dsync_action"
- alias dsync_toggle "dsync_enable"
- alias dev_notice "developer 1; wait 500; developer 0;
- // Set to primary on spawn
- pri_sec
- // Disguise Quick-Drop
- bind "f" "dropdisguise; dysync_disable"
- alias dropdisguise "disguise 8 -2"
- // One Key Toggle-able Amby Zoom Script
- // Changes FOV to smaller value in order to mimic zooming, also reduces sensitivity slightly.
- //bind q togglezoom
- //alias togglezoom "ambyzoomon"
- //alias ambyzoomon "alias togglezoom ambyzoomoff; fov_desired 54; sensitivity [your zoom sens here]"
- //alias ambyzoomoff "alias togglezoom ambyzoomon; fov_desired 90; sensitivity [your normal sens here]"
- //echo "Zoom Script Loaded Properly."
Advertisement
Add Comment
Please, Sign In to add comment