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"
- //--------------------------------
- // Medic specific stuff
- //--------------------------------
- // This is basically just Chris' Competitive Medic Script
- // Pretty confusing at first, but once you get used to it its hard to live without
- // Left click to heal, Right click to crossbow, Middle click to ubersaw
- // Press Q to use ubercharge
- // Press "R" to use a random quiet voiceline to cover up the I AM FULLY CHARGED line
- // If you pull out your crossbow it should show you where your nearby teammates are
- // Auto call changer
- alias "autocall_initial" "hud_medicautocallersthreshold "50"" // Normal autocall percentage
- alias "autocall_temp" "hud_medicautocallersthreshold "150"" // Crossbow out autocall percentage
- alias "+autocall_temp_hit" "autocall_temp"
- alias "-autocall_temp_hit" "autocall_initial"
- // Medigun
- alias "+heal" "slot2;+attack;autocall_initial"
- alias "-heal" "-attack"
- // Primary wep
- alias "+needles" "slot1;+attack;autocall_temp"
- alias "-needles" "-attack"
- // Saw
- alias "+saw" "slot3;+attack;autocall_temp"
- alias "-saw" "-attack"
- // Uber and notification
- alias "+uber" "slot2;dropitem;+attack2;say_team *UBERCHARGE_!!!USED!!!*;voicemenu 2 3;autocall_initial"
- alias "-uber" "-attack2;"
- // Fake uber and notification
- alias "fakeuber" "voicemenu 1 7; say_team *UBERCHARGE_FAKED*"
- // Random Voice
- alias "randomvoice" "random1"
- alias "random1" "voicemenu 2 1;alias randomvoice random2;"
- alias "random2" "voicemenu 2 2;alias randomvoice random3;"
- alias "random3" "voicemenu 2 3;alias randomvoice random4;"
- alias "random4" "voicemenu 2 4;alias randomvoice random5;"
- alias "random5" "voicemenu 2 5;alias randomvoice random6;"
- alias "random6" "voicemenu 2 6;alias randomvoice random7;"
- alias "random7" "voicemenu 2 7;alias randomvoice random1;"
- // I dont know what these are but they scare me so i'm leaving them in
- alias "slot1bind" "slot1;autocall_temp"
- alias "slot2bind" "slot2;autocall_initial"
- // Feel free to change the keys these are bound to!
- bind "mouse1" "+heal"
- bind "mouse2" "+needles"
- bind "mouse3" "+saw"
- bind "r" "randomvoice"
- bind "q" "+uber"
- bind "f" "fakeuber"
- // 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