Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- unbindall
- bind "0" "slot10"
- 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 A +ml
- bind "b" "lastdisguise"
- bind "c" "voice_menu_3"
- bind D +mr
- bind "e" "voicemenu 0 0"
- bind "f" "+inspect"
- bind "g" "+use_action_slot_item"
- bind "h" ""
- bind "i" "say_team"
- bind "j" "cl_trigger_first_notification"
- bind "k" "cl_decline_first_notification"
- bind "l" "dropitem"
- bind "m" "open_charinfo_direct"
- bind "n" "open_charinfo_backpack"
- bind "o" "showmapinfo"
- bind "p" "vr_reset_home_pos"
- bind "q" ""
- bind "r" "+reload"
- bind S +mb
- bind "t" "+taunt"
- bind "u" "say_party"
- bind "v" "voice_menu_1"
- bind W +mf
- bind "x" "voice_menu_2"
- bind "y" "say"
- bind "z" "voicemenu 0 0"
- bind "'" "+moveup"
- bind "`" "toggleconsole"
- bind "," "changeclass"
- bind "." "changeteam"
- bind "/" "+movedown"
- bind "-" "disguiseteam"
- bind "SPACE" "+jump"
- bind tab +scores
- alias +scores "net_graph 1; +showscores"
- alias -scores "net_graph 0; -showscores"
- bind "ESCAPE" "cancelselect"
- bind "INS" "+klook"
- bind "END" "explode"
- bind "PGUP" "+lookup"
- bind "PGDN" "+lookdown"
- bind "PAUSE" "pause"
- bind "ALT" "+strafe"
- bind "SHIFT" "+duck"
- bind "F1" "load_itempreset 0;"
- bind "F2" "load_itempreset 1;"
- bind "F3" "load_itempreset 2;"
- bind "F4" "load_itempreset 3;
- bind "F5" "player_ready_toggle"
- bind "F6" "screenshot"
- bind "F7" ""
- bind "F8" ""
- bind "F9" "show_quest_log"
- bind "F10" ""
- bind "MOUSE1" "+attack"
- bind "MOUSE2" "+attack2"
- bind "MOUSE3" "lastinv"
- bind "MWHEELUP" "slot2"
- bind "MWHEELDOWN" "slot3"
- bind "MOUSE4" "toggle"
- alias toggle "micspamon"
- alias micspamon "alias toggle micspamoff; +voicerecord; voice_loopback 1"
- alias micspamoff "alias toggle micspamon; -voicerecord; voice_loopback 0"
- bind KP_END "join_class scout"
- bind KP_DOWNARROW "join_class soldier"
- bind KP_PGDN "join_class pyro"
- bind KP_LEFTARROW "join_class demoman"
- bind KP_5 "join_class heavyweapons"
- bind KP_RIGHTARROW "join_class engineer"
- bind KP_HOME "join_class medic"
- bind KP_UPARROW "join_class sniper"
- bind KP_PGUP "join_class spy"
- bind KP_INS "record fix; stop"
- //LazyPurple server stuff
- bind UPARROW sm_taunt
- bind DOWNARROW sm_buy
- bind LEFTARROW "say /mc_buildmode"
- bind RIGHTARROW "impulse 100"
- //--------------------------------
- // Spy specific stuff
- //--------------------------------
- // Cool shit right here
- // Left click to shoot/stab, right click for invis/deadringer
- // Mousewheel up to switch to gun, mousewheel down for knife
- // Hold mouse5 to pull out and use sapper, let go to switch back to last weapon
- // Press 5 a bunch to change to enemy medic and pull out medigun (to check what they are running)
- // Press 6 to change to friendly scout (for cart pushing and being with your team)
- // Press mouse4 to change to an enemy scout (small model+weapon for sneaky decloaks especially when you crouch, no speed loss, your actual hitbox does not change to match scout hitbox so snipers have to shoot above your scout disguise head to hit your spy one)
- // Press Q to undisguise (quickly cap a point/cart / show your spychecking teammate you are on their team)
- // Press mousewheel and scroll down repeatedly for satisfying knife animation (best part of the script)
- // Primary Attack
- alias "+primatck" "+attack"
- alias "-primatck" "-attack"
- // Secondary Attack
- alias "+secatack" "+attack2"
- alias "-secatack" "-attack2"
- // Sapper
- alias "+sapper" "slot2;+attack"
- alias "-sapper" "lastinv;-attack"
- // Quick Disguises
- alias "checkmedigun" "slot2; disguise 5 -1"
- alias "friendlyscout" "disguise 1 -2"
- alias "enemyscout" "disguise 1 -1"
- alias "undisguise" "disguise 8 -2"
- // Feel free to change the keys these are bound to!
- bind "mouse1" "+primatck"
- bind "mouse2" "+secatack"
- bind "mouse3" "lastinv"
- bind "q" "+sapper"
- bind "mwheelup" "slot1"
- bind "mwheeldown" "slot3"
- bind "r" "undisguise"
- bind "5" "checkmedigun"
- bind "6" "friendlyscout"
- bind "9" "enemyscout"
- // If you don't have a 5 button mouse you should rebind
- // any "mouse4" and "mouse5" actions to another key
- // such as E R or Q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement