Please open Telegram to view this post
VIEW IN TELEGRAM
67❤1.34K 547 298 209🔥155 125🥰94
Bombie Exploit by aqcore
I was able to get this hash sum from the top players just by going to their profile
you have a set in the RFC6455 sense of "some array of service bytes", my example is:
0228 E601 0228 D601.
in ASCII it would look like (æ (Ö
or
(. (.
If I try to simply increment the number in the raw binary, I get an error because I'm increasing the size and the client expects a different Varint.
so I decode it into a decimal number and read it as 0xE6 0x01 and convert it to E6 01 → E8 01 and D6 01 → D8 01.
where E8 01 is 232 and D8 01 is 216.
Since I add 2 bytes ("00") to the end of the string 99388081 (the number that was taken from a random player)
I increase the corresponding lengths in the encoded varint.
and as a result I get: ( the following screen )
I was able to get this hash sum from the top players just by going to their profile
you have a set in the RFC6455 sense of "some array of service bytes", my example is:
0228 E601 0228 D601.
in ASCII it would look like (æ (Ö
or
(. (.
If I try to simply increment the number in the raw binary, I get an error because I'm increasing the size and the client expects a different Varint.
so I decode it into a decimal number and read it as 0xE6 0x01 and convert it to E6 01 → E8 01 and D6 01 → D8 01.
where E8 01 is 232 and D8 01 is 216.
Since I add 2 bytes ("00") to the end of the string 99388081 (the number that was taken from a random player)
I increase the corresponding lengths in the encoded varint.
and as a result I get: ( the following screen )