Hello when UPLOAD database and rest of the files . Why had still no upload database? he wrote that he uploade database but still nothing. :/
A deeper explanation:Quote:
They changed all the packet structure. Take a look into main.swf netty commands.
I was on the mobile and i'm lazy to write all that xD Here you have it Davidc96Quote:
A deeper explanation:
The old versions are using strings to communicate,
newer than version 6 are using netty framework(big endian ordered byte arrays and each packet has an unique Id) That was to avoid noob bots(improve security), it worked well for a while(udobot is the best example).
Then they implemented a key exchange, rca4 and custom encryption methods with the version 7.
After that, on each build, the packet variable's orders, and each packets Id was changing randomly.
Btw, the InjectedObfuscationWrapper and arc4 are not required to initialize the client. These shared files (7.5.3, 8.4.5, 9.0) are not using any kind of encryption (it's bypassed lel)
Get rekt BP hehe :PQuote:
A deeper explanation:
The old versions are using strings to communicate,
newer than version 6 are using netty framework(big endian ordered byte arrays and each packet has an unique Id) That was to avoid noob bots(improve security), it worked well for a while(udobot is the best example).
Then they implemented a key exchange, rca4 and custom encryption methods with the version 7.
After that, on each build, the packet variable's orders, and each packets Id was changing randomly.
Btw, the InjectedObfuscationWrapper and arc4 are not required to initialize the client. These shared files (7.5.3, 8.4.5, 9.0) are not using any kind of encryption (it's bypassed lel)