Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- echo "default binds loaded."
- // You must rebind all keys in your other class .cfg's or the script will carry over to all classes.
- // Put the following in your autoexec and/or any class .cfg's for which you don't want the script to transfer over. If you have changed any binds from the default, change them here as well:
- Code:
- // viewmodel/combination script binds
- bind "0" "slot10"
- bind "1" "slot1;r_drawviewmodel 1" // ;r_drawviewmodel 1/0 for viewmodels on/off with this slot
- bind "2" "slot2;r_drawviewmodel 1" // ;r_drawviewmodel 1/0 for viewmodels on/off with this slot
- bind "3" "slot3;r_drawviewmodel 1" // ;r_drawviewmodel 1/0 for viewmodels on/off with this slot
- bind "4" "slot4;r_drawviewmodel "
- bind "q" "lastinv"
- bind "mouse1" "+attack"
- bind "mouse2" "+attack2"
- bind "v" "voicemenu 0 1"
- bind "kp_pgup" "record issueFix; stop; snd_restart; hud_reloadscheme;"
- bind "KP_END" "load_itempreset 0"
- bind "KP_DOWNARROW" "load_itempreset 1"
- bind "KP_PGDN" "load_itempreset 2"
- bind "KP_LEFTARROW" "load_itempreset 3"
- // crosshair script binds
- 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
- bind w +mfwd
- bind s +mback
- bind d +mright
- bind a +mleft
- alias none ""
- bind "SPACE" "+jumpeh"
- bind "ctrl" "+duck"
- sensitivity 2.7 // [#] Your default sens
- r_drawviewmodel 1 // [0/1] set to "1" for viewmodels on, "0" for off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement