Guest User

Untitled

a guest
Dec 13th, 2014
756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1.  
  2.  
  3. ///////////////////////////////////////////////////////
  4. //Spacebar is unpressed, shifting keyboard commands///
  5. //////////////////////////////////////////////////////
  6.  
  7. //Make SPACE be a modifier key
  8. bind "SPACE" "stash_grab_all;+keyShift2"
  9.  
  10. //Meepo Keys
  11. bind "F7" "playuisound DOTA_Item.ObserverWard.Activate;execifexists meepo_keybinds.cfg" //Meepo Keys
  12. bind "F8" "playuisound DOTA_Item.ForceStaff.Activate;exec keybinds_normal.cfg" //Reset to normal Keybinds
  13.  
  14. //== Unit Actions ==//
  15. bind "A" "mc_attack" //Attack Move - Force Attack
  16. bind "S" "dota_stop" //Stop
  17. bind "F1" "+dota_camera_follow" //Select Hero
  18. bind "F2" "dota_select_courier" //Select Courier
  19. bind "F3" "dota_courier_deliver" //Courier Deliver Items
  20. bind "F5" "dota_courier_burst" //Courier Speed Burst
  21. bind "z" "dota_select_all_others" //Select All Other Units
  22. bind "o" "dota_ability_learn_mode" //Learn Ability
  23. bind "u" "dota_learn_stats" //Upgrade Stats
  24.  
  25. //== Player Actions ==//
  26. bind "F9" "dota_pause" //Pause
  27. bind "F11" "toggleconsole" //Open Console
  28. bind "`" "dota_purchase_quickbuy" //Quickbuy
  29. bind "G" "+voicerecord" //Voice
  30. bind "]" "+showscores" //Score
  31. bind "ENTER" "say" //Chat Team
  32. bind "KP_ENTER" "say" //Chat Team
  33. bind "," "exec roshan.cfg" //Roshan Timer
  34. bind "PGDN" "playuisound DOTA_Item.ObserverWard.Activate;exec magicdmg.cfg" //Magicdmg
  35. bind "PGUP" "playuisound DOTA_Item.ForceStaff.Activate;exec unbind.cfg" //Reset Magicdmg
  36. bind "END" "disconnect" //Disconnect
  37.  
  38. dota_player_units_auto_attack_after_spell "1" // auto attack after spell (enabled)
  39. dota_player_multipler_orders "0" //Unified unit orders (off).
  40.  
  41. //== Camera Move ==//
  42. bind "UPARROW" "+forward"
  43. bind "LEFTARROW" "+moveleft"
  44. bind "DOWNARROW" "+back"
  45. bind "RIGHTARROW" "+moveright"
  46.  
  47. //== Skills ==//
  48. bind "q" "dota_ability_execute 0" // Ability 1
  49. bind "e" "dota_ability_execute 2" // Ability 3
  50. bind "w" "dota_ability_quickcast 1" // Ability 2 (quickcast)
  51. bind "7" "dota_ability_execute 3" // Secondary Ability 1
  52. bind "8" "dota_ability_execute 4" // Secondary Ability 2
  53. bind "r" "dota_ability_execute 5" // Ultimate
  54.  
  55. //== Items ==//
  56. unbind "1" //Item 1
  57.  
  58. //== Control Groups ==//
  59. bind "TAB" "dota_cycle_selected" //Control Group Tab
  60. bind "1" "+dota_control_group 1"
  61. bind "2" "+dota_control_group 2"
  62. bind "3" "+dota_control_group 3"
  63. bind "4" "+dota_control_group 4"
  64. bind "5" "+dota_control_group 5"
  65. bind "x" "+dota_control_group 6"
  66. bind "c" "+dota_control_group 7"
  67. bind "v" "+dota_control_group 8"
  68. bind "f" "+dota_control_group 9"
  69. bind "d" "+dota_control_group 10"
  70.  
  71. //== Chat Wheel ==//
  72. bind "J" "say_team ss top"
  73. bind "K" "say_team ss mid"
  74. bind "L" "say_team ss bot"
  75. bind "I" "say_team Can I ask you nicely to just play and stay calm? You're draggin' down our team."
  76. bind "P" "say_team Please, Fly Courier!"
  77. bind "," "say_team;chatwheel_say 57"
  78.  
  79. //== Rune Checker ==//
  80. bind "T" "r_c"
  81. alias "r_c" "r_t"
  82. alias "r_t" "dota_camera_set_lookatpos -2273 1800;alias r_c r_b"
  83. alias "r_b" "dota_camera_set_lookatpos 3035 -2350;alias r_c b_t_h"
  84. alias "b_t_h" "dota_select_all; dota_select_all;+dota_camera_follow; -dota_camera_follow;+dota_camera_follow; -dota_camera_follow;alias r_c r_t"
  85.  
  86. //SHOP AUTO-HOTKEY
  87. bind "KP_2" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 9;toggleshoppanel;dota_shop_force_hotkeys 0" //Observer Wards
  88. bind "KP_3" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 10;toggleshoppanel;dota_shop_force_hotkeys 0" //Sentry Wards
  89. bind "KP_1" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 7;toggleshoppanel;dota_shop_force_hotkeys 0" //Courier
  90. bind "KP_MULTIPLY" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 8;toggleshoppanel;dota_shop_force_hotkeys 0" //Flying Courier
  91. bind "KP_PLUS" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 2;toggleshoppanel;dota_shop_force_hotkeys 0" //Tangos
  92. bind "KP_DIVIDE" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 1;shop_select_itemrow 1;toggleshoppanel;dota_shop_force_hotkeys 0" //Branch
  93.  
  94. //Camera Follow (double tap command)
  95. dota_camera_hold_select_to_follow 0
Advertisement
Add Comment
Please, Sign In to add comment