Skip to content

Instantly share code, notes, and snippets.

Created April 24, 2014 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/11264247 to your computer and use it in GitHub Desktop.
Save anonymous/11264247 to your computer and use it in GitHub Desktop.
dota 2 autoexec.cfg
dota_minimap_misclick_time 0.0
// RETURN TO BASE SCRIPT
alias "leftclick" "+sixense_left_click; -sixense_left_click"
alias "camRadiant" "dota_camera_setpos -6985 -6942 1243"
alias "camDire" "dota_camera_setpos 6878 5772 1238"
alias "camCenter" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
alias "+myMoveRad" "mc_move; camRadiant; leftclick"
alias "-myMoveRad" "camCenter"
alias "+myMoveDire" "mc_move; camDire; leftclick"
alias "-myMoveDire" "camCenter"
bind "G" "+myMoveRad"
bind "T" "+myMoveDire"
// END RTB SCRIPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment