Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 740c521

Browse files
authored
Add files via upload
1 parent 70577bb commit 740c521

19 files changed

+617
-136
lines changed

access_token.json

Whitespace-only changes.

authlib-injector.log

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1-
Logging started at 2023-07-12T11:03:32.489834100Z
1+
Logging started at 2023-08-09T15:53:50.279Z
22
[authlib-injector] [INFO] Version: 1.2.3
33
[authlib-injector] [INFO] Authentication server: https://ely.by
44
[authlib-injector] [INFO] Redirect to: https://account.ely.by/api/authlib-injector
55
[authlib-injector] [INFO] Disabled Mojang namespace
66
[authlib-injector] [INFO] Transformed [net.minecraft.client.main.Main] with [Main Arguments Transformer]
7-
[authlib-injector] [INFO] Setting accountType to msa
8-
[authlib-injector] [INFO] Transformed [com.mojang.authlib.properties.Property] with [Yggdrasil Public Key Transformer]
9-
[authlib-injector] [INFO] Httpd is running on port 65442
10-
[authlib-injector] [INFO] Transformed [net.minecraft.class_742] with [Constant URL Transformer]
11-
[authlib-injector] [INFO] Transformed [com.mojang.authlib.HttpAuthenticationService] with [ConcatenateURL Workaround]
12-
[authlib-injector] [INFO] Transformed [com.mojang.authlib.yggdrasil.YggdrasilEnvironment] with [Constant URL Transformer]
13-
[authlib-injector] [INFO] Transformed [com.mojang.authlib.yggdrasil.YggdrasilServicesKeyInfo] with [Yggdrasil Public Key Transformer]
14-
[authlib-injector] [INFO] Transformed [net.minecraft.class_3248] with [Username Character Check Transformer]
15-
[authlib-injector] [INFO] Transformed [com.mojang.authlib.yggdrasil.TextureUrlChecker] with [Texture Whitelist Transformer]

check.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0
1+
1

eclient.pyw

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def con():
3838
top.destroy()
3939
response = requests.get("https://api.github.com/repos/v-pun215/eClient/releases/latest")
4040
lv = response.json()["name"]
41-
if not lv == "v1.4":
41+
if not lv == "1.5":
4242
print("Update available!")
4343
def get_size(bytes, suffix="B"):
4444
#Found this on some website, i don't remember now. Used to get the total ram in GB.
@@ -200,7 +200,7 @@ background = canvas.create_image(
200200
image=background_img)
201201

202202

203-
if not lv == "v1.4":
203+
if not lv == "v1.5":
204204
print("Update available!")
205205
top= Toplevel(root)
206206
top.geometry("450x200")
@@ -280,7 +280,7 @@ root.after(10000, lambda: c1.configure(text="Getting everything ready...."))
280280
canvas.create_text(
281281
400, 200,
282282
text = "eClient Launcher",
283-
fill = "white",
283+
fill = "black",
284284
font = ("SF Pro Display", int(26.0), "bold"))
285285

286286

icon.ico

68.1 KB
Binary file not shown.

