mirror of https://github.com/MatrixTM/MHDDoS.git
lol
This commit is contained in:
parent
0f50a0758b
commit
dcb6a7258b
2
start.py
2
start.py
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue