Guest User

Untitled

a guest
Jul 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. // -------------------------------------------------------------------
  2. // Kyle '1/4 Life' Gospodnetich's REAL FUCKING NEAT-O Dota 2 Autoexec
  3. // -------------------------------------------------------------------
  4.  
  5. dota_minimap_hero_size 700
  6. //Increases the size friendly/enemy hero images take on the minimap, making it easier to pick out which is which.
  7.  
  8. dota_camera_accelerate 49
  9. //Stops bouncy/floaty camera.
  10.  
  11. dota_always_show_player_names 1
  12. //Always shows player names above heros.
  13.  
  14. dota_force_right_click_attack 1
  15. //Removes the need to do an extra button press to deny a friendly creep.
  16.  
  17. dota_health_per_vertical_marker 100
  18. //Each line on a health bar now signifies 100 health. Makes it much easier to understand just how much health an enemy hero has!
  19.  
  20. alias "quick_courier" "dota_select_courier; dota_ability_execute 2; dota_ability_execute 3; dota_ability_execute 4; +dota_camera_follow; team_say The courier is coming to me. Please wait!"
  21. bind "ctrl" "quick_courier"
  22. //This dumps your stash in the courier and calls him to you.
  23.  
  24. dota_disable_range_finder 0
  25. alias "+range" "dota_range_display 1000"
  26. alias "-range" "dota_range_display 0"
  27. bind "alt" "+range"
  28. //This creates a circle around your hero that is 1000 units wide. This is the maximum range for a pudge hook, and slightly smaller than blink's. Great for judging distance!
Add Comment
Please, Sign In to add comment