Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/11/2024 in all areas

    Work perfect more then one year im using this script nice work bro
    1 point
  1. View File Dead God Land [ DEAD GOD LAND ] ARM8 / 64 ONLY PACKAGE : PLAYSTORE / APKPURE *IF YOU USING ANDROID 10 UP, YOU MUST DOWNLOAD FROM APKPURE [ MEGA MENU ] 1. GOD MODE 2. HIGH DAMAGE 3. MAX DURABILITY 4. NO HUNGRY & THIRSTY 5. MAGIC STACKS X20 6. FREE CRAFT & UPGRADE 7. FREE BUILDING & UPGRADE 8. ASSEMBLY WITHOUT ITEMS 9. INSTANT UNLOCK BATTLEPASS 10. CAN TAKE DAILY REWARD 11. FREE TRAVEL 12. SPEED UP WORKBENCH [ +250 COIN ] 13. FREE SHOPPING JILL SPARROW 14. MAX CREDITS 50000 15. MAX POINT CRAFTING 16. MAX POINT SKILLS 17. MAX ENERGY 18. MAX CAP 19. MAX REPUTATION 20. FUEL ATV 21. MAX DRONE 22. HIGH EXP Credit Source : Kabut Hitam & Sammax71 Telegram : Profile @kabutxhitam Group t.me/kabuthit Submitter KabutHitam Submitted 08/23/2023 Category LUA scripts  
    1 point
  2. 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.