Skip to content

Instantly share code, notes, and snippets.

@Vuccappella
Created July 19, 2015 17:44
Show Gist options
  • Save Vuccappella/12669031ff90198e6271 to your computer and use it in GitHub Desktop.
Save Vuccappella/12669031ff90198e6271 to your computer and use it in GitHub Desktop.
// Re-launches the auto exec and echoes it in the console
//plays a sound when the auto exec is launched
playuisound DOTA_Item.Hand_Of_Midas
bind "i" "exec autoexec.cfg;con_filter_enable 0;"
//Green Arrow
dota_disable_range_finder "0"
//Shuffle rune camera. Manually (2 buttons) RUNE, RUNE
//bind "t" "dota_camera_set_lookatpos -2273 1800"
//bind "g" "dota_camera_set_lookatpos 3035 -2350"
//Shuffle rune camera. RUNE - HERO —> RUNE — HERO (1 Button,Automated)
//alias "+rune" "top_rune"
//alias "-rune" "dota_select_all; dota_select_all; +dota_camera_follow"
//alias "top_rune" "dota_camera_set_lookatpos -2273 1800; alias +rune bottom_rune"
//alias "bottom_rune" "dota_camera_set_lookatpos 3035 -2350; alias +rune top_rune"
//bind "J" "+rune"
//Shuffles rune camera. Rune — HERO (separate buttons,automated)
//alias "+toprune" "dota_camera_set_lookatpos -2000 1600;
//alias "-toprune" "dota_select_all; dota_select_all"
//alias "+botrune" "dota_camera_set_lookatpos 3035 -2350;
//alias "-botrune" "dota_select_all; dota_select_all"
//bind "j" "+toprune"
//bind "k" "+botrune"
//Shuffle rune camera. RUNE — RUNE — HERO (1 Button,Automated)
//bind "P" "runecheck"
//alias "runecheck" "runechecktop"
//alias "runechecktop" "dota_camera_set_lookatpos -2273 1800; alias runecheck runecheckbot"
//alias "runecheckbot" "dota_camera_set_lookatpos 3035 -2350; alias runecheck runecheckhero"
//alias "runecheckhero" "dota_select_all; dota_select_all; +dota_camera_follow; alias runecheck runechecktop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment