Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
alias "poof" "dota_ability_quickcast 1"
alias "next" "dota_cycle_selected"
alias masspoof "next; poof; next; poof; next; poof; next; poof; next"
bind T masspoof
all i have to do is replace "poof" with net? or do you have script for dagger net(massive) then poof(massive)
alias "poof" "dota_ability_quickcast 1"
alias "next" "dota_cycle_selected"
alias masspoof "next; poof; next; poof; next; poof; next; poof; next"
bind T masspoof
dota_player_units_auto_attack 0
dota_player_units_auto_attack_after_spell 0
dota_stop
dota_center_message 5 "Auto-attack off"
alias "auto_attack_toggle" "exec auto_attack_on.cfg"
dota_player_units_auto_attack 1
dota_player_units_auto_attack_after_spell 1
dota_stop
dota_center_message 5 "Auto-attack on"
alias "auto_attack_toggle" "exec auto_attack_off.cfg"
╱ ╱▔
▏ ╲▂▂▂╱▔▏
▏ ╱ ╱╲╱
▏ ╱ ╱ ╰╮
╲ ╱ ╱▅┓▅┳╯
╲╱ ╱▏ ╭╮╰━Ω╮
▏╱▏▏╭╰━━╮ ┃
▕╱▏▏▏┣┳┳┳╰━╯
╱ ▏▏▏╰┻┻┻╲
▕▂╱▏▏▏╲ ▔▔▕
╱ ▏▏▏╱╲▂▂╱
alias "tab" "dota_cycle_selected;"
alias "dager" "dota_item_execute 1"
alias "poof" "dota_ability_execute 1;+sixense_Left_click; -sixense_Left_click;"
alias "tab1" "tab;poof;dager"
bind "x" "tab1;" // CLASIC POOF (SPAM KEY)
alias "tab1a" "dota_cycle_selected;"
alias "dager" "dota_item_execute 0"
alias "poof1a" "dota_ability_execute 1;+sixense_Left_click; -sixense_Left_click;"
alias "tab2" "tab1a;poof1a;"
bind "v" "tab2;"
// CASTING NET AND TAB (EVERY CLICK ON KEY IS CAST SPELL AND TAB AFTER)
alias "tab" "dota_cycle_selected;"
alias "net" "dota_ability_execute 0;"
alias "net1" "tab;net;"
bind "c" "net1;"