AutoLoginEx is the best this bot has as far as I am aware
Run bot with -autostart argumentThe problem is that EB also closes upon crash, so you would have to customize the script to open both EB and the game at the same time, where you would encounter yet another problem - not being able to hit the Start button in EB.
@echo off
:eb
echo (%time%) EB started.
C:\Exilebuddy\eb.lnk
echo (%time%) EB closed or crashed, restarting.
goto eb
@echo off
:poe
echo (%time%) PoE started.
"E:\Path of Exile\PathOfExile.exe" --nosound --nologo
echo (%time%) PoE closed or crashed, restarting.
goto poe
@echo off
Crash!
color 0E
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting" /f /v "DontShowUI" /t REG_DWORD /d "1"
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting" /f /v "DontShowUI" /t REG_DWORD /d "1"
:1
cls
tasklist|find /i "PathOfExileSteam.exe" >NUL
if errorlevel 1 START "" "C:\Steam\steamapps\common\Path of Exile\PathOfExileSteam.exe"
timeout /t 10
goto :2
:2
cls
tasklist|find /i "hi.exe" >NUL
if errorlevel 1 START "" "C:\Users\stric\Desktop\hi.lnk"
timeout /t 60
goto :1
pause