SET NOVISIBLE=False
SET ALGO=%3
echo Algo: %ALGO%
IF /I "%ALGO%"=="DaggerHashimoto" goto AB1
IF /I "%ALGO%"=="X16R" goto AB2
IF /I "%ALGO%"=="ZHash" goto AB4
IF /I "%ALGO%"=="Beam" goto AB3
IF /I "%ALGO%"=="GrinCuckaroo29" goto AB4
IF /I "%ALGO%"=="Lyra2REv3" goto AB2
IF /I "%ALGO%"=="MTP" goto AB4
IF /I "%ALGO%"=="CuckooCycle" goto AB4
goto :end
:AB1
cd C:\nvidiaProfileInspector
nvidiaProfileInspector -profile 2.nip -silent
cd C:\Program Files (x86)\MSI Afterburner
MSIAfterburner.exe -Profile1
goto :end
:AB2
cd C:\nvidiaProfileInspector
nvidiaProfileInspector -profile 1.nip -silent
cd C:\Program Files (x86)\MSI Afterburner
MSIAfterburner.exe -Profile2
goto :end
:AB3
cd C:\nvidiaProfileInspector
nvidiaProfileInspector -profile 2.nip -silent
cd C:\Program Files (x86)\MSI Afterburner
MSIAfterburner.exe -Profile3
goto :end
:AB4
cd C:\nvidiaProfileInspector
nvidiaProfileInspector -profile 2.nip -silent
cd C:\Program Files (x86)\MSI Afterburner
MSIAfterburner.exe -Profile4
goto end
:end
echo Scrypt Kaputt
timeout /t 1 /nobreak