Jump to content

Leaderboard

Popular Content

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

  1. Version 1.14.3

    833 downloads

    *** Made for 64bit devices *** (1) Unlock Main Lobby Skin (2) Unlock All Heroes (3) Unlock Hero Skins (4) Unlock Hero Skills (5) Unlock Hero Style (6) Unlock Hero 5th Equip Slot (7) Free Bar (8) Unlock Decomposition Machine (9) Unlock WalkMan
    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
  3. Hi! Haven't tried it yet but are You using Game Guardian inbuilt SpeedHack? or using some SpeedHack script? - It's looks like because the Latest Version only offers Arm64 and Arm32 Architecture that usually causing SpeedHack doesn't work. - If You're using a script, then it might be because of the Developers have patch the values, so You need to find a new one. If You're using In-Built GG SpeedHack, You might want to try: x8Speeder. It's well know to work with Casino Games that has Arm Architecture but the result might different.
    1 point
  4. BadCase's_GGIl2cpp_Toolbox_v1.0.0 (1).lua:1281 ` for i, v in pairs(Il2Cpp.simpleFloatsTable["ARM7"]) do` attempt to index ? (a nil value) with key 'simpleFloatsTable' (global 'Il2Cpp') level = 1, const = 16, proto = 0, upval = 1, vars = 10, code = 43 GETTABLE v4 v4 "simpleFloatsTable" ; PC 4 CODE 02408107 OP 7 A 4 B 4 C 258 Bx 2306 sBx -128765 stack traceback: /storage/emulated/0/-by帅小伙脚本/2022.10.11脚本/-重要/工具/BadCase's_GGIl2cpp_Toolbox_v1.0.0 (1).lua:1281 in function 'ggil2cppEdits.getSimpleFloatEdit' /storage/emulated/0/-by帅小伙脚本/2022.10.11脚本/-重要/工具/BadCase's_GGIl2cpp_Toolbox_v1.0.0 (1).lua:900 in function 'ggil2cppEdits.createEdit' /storage/emulated/0/-by帅小伙脚本/2022.10.11脚本/-重要/工具/BadCase's_GGIl2cpp_Toolbox_v1.0.0 (1).lua:267 in function 'ggil2cppFrontend.PatchesAddress' /storage/emulated/0/-by帅小伙脚本/2022.10.11脚本/-重要/工具/BadCase's_GGIl2cpp_Toolbox_v1.0.0 (1).lua:582 in function 'ggil2cppFrontend.methodMenu' /storage/emulated/0/-by帅小伙脚本/2022.10.11脚本/-重要/工具/BadCase's_GGIl2cpp_Toolbox_v1.0.0 (1).lua:363 in function 'ggil2cppFrontend.handleClick' /storage/emulated/0/-by帅小伙脚本/2022.10.11脚本/-重要/工具/BadCase's_GGIl2cpp_Toolbox_v1.0.0 (1).lua:60 in function 'ggil2cppFrontend.home' /storage/emulated/0/-by帅小伙脚本/2022.10.11脚本/-重要/工具/BadCase's_GGIl2cpp_Toolbox_v1.0.0 (1).lua:1861 in main chunk [Java]: in ? at luaj.LuaValue.f(src:989) at luaj.LuaValue.c(src:2864) at luaj.LuaValue.i(src:2767) at luaj.LuaValue.w(src:1094) at luaj.LuaClosure.a(src:363) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:537) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:537) at luaj.LuaClosure.a(src:176) at luaj.LuaClosure.a(src:535) at luaj.LuaClosure.a(src:167) at luaj.LuaClosure.a(src:534) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at android.ext.Script.d(src:6056) at android.ext.Script$ScriptThread.run(src:5785)
    1 point
  5. Thak Q Bro....... Really It is Awasome........
    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.