Tool Ren'Py UnRen.bat v1.0.11d - RPA Extractor, RPYC Decompiler, Console/Developer Menu Enabler

5.00 star(s) 9 Votes

Madeddy

Well-Known Member
Dec 17, 2017
1,016
735
244
says "VIRUS" in its filename for some reason. That's a little disconcerting.
It seems something in these scripts has been reported and not various protection utilities flagged them as dangerous.
I find it much more "disconcerting", that some 'providers of security software' are unable to develop tools that can read and correctly evaluate the most basic code.

Unren is simple batch/cmd code with two tools in pure python code, which are embedded as bas64 coding. I guess, it's the b64 why they cry a river. If this tools are not even able to decode b64 and test then the plain py code for malicious stuff, i wouldn't give a fly-shit about anything else, this so called products yap about.
It's just because Microsoft's antivirus doesn't like new files.
Well, I'm sooo surprised. :rolleyes:
 

riadhloch

Member
Jul 1, 2018
378
527
200
It's just because Microsoft's antivirus doesn't like new files. All you have to do is download it and check the three batch scripts included in it with virustotal.com, and you'll see that it's safe.
That makes total sense, but what's weird is that it wasn't my computer that changed the filename, but the link here in F95zone in your post to download the file? That's what says 'VIRUS'. Also:

1756832846735.png
 
Last edited:

Nemo56

Forum Fanatic
Jan 7, 2018
5,898
4,875
457
I find it much more "disconcerting", that some 'providers of security software' are unable to develop tools that can read and correctly evaluate the most basic code.
I fully agree. Then again at some point the homepage for RAR was flagged at some point. My best guess is that fans of Winzip reported it over and over again until it was marked dangerous.
There's multiple reasons for false positives. For dll injectors (shaders, dx emulators, trainers) exceptions have to be created usually. What they do is potentially dangerous, but usually working as intented.
 

joelurmel

Engaged Member
Nov 3, 2022
2,705
4,756
397
That makes total sense, but what's weird is that it wasn't my computer that changed the filename, but the link here in F95zone in your post to download the file? That's what says 'VIRUS'. Also:

View attachment 5211650
This is probably because they also use VirusTotal to analyze files submitted for download.
And since Microsoft detects a virus, it has an automatic procedure on the site that warns users by adding [VIRUS] in front of the file name.
 
  • Like
Reactions: riadhloch

SexyGuyz

Newbie
May 5, 2017
96
76
211
some compressed games give:
AttributeError: module 'renpy' has no attribute 'error'

when using the latest UnRen-forall
 

SexyGuyz

Newbie
May 5, 2017
96
76
211
What game? It's probably a corrupted download.
No it works fine, i was able to unpack the rpa files with aanother software. i noticed this with multiple games, mainly those compressed versions. for example: Whispers of Desire 0.25 Compressed.
Just wanted to state the issue for the dev of the unren-forall, since it is my preferred unpacker
 

joelurmel

Engaged Member
Nov 3, 2022
2,705
4,756
397
No it works fine, i was able to unpack the rpa files with aanother software. i noticed this with multiple games, mainly those compressed versions. for example: Whispers of Desire 0.25 Compressed.
Just wanted to state the issue for the dev of the unren-forall, since it is my preferred unpacker
Sorry, But I'm unable to reproduce the problem with the game noted. And I'm actually the dev for this version of UnRen-forall.bar, but this is not the thread for it, see my sig. Do you have the latest version?
 
  • Angry
Reactions: Piratefishes

SexyGuyz

Newbie
May 5, 2017
96
76
211
Sorry, But I'm unable to reproduce the problem with the game noted. And I'm actually the dev for this version of UnRen-forall.bar, but this is not the thread for it, see my sig. Do you have the latest version?
this version: forall(v9.4) (240216) and also the v8.4 (if memory serves me correctly)
heres the full log:

Searching for RPA packages
X:\...\rpatool.py:128: SyntaxWarning: invalid escape sequence '\{'
os.remove("{0}\{1}".format(directory, archive))
Traceback (most recent call last):
File "X:\...\rpatool.py", line 11, in <module>
import renpy.config
File "X:\...\renpy\config.py", line 1056, in <module>
exception_handler: Callable[[renpy.error.TracebackException], bool] | None = None
^^^^^^^^^^^
AttributeError: module 'renpy' has no attribute 'error'

Cleaning up temporary files...


as for the compressed version, i downloaded this: PIXELDRAIN by SonsOfLiberty.
 

SexyGuyz

Newbie
May 5, 2017
96
76
211
That's no surprise you have errors. As you can read inside the parens of your own text, the version you use is from Feb 2024. Antique. At the lower area in the thread opener is a new small button (Extra: Updated version), which leads to a newer version.
idk what youre talking about, i downloaded the latest version from this thread. and checked the other thread (u linked) which also had the same 9.4 version.

As for the post in the dev's sig, it leads to 3 attachments: a cfg, a txt file, and a virus. none of which is the required software.
 

joelurmel

Engaged Member
Nov 3, 2022
2,705
4,756
397
idk what youre talking about, i downloaded the latest version from this thread. and checked the other thread (u linked) which also had the same 9.4 version.

As for the post in the dev's sig, it leads to 3 attachments: a cfg, a txt file, and a virus. none of which is the required software.
And if you have read carefully, you can ignore the false virus alert and download the archive which contains the up-to-date version
 
  • Angry
Reactions: Piratefishes

Madeddy

Well-Known Member
Dec 17, 2017
1,016
735
244
Full game = buy the game, unlock gallery = use a Gallery unlocker. UnRen or UnRen-forall have nothing to do with that...
Oh wow, kudos. You where able to decode the gibberish. I was going to ask him, if he could write this in a different language as this "Ferengi slang". I didn't get it the slightest.

Anyway, say, how do you handle in your Unrens decompiler variant the multiprocessing issues with Ren'Py after v8? Do you add my code from the ImportError-fix branch, which i have in my repo or do you have another solution?
 

joelurmel

Engaged Member
Nov 3, 2022
2,705
4,756
397
Oh wow, kudos. You where able to decode the gibberish. I was going to ask him, if he could write this in a different language as this "Ferengi slang". I didn't get it the slightest.

Anyway, say, how do you handle in your Unrens decompiler variant the multiprocessing issues with Ren'Py after v8? Do you add my code from the ImportError-fix branch, which i have in my repo or do you have another solution?
Since I don't use unrpyc multiprocessing, I won't be importing your recommendations for now.
I process the files one by one, since I leave the choice of extraction up to the user for the current file.
 
  • Angry
Reactions: Piratefishes
5.00 star(s) 9 Votes