Like alot of people here I bot on my main, when I'm playing by hand it gets really annoying that HB and GB turn on my click to move. I'm pretty sure it needs to be enabled if I want to move and actually use the bot but it would be super nice to have a plugin that would turn it back off when exiting the program or pressing stop. Might be easy or it might not be possible, thanks for looking!
search works great: http://www.thebuddyforum.com/gather...-macro-toggles-click-move-off.html#post101168 <-- Code: /run if GetCVar("Autointeract")=="0" then ConsoleExec("Autointeract 1") else ConsoleExec("Autointeract 0") end