Closed PostScripton closed 3 months ago
Onlyfans made some changes today, so it stopped assigning value to start
.
The script is currently (2024-08-12) working with the latest OF version of obfuscated file (revision: 202408121615-b8a3e3af97
).
Onlyfans made some changes today, so it stopped assigning value to staticParam
.
The script is currently (2024-08-13) working with the latest OF version of obfuscated file (revision: 202408131026-b1b297b3a8
).
@gravilk Hey man! I've been struggling with this repo for 2 days, but you're the only one who somehow documented this process and even wrote a script for an old version, so.. a SPECIAL thanks to you!
So I've decided to update it for my needs to make it work and share my investigations and development with everyone.
The script is currently (2024-08-11) working with the latest OF version of obfuscated file (revision:
202408091509-c94515e7cf
).What I've done:
package.json
andpackage.lock
files, so it's easier to start with.deobfuscated.js
file because there is no point in it..gitignore
file, so there is no more garbage.README.md
a bit (just for it to be relevant).obfuscated.js
file. I haven't done anything new, simply adjusted your code, made some code style changes and so on.decrypt
function is no longer needed to be copied toindex.js
, it is taken fromobfuscated.js
automatically.