install.py

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ def end():
2323
if dire == "":
2424
print("Installing eClient to default directory...")
2525
os.chdir(r"C:\\Users\\{}\\AppData\\Roaming\\".format(usr_accnt))
26-
wget.download("https://eclient-libs.earthsoft.me/eclient.zip", bar=wget.bar_adaptive)
27-
filename3 = wget.detect_filename("https://eclient-libs.earthsoft.me/eclient.zip")
26+
wget.download("https://libs-pi.vercel.app/eclient.zip", bar=wget.bar_adaptive)
27+
filename3 = wget.detect_filename("https://libs-pi.vercel.app/eclient.zip")
2828
os.system('powershell -Command "Expand-Archive -LiteralPath eclient.zip -DestinationPath eClient"')
2929
os.system("del eclient.zip")
30-
wget.download("https://eclient-libs.earthsoft.me/Install-Font.ps1", bar=wget.bar_adaptive)
31-
wget.download("https://eclient-libs.earthsoft.me/command.py", bar=wget.bar_adaptive)
32-
filename5= wget.detect_filename("https://eclient-libs.earthsoft.me/command.py")
33-
filename4 = wget.detect_filename("https://eclient-libs.earthsoft.me/Install-Font.ps1")
30+
wget.download("https://libs-pi.vercel.app/Install-Font.ps1", bar=wget.bar_adaptive)
31+
wget.download("https://libs-pi.vercel.app/command.py", bar=wget.bar_adaptive)
32+
filename5= wget.detect_filename("https://libs-pi.vercel.app/command.py")
33+
filename4 = wget.detect_filename("https://libs-pi.vercel.app/Install-Font.ps1")
3434
os.system('move "Install-Font.ps1" "eClient/fonts"')
3535
os.chdir(r"C:\\Users\\{}\\AppData\\Roaming\\eClient\fonts".format(usr_accnt))
3636
os.system("powershell -executionpolicy bypass -File .\Install-Font.ps1 .\SF Pro Display Regular.otf")
@@ -43,26 +43,28 @@ def end():
4343
print("Creating shortcut...")
4444
damn = "C:\\Windows\\System32\\shortcut.exe"
4545
isExist = os.path.exists(damn)
46+
4647
if isExist == True:
48+
os.chdir(r"C:\\Users\\{}\\Desktop\\ ".format(usr_accnt))
49+
google = "C:\\Users\\{}\\AppData\\Roaming\\eClient".format(usr_accnt)
4750
os.system(f"shortcut.exe /F:eClient.lnk /A:C /T:{google}\\eclient.pyw /W:{google} /I:{google}\\mc.ico")
4851
elif isExist == False:
49-
wget.download("https://eclient-libs.earthsoft.me/shortcut.exe", bar=wget.bar_adaptive)
52+
wget.download("https://libs-pi.vercel.app/Shortcut.exe", bar=wget.bar_adaptive)
5053
shutil.move('shortcut.exe', 'C:\\Windows\\System32'.format(usr_accnt))
5154
google = "C:\\Users\\{}\\AppData\\Roaming\\eClient".format(usr_accnt)
5255
os.chdir(r"C:\\Users\\{}\\Desktop\\ ".format(usr_accnt))
5356
os.system(f"shortcut.exe /F:eClient.lnk /A:C /T:{google}\\eclient.pyw /W:{google} /I:{google}\\mc.ico")
57+
os.system("pause")
58+
5459
elif not dire == "":
5560
print("Installing eClient to {}...".format(dire))
5661
os.chdir(dire)
57-
wget.download("https://eclient-libs.earthsoft.me/eclient.zip", bar=wget.bar_adaptive)
58-
filename3 = wget.detect_filename("https://eclient-libs.earthsoft.me/eclient.zip")
62+
wget.download("https://libs-pi.vercel.app/eclient.zip", bar=wget.bar_adaptive)
63+
filename3 = wget.detect_filename("https://libs-pi.vercel.app/eclient.zip")
5964
os.system('powershell -Command "Expand-Archive -LiteralPath eclient.zip -DestinationPath eClient"')
6065
os.system("del eclient.zip")
61-
wget.download("https://eclient-libs.earthsoft.me/Install-Font.ps1", bar=wget.bar_adaptive)
62-
wget.download("https://eclient-libs.earthsoft.me/command.py", bar=wget.bar_adaptive)
63-
filename5= wget.detect_filename("https://eclient-libs.earthsoft.me/command.py")
64-
filename4 = wget.detect_filename("https://eclient-libs.earthsoft.me/Install-Font.ps1")
65-
shutil.move('Install-Font.ps1', 'eClient/fonts')
66+
wget.download("https://libs-pi.vercel.app/command.py", bar=wget.bar_adaptive)
67+
filename5= wget.detect_filename("https://libs-pi.vercel.app/command.py")
6668
os.chdir("{}\\eClient\\fonts".format(dire))
6769
os.system("powershell -executionpolicy bypass -File .\Install-Font.ps1 .\SF Pro Display Regular.otf")
6870
os.system("powershell -executionpolicy bypass -File .\Install-Font.ps1 .\SF Pro Display Bold.otf")
@@ -72,21 +74,27 @@ def end():
7274
shutil.move('command.py', 'C:\\Users\\{}\\AppData\\Local\\Programs\\Python\\Python310\\Lib\\site-packages\\minecraft_launcher_lib\\'.format(usr_accnt))
7375
print("eClient installed.")
7476
print("Creating shortcut...")
75-
wget.download("https://eclient-libs.earthsoft.me/shortcut.exe", bar=wget.bar_adaptive)
76-
shutil.move('shortcut.exe', 'C:\\Windows\\System32'.format(usr_accnt))
77-
google2 = "{}\\eClient".format(dire)
78-
os.chdir(r"C:\\Users\\{}\\Desktop\\ ".format(usr_accnt))
79-
os.system(f"shortcut.exe /F:eClient.lnk /A:C /T:{google2}\\eclient.pyw /W:{google2} /I:{google2}\\mc.ico")
80-
print("Shortcut created.")
77+
damn = "C:\\Windows\\System32\\shortcut.exe"
78+
isExist = os.path.exists(damn)
79+
if isExist == True:
80+
google = "{}\\eClient".format(dire)
81+
os.chdir(r"C:\\Users\\{}\\Desktop\\ ".format(usr_accnt))
82+
os.system(f"shortcut.exe /F:eClient.lnk /A:C /T:{google}\\eclient.pyw /W:{google} /I:{google}\\mc.ico")
83+
elif isExist == False:
84+
wget.download("https://libs-pi.vercel.app/Shortcut.exe", bar=wget.bar_adaptive)
85+
shutil.move('shortcut.exe', 'C:\\Windows\\System32'.format(usr_accnt))
86+
google = "{}\\eClient".format(dire)
87+
os.chdir(r"C:\\Users\\{}\\Desktop\\ ".format(usr_accnt))
88+
os.system(f"shortcut.exe /F:eClient.lnk /A:C /T:{google}\\eclient.pyw /W:{google} /I:{google}\\mc.ico")
8189
os.system("pause")
8290

8391

8492
def java():
8593
inst = input("Do you have Java 17 installed? (Y/N): ")
86-
if inst == "Y" or "y":
94+
if inst == "Y":
8795
print("Ok.")
8896
end()
89-
elif inst == "N" or "n":
97+
else:
9098
os.system("cls")
9199
print("Installing Java 17.....")
92100
wget.download("https://download.bell-sw.com/java/17.0.3+7/bellsoft-jdk17.0.3+7-windows-amd64.msi", bar=wget.bar_adaptive)
@@ -103,14 +111,14 @@ def dep():
103111
java()
104112

105113
py = input("Do you have Python 3.10 installed? (Y/N): ")
106-
if py == "Y" or "y":
114+
if py == "Y":
107115
print("Ok, installing packages.")
108116
dep()
109-
elif py == "N" or "n":
117+
else:
110118
print("Installing Python 3.10...")
111119
wget.download("https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe", bar=wget.bar_adaptive)
112-
filename = wget.detect_filename("https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exei")
113-
os.system(f"msiexec /i {filename}")
120+
filename = wget.detect_filename("https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe")
121+
os.system(f"{filename}")
114122
time.sleep(5)
115123
os.remove(f"{filename}")
116124
dep()

0 commit comments

Comments
 (0)