AI Porn is here, Create and Fap TRY FREE
x

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
24,842
346,557
1,049
The Bum [v0.9.1 Beta] [JTStudio] - Compressed

Win/Linux [3,60 GB]
- - - -

Mac [3,57 GB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
The Bum [v0.9.1 Beta] [JTStudio] - Update only

If you missed it you can find the old Update only patch HERE.

Universal: v0.9 Beta -> v0.9.1 Beta [2,15 GB]
- - - -

Universal Compressed: v0.9 Beta -> v0.9.1 Beta [424 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

FullMetal1991

Newbie
Dec 5, 2025
55
74
69
For those who want to view *.png in Bon's Folder ... Here 's a python
Copy/Paste and Save as Decrypt.py for example.
Python:
import os

bonus_folder = "bon"
decoded_folder = os.path.join(bonus_folder, "decoded")
os.makedirs(decoded_folder, exist_ok=True)

key = 10  # same as Coding_photo(..., 10)

def decrypt_file(filepath, key, out_folder):
    with open(filepath, 'rb') as f:
        data = bytearray(f.read())
    for i in range(len(data)):
        data[i] ^= key
    out_path = os.path.join(out_folder, os.path.basename(filepath))
    with open(out_path, 'wb') as f:
        f.write(data)
    print(f"Décrypté: {os.path.basename(filepath)}")

for filename in os.listdir(bonus_folder):
    if filename.lower().endswith(".png"):
        filepath = os.path.join(bonus_folder, filename)
        decrypt_file(filepath, key, decoded_folder)

print("All files decrypted in 'decoded'.")

Decrypt.py need to be in Images folders (where Bon folder is located)
(double click to run) After finishing, a decoded folder will be in Bon folder.
Then after that, you can move & replace *.png from decoded folder to Bon folder to free space disk.
 
2.50 star(s) 83 Votes