Please notify us after you have granted us free access. Thank you, sir.In about a month, we will open the entrance for a couple of days.
can i disable a screen shaking?
I also find it a useless effect and just nauseatingterrible constant shaking screens and needless zooming in.
?????????????????????????????????????????????????????????????????????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.
You don"t have python? You don't know how to create a text file and copy/past the code in??????????????????????????????????????????????????????????????????????
has anybody tried it? btw not working for me, when i open the decrypt.py file it opens for for a split second and closingFor 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.
That's normal. After the launch ; you will see quicky a dos windowhas anybody tried it? btw not working for me, when i open the decrypt.py file it opens for for a split second and closing
decoded folder not appearing in bon folder and i did place the file correctlyThat's normal. After the launch ; you will see quicky a dos window
Did you see a new folder decoded appear in Bon folder?
If you have placed decrypt.py in"images" folder, where you can see bon folder ; then its all good
Then i don't know why for you it dosn't work ...decoded folder not appearing in bon folder and i did place the file correctly
I tried it and it works. I created the text file with Notepad++ and saved it as .py in the "images" folder. I ran cmd.exe and went into the game's "images" folder and ran the Decrypt.py file with the command ..\..\lib\windows-x86_64\python.exe Decrypt.py.has anybody tried it? btw not working for me, when i open the decrypt.py file it opens for for a split second and closing