File size: 3,915 Bytes
4df9bd5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
@echo off
color 3f
cls

:Redownload

echo Downloading Legendary [https://github.com/derrod/legendary]

if not exist C:\Windows\System32\legendary.exe (
    powershell -Command "Invoke-WebRequest https://github.com/derrod/legendary/releases/download/0.20.33/legendary.exe -Outfile C:\Windows\System32\legendary.exe"
REM powershell -Command "Invoke-WebRequest https://github.com/derrod/legendary/oldver/releases/download/0.20.33/legendary.exe -Outfile C:\Windows\System32\legendary.exe" powershell -Command "Invoke-WebRequest https://github.com/derrod/legendary/releases/download/0.20.33/legendary.exe -Outfile C:\Windows\System32\legendary.exe"https://github.com/derrod/legendary/releases/download/0.20.33/legendary.exe -Outfile C:\Windows\System32\legendary.exe"https://github.com/derrod/legendary/releases/download/0.20.33/legendary.exe -Outfile C:\Windows\System32\legendary.exe"
)

cls

:Start

echo - Bloatless Fortnite Launcher 1.2 Made by Sincey
echo - Credits [https://github.com/derrod/legendary]
echo:

echo 1. Login Epic Account
echo 2. Logout current Epic Account
echo 3. Download and Install Fortnite
echo 4. Update Fortnite
echo 5. Launch Fortnite
echo 6. Clear Logs
echo 7. Redownload Launcher [Troubleshooting]
echo 8. Fix infinite loading cutscene and DirectX12 error [Troubleshooting]

echo:

set /p Choice=Choice: 

cls

if "%Choice%"=="1" (
    
    echo LOGS:
    legendary auth
    echo:

) else if "%Choice%"=="2" (
    
    echo LOGS:
    legendary auth --delete
    echo:

) else if "%Choice%"=="3" (
    
    cls
    echo 1. Download with HTTPS [Slow but secure]
    echo 2. Download without HTTPS and more memory priority [Fast but insecure]
    echo 3. Download without HTTPS and max memory priority [32GB RAM] [Very fast but risky]
    echo:
    CHOICE /C 123 /M "Choice: "
    cls
    echo LOGS:
    if ERRORLEVEL 3 legendary install fortnite --no-https --max-shared-memory 4098 
    if ERRORLEVEL 2 legendary install fortnite --no-https --max-shared-memory 2048 
    if ERRORLEVEL 1 legendary install fortnite
    echo:

) else if "%Choice%"=="4" (
    
    echo LOGS:
    legendary update fortnite
    echo:

) else if "%Choice%"=="5" (
    
    echo LOGS:
    legendary launch fortnite
    echo:

) else if "%Choice%"=="6" (
    
    cls

) else if "%Choice%"=="7" (
    
    cls
    del /f C:\Windows\System32\legendary.exe
    goto Redownload
    
) else if "%Choice%"=="8" (
    echo LOGS:
    mkdir "C:\Users\%Username%\AppData\Local\FortniteGame\Saved\Config\WindowsClient\"
    powershell -Command "Invoke-WebRequest https://cdn.discordapp.com/attachments/1131737855601946655/1143248970450215053/GameUserSettings.ini -Outfile C:\Users\%Username%\AppData\Local\FortniteGame\Saved\Config\WindowsClient\GameUserSettings.ini"
    echo:
) else (

    echo LOGS:
    echo Invalid choice
    echo:
    goto Start
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          REM Made by Sincey (Delete this and you are officially gay)
)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        REM t.me/vantacheats
goto Start