Advertisement
Guest User

josph

a guest
May 24th, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. alias -mod "-b1;-b2;-b3;-b4;-b5;-b6;-b7;-b8;-b9;-b10;"
  2. alias +mod "+b1;+b2;+b3;+b4;+b5;+b6;+b7;+b8;+b9;+b10;"
  3.  
  4. alias "buy1" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 2;toggleshoppanel;dota_shop_force_hotkeys 0" // c scroll
  5. alias "buy2" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 1;toggleshoppanel;dota_shop_force_hotkeys 0" // red pot
  6. alias "buy3" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 6;toggleshoppanel;dota_shop_force_hotkeys 0" // speed gem
  7. alias "buy4" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 5;toggleshoppanel;dota_shop_force_hotkeys 0" // vamp pot
  8. alias "buy5" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 3;toggleshoppanel;dota_shop_force_hotkeys 0" // ward
  9. alias "buy7" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 8;toggleshoppanel;dota_shop_force_hotkeys 0" //heal scroll
  10. alias "buy8" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 7;toggleshoppanel;dota_shop_force_hotkeys 0" //link
  11. alias "buy9" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 9;toggleshoppanel;dota_shop_force_hotkeys 0" //teleport
  12. alias "buy10" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 4;toggleshoppanel;dota_shop_force_hotkeys 0" //bird
  13.  
  14.  
  15. //alias "buy6" "dota_shop_force_hotkeys 1;toggleshoppanel;shop_nav_to_tab 0;shop_select_itemrow 0;toggleshoppanel;dota_shop_force_hotkeys 0" //a+
  16.  
  17. alias +b2 "bind "q" buy2" //Buys a mana essence //1st item
  18. alias +b9 "bind "w" buy9" //Buys a teleport //
  19. alias +b3 "bind "e" buy3" //Buys a gem of speed
  20. alias +b10 "bind "r" buy10" //Buys a bird
  21. alias +b4 "bind "a" buy4" //Buys a berserk scroll
  22. alias +b5 "bind "s" buy5" //Buy a ward //ward
  23. alias +b8 "bind "d" buy8" //Buys a link
  24.  
  25. //alias +b6 "bind "f" buy6" //Buys a a+
  26. alias +b1 "bind "`" buy1" //Buys a C scroll 2nd item
  27. alias +b7 "bind "f" buy7" //Buys a heal scroll
  28.  
  29.  
  30. alias -b2 "bind "q" "dota_ability_execute 0" //note binds the q skill back from red pot
  31. alias -b9 "bind "w" "dota_ability_execute 1" //note binds the w skill back from teleport scroll
  32. alias -b3 "bind "e" "dota_ability_execute 2" //note bind the e skill back from speed gem
  33. alias -b10 "bind "r" "dota_ability_execute 5" //note bind the r skill back from bird
  34. alias -b4 "bind "a" "mc_attack" //note binds the attack command back from berserker pot
  35. alias -b5 "bind "s" "dota_stop" //note binds the stop command back from ward
  36. alias -b8 "bind "d" "dota_ability_execute 3" //note binds the D hotkey skills back from link
  37. alias -b6 "bind "f" "dota_ability_execute 4" //note binds the F hotkey skills back from A+ (this used to be mass teleport in wc3)
  38. alias -b7 "bind "x" "dota_item_execute 2" //note binds my item hotkey X back from heal scroll(not needed for people that don't use this key)
  39.  
  40. bind "space" "+mod"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement