For those who are scared of ban when botting and being marked as afk meanwhile.
Just a simple auto it script which gives focus to all D3 windows every 40 seconds.
Code:Opt("WinTitleMatchMode", 4) While 1 Sleep(40000) $windows = WinList("Diablo III") For $i = 1 to $windows[0][0] Sleep(2000) WinActivate($windows[$i][1]) Next WEnd