This commit is contained in:
MH_ProDev 2022-05-13 14:01:30 +04:30
parent 0f50a0758b
commit dcb6a7258b
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ class Layer4(Thread):
ProxyTools.Random.rand_ipv4(),
uuid4()))
username = f"{con['MCBOT']}{ProxyTools.Random.rand_str(5)}"
password = md5(username)[:8].title().encode()).hexdigest()
password = md5(username.encode()).hexdigest()[:8].title()
Tools.send(s, Minecraft.login(self.protocolid, username))
sleep(1.5)