@echo off :A title Login cls echo Welcome Please Enter Your Credentials echo. set /p user=Username: set /p pass=Password: if "%user%"=="Admin" if "%pass%"=="H4CKR" goto :C if "%user%"=="GUESTMODE" if "%pass%"=="farceni" goto :C if "%user%"=="William" if "%pass%"=="tree55" goto :C if "%user%"=="Cohen" if "%pass%"=="Password22" goto :C if "%user%"=="Abiel" if "%pass%"=="tfarcenim" goto :C if "%user%"=="" if "%pass%"=="" goto :TERMINATEDACC cls goto Wrong = :C echo Date:%date% Time:%time% Username:"%user%" Password:"%pass%" >>log.dll cls for /f "delims=:" %%A in ("%time%") do if %%A LSS 12 (echo Good Morning %user%) else (echo Good Afternoon %user%) title Mainmenu echo. echo [1] JavaPortableLauncher echo. echo [2] Rules echo. echo [3] Latest Updates echo. choice /C:123 /N /M "Your Choice :" if errorlevel 3 goto :UPDATES if errorlevel 2 goto :RULES if errorlevel 1 goto :JavaPortableLauncher = :TERMINATEDACC cls SHUTDOWN -s -c "Sorry but your account has been terminated due to you not following the rules if you believe this is an error please contact Anmol" -t 30 = :Wrong cls SHUTDOWN -s -c "Fuck off you little shit" -t 30 = :JavaPortableLauncher cls start ***INSERT PROGRAM DIRECTORY HERE*** echo JavaPortableLauncher will start echo. echo [1] Login Screen echo. echo [2] Mainmenu echo. choice /C:12 /N /M "Your Choice :" if errorlevel 2 goto :C if errorlevel 1 goto :A = :RULES cls echo. echo Anyone who fucking disrespects me gets their Account Terminated echo. echo No harassing the Create New World Option echo. echo No more than 5 people at a given time unless allowed echo. echo Always change your username before entering echo. echo No begging me to get your account back if it's terminated echo. echo No Creative Mode on official Survival Worlds echo. echo No Survival Mode on official Creative Worlds echo. echo No hacking unless allowed to echo. echo If you give your own account to other people you may get terminated (There is a special Guestmode) echo. echo. echo Thank You for Reading echo. echo [1] Login Screen echo. echo [2] Mainmenu echo. choice /C:12 /N /M "Your Choice :" if errorlevel 2 goto :C if errorlevel 1 goto :A = :UPDATES cls echo Updates: echo. echo 3.81:(The Gamechanger Vol.3) A lotta Performance Upgrades and switched to Version 1.16.1 echo. echo 3.80:(The Gamechanger Vol.2) Performance Upgrades and switched to Version 1.15.2 echo. echo 3.75:(Switched to JavaPortableLauncher for better Gameplay) Bug Fixes and Fixed Performance Issues and switched to Version 1.12.2 echo. echo 3.59:(The Gamechanger Updates) Bug Fixes and switched to Version 1.8.1 echo. echo 3.00:(JavaPortableLauncher is in development) Fixed Perfomance issues and switched to Version 1.7.10 echo. echo 2.90:(First Release of Minecraft Launcher) Bug fixes and Fixed Performance issues echo. echo. echo Thank You for Reading echo. echo [1] Login Screen echo. echo [2] Mainmenu echo. choice /C:12 /N /M "Your Choice :" if errorlevel 2 goto :C if errorlevel 1 goto :A =