Guest User

Untitled

a guest
Apr 1st, 2016
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. ////////////////////////////////////////////////////
  2. ///// Killsteal-Legends.net Dota 2 Keybinds ///////
  3. //////////// for Dota 2 Config v.1.5.2. ///////////
  4. ///////////////// by Shixxor ///////////////////////
  5. ////////////////////////////////////////////////////
  6.  
  7. //////////////////////
  8. // CUSTOM BINDINGS // Script bindings to use the scripts from the autoexec.cfg scripts part and some other misc keys .
  9. //////////////////////
  10.  
  11. bind "." "quick_courier" // Courier Script
  12. bind "F10" "showgraph" // Toggle Net_Graph
  13. bind "\" "+showboard" // Show Netgraph and APM
  14. bind "y" "+chatwheel" // Chatwheel
  15.  
  16. // Say MISS/RE bindings
  17. //bind "leftarrow" "say_team miss top"
  18. //bind "rightarrow" "say_team miss bottom"
  19. //bind "downarrow" "say_team miss mid"
  20. //bind "uparrow" "say_team re"
  21.  
  22.  
  23. //////////////////////
  24. /// MAIN BINDINGS //// Main Dota 2 bindings from the menu.
  25. //////////////////////
  26.  
  27. // ATTENTION: Either remove this whole BINDING part to not overwrite your own bindings or replace these bindings with your own and unbind ALL keys in the options menu afterwards to prevent them from being overwritten each time you start a game! To unbind a key in the options menu select it and press DEL.
  28.  
  29. bind "q" "dota_ability_execute 0" // Main Ability 1
  30. bind "w" "dota_ability_execute 1" // Main Ability 2
  31. bind "e" "dota_ability_execute 2" // Main Ability 3
  32. bind "r" "dota_ability_execute 5" // Main Ability Ultimate
  33. bind "f" "dota_ability_execute 3" // Secondary Ability 1
  34. bind "g" "dota_ability_execute 4" // Secondary Ability 2
  35.  
  36. bind "c" "dota_item_execute 0" // Itemslot 1 + smartcast (see in the script section of the autoexec.cfg)
  37. bind "v" "dota_item_execute 1" // Itemslot 2
  38. bind "3" "dota_item_execute 2" // Itemslot 3
  39. bind "4" "dota_item_execute 3" // Itemslot 4
  40. bind "z" "dota_item_execute 4" // Itemslot 5
  41. bind "x" "dota_item_execute 5" // Itemslot 6
  42.  
  43. bind "l" "dota_purchase_stickybuy" // Stickybuy
  44. bind "n" "dota_purchase_quickbuy" // Quickbuy
  45. bind "b" "toggleshoppanel" // Open Shop
  46. bind "," "+voicerecord" // Toggle Voicecomm
  47. bind "F4" "dota_select_courier" // Select Courier
  48. bind "y" "dota_ability_learn_mode" // Skill an ability mode
  49. bind "h" "dota_hold" // Hold Position
  50. bind "TAB" "dota_cycle_selected" // Switch through controlled units
  51. bind "j" "use_item_client actions action_item" // Use action item (added in final Dota 2 release)
  52. bind "k" "use_item_client current_hero taunt" // Use taunt item (added in final Dota 2 release)
  53. bind "6" "dota_glyph" // Use Fortification Glyph
  54. bind "f1" "dota_recent_event" // Jump to ping location
  55. bind "escape" "cancelselect" // Cancel
  56. bind "enter" "say" // Text Say
  57. //bind "o" "dota_learn_stats" // Skill Stats (useless)
  58. bind "a" "mc_attack" // Attack Move
  59. bind "s" "dota_stop" // Stop
  60. bind "F9" "dota_pause" // Pauses the match
  61. bind "F12" "jpeg" // Make Screenshot
  62. bind "space" "+dota_camera_follow;dota_camera_follow" // Tab to select hero, doubletap to jump to hero (temp edit for single hit)
  63. bind "mouse4" "dota_select_all_others" // Select all other controlled units
  64. bind "mouse1" "+attack" // Select Click
  65. bind "mouse2" "+attack2" // Action Click
  66.  
  67. //Camera bind to rune spots
  68. //alias toprune "dota_camera_setpos -2273 1232 982"
  69. //alias botrune "dota_camera_setpos 3035 -2972 966"
  70.  
  71. //bind "F2" "show_runetop"
  72. //bind "F3" "show_runebot"
  73.  
  74. bind "F2" "dota_camera_set_lookatpos -2273.898682 1732.745483"
  75. bind "F3" "dota_camera_set_lookatpos 3035.773438 -2472.680176"
  76.  
  77. //bind "F2" "dota_camera_set_lookatpos -2273.898682 1232.745483 982.072876" // Top Rune
  78. //bind "F3" "dota_camera_set_lookatpos 3035.773438 -2972.680176 966.072937" // Bot Rune
  79.  
  80. // Check top and bottom rune bind "y" "+show_runetop" bind "g" "+show_runebottom"
  81. // Jump camera to rune positions while pressing a key and back to hero on release
  82. alias "+show_runetop" "dota_camera_set_lookatpos -2273.898682 1732.745483"
  83. alias "-show_runetop" "dota_select_all; dota_select_all; +dota_camera_follow"
  84. alias "+show_runebottom" "dota_camera_set_lookatpos 3035.773438 -2472.680176"
  85. alias "-show_runebottom" "dota_select_all; dota_select_all; +dota_camera_follow"
  86.  
  87. /////////////////////////
  88. echo "Keybindings Loaded."
  89. /////////////////////////
Add Comment
Please, Sign In to add comment