- Dec 17, 2017
- 7,426
- 9,693
Those are in the script, base64 encoded.I fixed these by copy and paste to the game folder (next to .exe, .sh etc., where I also put the unren.command), as you mentioned it.
No.
I think it is not downloading from Github either.
Looks like there's another difference between bsd and gnu base64 - bsd base64 takes -o to specify an output file.
Change the 3 base64 lines from this:
base64 --decode <<< $unrpyc -o /tmp/unrpyc.py
to this:
base64 --decode <<< $unrpyc > /tmp/unrpyc.py