Here update on 1st page how to auto enter the lowyat.net channel ingame dota2 + missing report
How To Use?
paste code to notepad and save it as autoexec.cfg
then put the autoexec.cfg into ur dota2 folder
C:\Program Files (x86)\Steam\steamapps\common\dota 2 beta\dota\cfg (For 64bit)
C:\Program Files\Steam\steamapps\common\dota 2 beta\dota\cfg (For 32 bit)
p/s: remmber to unbind the arrow key n change it to numpad like the screenshot else it wont work..
i use arrow coz its quite near n easy to use example press uparrow = top missing down bottom missing leftarrow = mid missing
this is coz some ppl use f2 for item key bind like me so its quite hard to use.. anyway anything just let me know..
» Click to show Spoiler - click again to hide... «
CODE
/////////////////////////////////////////////
// Lowyat.Net Dota2 Script V2 //
/////////////////////////////////////////////
/////////////// by Ixara //////////////////
/////////////////////////////////////////////
/////////////////////
/// Console ///
/////////////////////
con_enable 1 //if u use this u dont need to add -console on ur startup game so the console wont popup each time u start
/////////////////////
/// Channel Login ///
/////////////////////
chat_join "Lowyat.NET"
chat_join "Malaysia"
/////////////////////
/// Team Report ///
/////////////////////
bind leftarrow "say_team Mid Missing"
bind uparrow "say_team Top Missing"
bind downarrow "say_team Bottom Missing"
bind rightarrow "say_team All Missing Care"
//////////////////////
/// Courier Bind ///
//////////////////////
//When press \ the courier will automaticly pick up item in stash and fly to you with boost speed!(No need to click the courier just buy item and press \ done)
alias "quick_courier" "dota_select_courier; dota_ability_execute 2; dota_ability_execute 3; dota_ability_execute 4; +dota_camera_follow"
bind "\" "quick_courier"
///////////////////
/// Net Check ////
///////////////////
bind [ "net_graph 1"
bind ] "net_graph 0"
// ----------------------------------------------------------------------------
// Print to console
// ----------------------------------------------------------------------------
clear
echo "-------------------------------------------------------"
echo " Lowyat.NET Dota 2 config v2 loaded. "
echo "-------------------------------------------------------"
echo ""
echo "-------------------------------------------------------"
echo " Any Suggestion Kidnly Send me pm In forums "
echo "-------------------------------------------------------"
echo "-------------------------------------------------------"
echo ""
echo ""
echo ""
echo ""
echo " _ _ _ _ ______ _______ "
echo "| | | | | \ | | ____|__ __|"
echo "| | _____ ___ _ __ _| |_ | \| | |__ | | "
echo "| | / _ \ \ /\ / / | | |/ _` | __| | . ` | __| | | "
echo "| |___| (_) \ V V /| |_| | (_| | |_ _| |\ | |____ | | "
echo "|______\___/ \_/\_/ \__, |\__,_|\__(_)_| \_|______| |_| "
echo " __/ | "
echo " |___/ "
echo ""
echo "Copyright Lowyat.NET community"
echo ""
