hastylol commited on
Commit
4df9bd5
·
1 Parent(s): 1b2ef71

Upload BloatlessLauncher.bat

Browse files
Files changed (1) hide show
  1. BloatlessLauncher.bat +100 -0
BloatlessLauncher.bat ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @echo off
2
+ color 3f
3
+ cls
4
+
5
+ :Redownload
6
+
7
+ echo Downloading Legendary [https://github.com/derrod/legendary]
8
+
9
+ if not exist C:\Windows\System32\legendary.exe (
10
+ powershell -Command "Invoke-WebRequest https://github.com/derrod/legendary/releases/download/0.20.33/legendary.exe -Outfile C:\Windows\System32\legendary.exe"
11
+ 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"
12
+ )
13
+
14
+ cls
15
+
16
+ :Start
17
+
18
+ echo - Bloatless Fortnite Launcher 1.2 Made by Sincey
19
+ echo - Credits [https://github.com/derrod/legendary]
20
+ echo:
21
+
22
+ echo 1. Login Epic Account
23
+ echo 2. Logout current Epic Account
24
+ echo 3. Download and Install Fortnite
25
+ echo 4. Update Fortnite
26
+ echo 5. Launch Fortnite
27
+ echo 6. Clear Logs
28
+ echo 7. Redownload Launcher [Troubleshooting]
29
+ echo 8. Fix infinite loading cutscene and DirectX12 error [Troubleshooting]
30
+
31
+ echo:
32
+
33
+ set /p Choice=Choice:
34
+
35
+ cls
36
+
37
+ if "%Choice%"=="1" (
38
+
39
+ echo LOGS:
40
+ legendary auth
41
+ echo:
42
+
43
+ ) else if "%Choice%"=="2" (
44
+
45
+ echo LOGS:
46
+ legendary auth --delete
47
+ echo:
48
+
49
+ ) else if "%Choice%"=="3" (
50
+
51
+ cls
52
+ echo 1. Download with HTTPS [Slow but secure]
53
+ echo 2. Download without HTTPS and more memory priority [Fast but insecure]
54
+ echo 3. Download without HTTPS and max memory priority [32GB RAM] [Very fast but risky]
55
+ echo:
56
+ CHOICE /C 123 /M "Choice: "
57
+ cls
58
+ echo LOGS:
59
+ if ERRORLEVEL 3 legendary install fortnite --no-https --max-shared-memory 4098
60
+ if ERRORLEVEL 2 legendary install fortnite --no-https --max-shared-memory 2048
61
+ if ERRORLEVEL 1 legendary install fortnite
62
+ echo:
63
+
64
+ ) else if "%Choice%"=="4" (
65
+
66
+ echo LOGS:
67
+ legendary update fortnite
68
+ echo:
69
+
70
+ ) else if "%Choice%"=="5" (
71
+
72
+ echo LOGS:
73
+ legendary launch fortnite
74
+ echo:
75
+
76
+ ) else if "%Choice%"=="6" (
77
+
78
+ cls
79
+
80
+ ) else if "%Choice%"=="7" (
81
+
82
+ cls
83
+ del /f C:\Windows\System32\legendary.exe
84
+ goto Redownload
85
+
86
+ ) else if "%Choice%"=="8" (
87
+ echo LOGS:
88
+ mkdir "C:\Users\%Username%\AppData\Local\FortniteGame\Saved\Config\WindowsClient\"
89
+ 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"
90
+ echo:
91
+ ) else (
92
+
93
+ echo LOGS:
94
+ echo Invalid choice
95
+ echo:
96
+ goto Start
97
+ REM Made by Sincey (Delete this and you are officially gay)
98
+ )
99
+ REM t.me/vantacheats
100
+ goto Start