You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
Describe the bug
There is a large block of garbage inside the https://uc8.tv/68437.js
script that seems to do operations on variable names.
Id assume that things like
e = g + (d << 15 & 4294967295 | d >>> 17);
d = b + (g ^ (e | ~a)) + f[13] + 1309151649 & 4294967295;
b = e + (d << 21 & 4294967295 | d >>> 11);
d = a + (e ^ (b | ~g)) + f[4] + 4149444226 & 4294967295;
a = b + (d << 6 & 4294967295 | d >>> 26);
d = g + (b ^ (a | ~e)) + f[11] + 3174756917 & 4294967295;
g = a + (d << 10 & 4294967295 | d >>> 22);
d = e + (a ^ (g | ~b)) + f[2] + 718787259 & 4294967295;
e = g + (d << 15 & 4294967295 | d >>> 17);
d = b + (g ^ (e | ~a)) + f[9] + 3951481745 & 4294967295
are either replaced by something readable or , if it's dead code, be removed.
Describe the bug
There is a large block of garbage inside the
https://uc8.tv/68437.js
script that seems to do operations on variable names.
Id assume that things like
are either replaced by something readable or , if it's dead code, be removed.
Mirrored on pastebin :
https://pastebin.com/PPMzLiQ3
The text was updated successfully, but these errors were encountered: