I did a .bat file which make using THUD easier .. I know it's not a HUGE problem .. but i thought maybe somebody might need this :)
Create a new empty text file and copy the code ,, we will change a few things :P
here's the code :
@echo off
title Auto-Run Turbo HUD script!
start C:\Users\*User’s name*\desktop\Diablo3.lnk
choice /d y /t 10 > nul
start C:\Users\*User’s name*\Desktop\TurboHUD\TurboHUD.exe
exit
******************************************************************************** *********************
Change the third line to your diablo’s desktop shortcut .. which you need to go to the game’s installation folder and make “Diablo III.exe” ..
Go to the new shortcut .. change it’s name to just “Diablo3” .. and put this line in the shortcut’s target in properties :
("C:\Program Files (x86)\Diablo III\Diablo III.exe" -launch)
Now the game can be run without using Battlenet launcher ..
5th line is Thud file’s location .. change that to yours ..
If the game take more than 10 seconds to get to selecting character’s screen , then change the number on the 4th line to the amount of seconds it takes to load to the selecting character’s screen.
(if THUD starts while diablo still on loading screen, it will flicker and not work properly)
Save the text as .BAT and then you are set :P
( Sorry for my shitty English and for the high amount of dots :D )