Advertisement
Guest User

Dota2 Meepo

a guest
Sep 22nd, 2012
5,553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. //put in \Steam\steamapps\common\dota 2 beta\dota\cfg
  2. //if u want other keys ,or you have key conficts change : ex : bind "F2" "imbapoff" to bind "t" "imbapoff"
  3.  
  4.  
  5. //begining of static poff ,all poff on their current location
  6.  
  7. alias "tab1" "dota_cycle_selected;"
  8. alias "poff1" "dota_ability_execute 1;"
  9. alias "poff2" "dota_ability_execute 1; dota_ability_execute 1;"
  10. alias "tab2" "tab1; "poff2;"
  11. alias "imbapoff" "tab2; tab2; tab2; tab2; tab2; +dota_camera_follow;"
  12.  
  13.  
  14. bind "F2" "imbapoff"
  15. //end of static poff
  16.  
  17.  
  18.  
  19. //begining of poff to the closest clone to cursor ,must tap the bind key "spam" to get them all there
  20.  
  21. alias "selectpoff1" "dota_ability_execute 1; +sixense_Left_click; -sixense_Left_click; tab1;"
  22. alias "selectpoff2" "selectpoff1"
  23.  
  24. bind "F3" "selectpoff2"
  25.  
  26. //end of poff to the closest clone to cursor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement