Guest User

Untitled

a guest
Apr 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. // Courier picks up whole stash and brings it to you with speedup before returning to base
  2. alias "quick_courier" "dota_select_courier; dota_ability_execute 2; dota_ability_execute 3; dota_ability_execute 4; +dota_camera_follow"
  3.  
  4. bind "x" "quick_courier"
  5.  
  6. // Shows scoreboard, netgraph and APM in the console
  7. alias "+showgraph" "+showscores;net_graph 3;dota_apm"
  8. alias "-showgraph" "-showscores;net_graph 0"
  9.  
  10. bind "\" "+showgraph"
  11.  
  12. //////////////
  13. /// SAY ///
  14. //////////////
  15.  
  16. bind "leftarrow" "say_team miss top"
  17. bind "rightarrow" "say_team miss bottom"
  18. bind "downarrow" "say_team miss mid"
  19. bind "uparrow" "say_team re"
  20.  
  21.  
  22. //////////////
  23. // BINDINGS //
  24. //////////////
  25.  
  26. bind "q" "dota_ability_execute 0"
  27. bind "w" "dota_ability_execute 1"
  28. bind "e" "dota_ability_execute 2"
  29. bind "r" "dota_ability_execute 5"
  30. bind "d" "dota_ability_execute 3"
  31. bind "f" "dota_ability_execute 4"
  32.  
  33. bind "3" "dota_item_execute 2"
  34. bind "4" "dota_item_execute 3"
  35. bind "5" "dota_item_execute 4"
  36. bind "6" "dota_item_execute 5"
  37. bind "t" "dota_item_execute 5"
  38. bind "mouse4" "dota_item_execute 1"
  39. bind "mouse5" "dota_item_execute 0"
  40.  
  41. bind "v" "dota_purchase_stickybuy"
  42. bind "b" "dota_purchase_quickbuy"
  43. bind "." "toggleshoppanel"
  44. bind "," "+voicerecord"
  45. bind "c" "dota_select_courier"
  46. bind "o" "dota_ability_learn_mode"
  47. bind "h" "dota_hold"
  48. bind "TAB" "dota_cycle_selected"
  49. bind "j" "use_item_client actions action_item"
  50. bind "k" "use_item_client current_hero taunt"
  51. bind "l" "dota_glyph"
  52. bind "space" "+dota_camera_follow"
  53. bind "escape" "cancelselect"
  54. bind "enter" "say"
  55. bind "u" "dota_learn_stats"
  56. bind "a" "mc_attack"
  57. bind "s" "stop"
  58. bind "F8" "exec autoexec.cfg"
  59. bind "F9" "dota_pause"
  60. bind "F11" "toggleconsole"
  61. bind "F12" "jpeg"
  62. bind "1" "+dota_camera_follow"
  63. bind "2" "dota_select_all_others"
  64. bind "mouse1" "+attack"
  65. bind "mouse2" "+attack2"
Add Comment
Please, Sign In to add comment