Guest User

Untitled

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