Jump to content

Day R Survival


TubsMcCoy
 Share

Recommended Posts

I was reviewing the previous messages on this forum but there is no longer a video showing how you can change an object from one profile to another profile by changing the object I mean if you wanted tank armor it was by searching and saving its value In the other profile with water you looked for it and changed the value of the water to that of the armor and it changed Does anyone know about that method???

If the previous method is no longer available, is there a way to play the previous events along with their previous versions?

Link to comment
Share on other sites

  • 2 weeks later...
On 12/2/2022 at 10:51 PM, AngelWolf said:

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 lscd 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

 

Hi!

Any update on how to recompile back the lua files to .lu?

Especially on android device? I was using termux to compile back from .lua to .lu and seems having bad handling (error).

Link to comment
Share on other sites

On 9/8/2024 at 10:26 AM, cvc said:

Hi!

Any update on how to recompile back the lua files to .lu?

Especially on android device? I was using termux to compile back from .lua to .lu and seems having bad handling (error).

its because LUA bytecode are version specific, the game uses LUAC from windows, so you cant recompile it on termux/android or it'll resulting bad format or bad chunk error, on my github repo i uploaded the LUAC that uses by corona engine itself

On 8/28/2024 at 12:32 PM, EL-MAX-1997 said:

I was reviewing the previous messages on this forum but there is no longer a video showing how you can change an object from one profile to another profile by changing the object I mean if you wanted tank armor it was by searching and saving its value In the other profile with water you looked for it and changed the value of the water to that of the armor and it changed Does anyone know about that method???

If the previous method is no longer available, is there a way to play the previous events along with their previous versions?

no, because events are hard checked by either local time or server time, and it prefers the server time and cached it, and more so youre forced to boot the game with internet too iirc, so cant escape the check beside having mod the game itself

 

Link to comment
Share on other sites

  • 3 weeks later...
On 4/12/2024 at 12:29 PM, kboy said:

Never mind I figured it out for those who want to know more about unrandomizer it is that dice icon in the main search tab it basically changes variables to constants meaning any random events or chance based action becomes fixed to the number you set for eg in day r if I set unrandomizer to 100 then anything chance based becomes certain you could use this for guaranteed caps from ads or jackpot in base casinos but it is not advised to keep it on as it does have bad sides like only finding one type of Item when searching and obstacles in battle mode are a guaranteed miss it's a guaranteed hit when you have a clear shot tho 

You still miss the most important function of Unrandomizer for this particular game: carrying your base with you all the time. 

Go to a clear spot, Unrandomizer, drop an item, boom, your base come up.

Go to another location, repeat, your base moves with you. 

This trick still works in current version last night I check.

Link to comment
Share on other sites

  • 2 weeks later...
On 9/3/2018 at 9:30 PM, amk425 said:

I am using a translation machine because I am not good at English.

I found a caps increasing cheet that also works with the latest vetaver

First I'll find pepsi
Please check the wiki where you have placed

If you drink one pepsi you get one caps
I will change this value

To check the data address of pepsi
Effect of thirsty-40
Search conditions for double (-40)

As the result is about 10, please change the number one by one and check it
(It is empirically the fourth from the back)

If you can change the number of thirsty in pepsi please copy that address

Next,from the address to a range of about 500 by range specification
I will search for the numerical value of (1) of caps that can be obtained with pepsi
(Please convert yourself because the address is a hexadecimal number)

For example

If the found address is B990FC2C

From B990FC2C
To B990FE20
Since only a few search results come out
It is successful if pepsi's caps change as one by one

Please change the numbers as you like after
Of course you can use it in a shop

If you can not do it please extend the search range a little more

I know its outdated, but Can someone please explain this? I'm playing v1.570.

Link to comment
Share on other sites

I have been playing with the 'Unrandomizer' a lot, but I get no luck with the weapon boxes. How to get the best weapon using unrandomizer?

I have tried: turning on before clicking to open.. when it's ready to open.. used the increasing option.. does it work with values over 100?

Link to comment
Share on other sites

On 10/16/2024 at 7:57 PM, NoHackGames said:

If I use that version, my current account does not appear linked, how did you do it?

You'll need to start a new game, with this version, after adding caps just update to a newer version.

Edited by Heretika
Link to comment
Share on other sites

2 hours ago, Heretika said:

You'll need to start a new game, with this version, after adding caps just update to a newer version.

work online too?

Link to comment
Share on other sites

On 11/1/2022 at 9:50 AM, AngelWolf said:

the script should have instant level option, just enable them and do search or simple battle, you should be lvl 100, if you referring to bans, i've seen some text inside the hex mentions ban and such, i would say you got banned for either messing with Caps, or any forms in-app related or drop/pickup, and i also unsure about this but, messing with armor pointer somehow gets your profile locked out. all i do just basically delete the save file using file manager. and i also found out, if you transfer a premium save to Free version, the game also bans you. i do got ban like most the time, but i spoof my Device ID, my phone isn't using its factory fingerprint rather a masked one, it currently under Google's Phone fingerprint. so even if i got ban, i can register the new mask for it.

How?,can u teach me?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.