Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/03/2022 in all areas

  1. Version 4.0.9078+1.0.3010+1.0.3075

    62,048,589 downloads

    Requires Android: Android 4.0.3-4 / Ice Cream Sandwich MR1 or later. There is support for x86. Video: Work without root via Parallel Space - GameGuardian (#94txowoq) No root via Parallel Space on Android 9.0 Pie - GameGuardian (#cfa9pw40) Before installing the optimized version, uninstall the version from Google Play. Differences of the optimized version: no error 105. About second apk (32-Bit Support): About third apk (64-Bit Support): You do not need to install it if you do not intend to crack 64-bit games.
    1 point
  2. Very weird, i tried on 64 and 32 bit emulator. Should work fine. Did you put the string properly? Show video.
    1 point
  3. Here's a way to unpack Day R if you interested using mobile or windows The Requirements: 1. Resource.car ( Can be retrieve from the game ) 2. Unluac.jar ( souceforge download | GitHub page ) 3. Corona-archiver.py (Corona Archiver Github Page) 4. Java and Python On mobile Python = can be achieved by installing PyDroid3 (Android, idk bout iOS Java = Using Termux and installing Jdk package iirc or something like JavaSdk On windows Just download Python and Java installer now the steps 1. You'll need to create a folder called resources ( or anything you desire) and then another called raw inside resources, and another called decompiled inside raw. 2. Put unluac.jar and car.py and resource.car on resources folder after you download them 3. Next, 3.1 if you on mobile open PyDroid and then menu on top left then open terminal, and type and execute ls to see the list of your storage's folder, next see if the resources there, if not try to find it. but if it was there do cd resources and do another ls and there should be unluac.jar, car.py, resource.car, and raw folder. 3.2 if you on windows Just open resources folder (like normal using explorer) then runs Command Prompt on the folder. 4. Now type python corona-archiver.py -u resource.car raw (NOTE: corona-archiver.py is depends with your file name, i named mine car.py so my command will be python car.py -u resource.car raw) and if done correctly the terminal/prompt will inform you if it done with Extraction Done! 5. now exit PyDroid if you on mobile, on Windows exit Command Prompt. 6. copy unluac.jar and paste it inside raw folder, then (android) open up Termux and install java (find how on youtube) then do ls, cd till you find the folder again, and go inside raw folder (Windows) read step 7.2 7. Now this is a script used to decompile them all rather manually 7.1 ANDROID (Bash Script), REMEMBER TO RUN IT AFTER YOUR TERMINAL INSIDE RAW FOLDER just copy paste this code into your terminal and after it done open decomplied folder for file in *.lu; do java -jar unluac.jar "$file" > decompiled/"${file/.lu/.lua}"; echo "Unpacking $file"; done 7.2 WINDOWS (Bat file), save this file as name.bat file inside raw folder and then run it for /r %%i in (*.lu) do ( echo Unpacking %%~ni java -jar 1.jar %%~ni%%~xi > decompiled/%%~ni.lua ) explanation, this code will do for loops, basically for every file that ends with .lu runs java... command which basically decompile the .lu to be .lua and then put them inside decompiled folder, and also inform you on the terminal/cmd by saying what file is being decompiled. 8. After the script done just close either termux or cmd and open your decompile folder, it should be filled with .lua files. 9. You're done now, now you can see how the game works and inner working of it. Additional Note: - I still don't know how to recompile the game, probably something to do with license verification, idk - The decompiled version is not clean, in fact it's quite dirty, can't be mad since it just basically decrypting game files that's basically protected from basic text editor, you can either clean it yourself, or you make script for it, it's up to you, for sake of it, im trying making a website for it, to basically do it for you, but as how it's on lua, i need find a way to make web javascript runs lua in backend. so be patient
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.