Jump to content

Day R Survival


TubsMcCoy
 Share

Recommended Posts

4 hours ago, revelationes said:

Working on it. But still incomplete. I have to check which ID is not working anymore. Feel free to take a sneak peek.

https://docs.google.com/spreadsheets/d/1HCIzfll06l2ero9CgHa-iewG23hwr3nTu-h9kh0Ulz4


If you want to know all Item's name in the game,
extract the APK and then
go to assets/image/items and voila all item ingame Currently Used is located here, and to find using GG just do

Ingame ID: scrap_metal
Image Name: scrap_metal.png
Length: 11 ( how to find out it 11, just count the total chars on the item ID/Name on folder i said earlier, excluding .png)

The query will be
QUERY  11D;0D;Q 'scrap_metal':20 
TYPE : Any

if do correctly, you'll get usually roughly 3 address or so and they're ordered, example
11 Dword
0 Dword
<some number> Qword

now, just click the QWORD address and click GO TO on the pop out, and determine if the address looks like a usual Game ID Structrures, if so the, just move upwards a bit. Use the 11D on memory view as reference and offset it by 4 address above,
if correct, the offset-ed address should be either or a purple pointer. and that's your Item's ID

Note: This is useful for searching item that you don't have.

DISCLAMER: Some Items aren't available on the game, such as cypress and katana, etc.
I assume the devs adds these sprite for future content, and also some items are removed from the game. 

Edited by die440
adds sum stuffies
Link to comment
Share on other sites

15 hours ago, Naeem58 said:

So...I had goofed up the first time on fairy dust...but I found my mistake and finally..

358934030_Screenshot_20221030-185212_F1VM.thumb.jpg.5829cfa217c39106297fce8657f4f0e2.jpg

I got the fairy dust...

Thanks again man... you just made my Halloween...!!

may i have the code for magicdus

Link to comment
Share on other sites

4 hours ago, EL-MAX-1997 said:

does anyone have the updated codes for easter eggs, hunter chain, plague mask and demon mask as well as fairy dust and finally you can increase the experience of pets with game guardian ?????

Demon mask and plague you can find it broken item 

Hunter chain maybe weapon item 

Edited by JeromeGG
Link to comment
Share on other sites

4 hours ago, EL-MAX-1997 said:

does anyone have the updated codes for easter eggs, hunter chain, plague mask and demon mask as well as fairy dust and finally you can increase the experience of pets with game guardian ?????

Plagues Doctor Mask

0D;0D;11D;0D;1,734,438,000D;1,834,968,437D;7,041,889D:33

Demon Mask

0D;0D;10D;0D;1,869,440,356D;1,634,557,806D;27,507D:33

Hunter's chain

0D;0D;12D;0D;1,953,396,072D;1,667,199,589D;1,852,399,976D:33

Link to comment
Share on other sites

Here a Pointers for MAX values for HP, Food, Water, Energy ( They're grouped close )

Since they're grouped, we just only need the HP pointer to finds the others
Query this
Value: 327,613,640
Type: Dword

We should get one address
then offset it by 
Offset: -C (Hex)
Type: Dword
The result should be 0 in Dword, i checks it multiple times

after that pointer search that new address you offset-ed
then we'll find alot of addresses

Offset all of these addresses you got from pointer search by
Offset: 20 (Hex) 
Type: Double
p.s : you can use tool called Change Address / type on list tab.

and then we refine these addresses by 
Value: 100 
Type: DOUBLE
and we should get 2 address, one of the address just a dummy address (i assume)
next, find the real one by increment.

after you find the real HP address.
p.s: remember to make copy of them, Change Address / type tool should have make a copy option

copy the address and offset it by 70 (hex), and that's your Food Address (value will be 100 too)
and offset the Food address by 70 (hex) again, and that's your Water, and offset Water by 70 (hex) again, yes i know. 
And that's your Energy address.
and that's the groups.

so the end structure will be
Name - Value - Offset (Hex)
HP - 100.0 - Reference point
Food - 100.0 - 70 from HP
Water - 100.0 - 70 from Food | E0 from HP
Energy - 100.0 - 70 from Water | 150 from HP

if you interested to add these to scripts, feel free to do so btw.

Link to comment
Share on other sites

1 hour ago, JeromeGG said:

Plagues Doctor Mask

0D;0D;11D;0D;1,734,438,000D;1,834,968,437D;7,041,889D:33

Demon Mask

0D;0D;10D;0D;1,869,440,356D;1,634,557,806D;27,507D:33

Hunter's chain

0D;0D;12D;0D;1,953,396,072D;1,667,199,589D;1,852,399,976D:33

0D;0D;11D;0D;1,953,718,629D;1,700,754,021D;3,237,735D;0D;0D;11D;0D;1,953,718,629D;1,700,754,021D;3,303,271D:81

Easter egg two class

Link to comment
Share on other sites

8 hours ago, HamsterOfDarkness said:

I tried swapping a bullet to a spooky spoon, buy it seems I could not "see" or "find" pointers as seen from video below, am I doing something wrong? Please help

the pointer is not inside the string, watch again the video from jeromeGG, normally the pointer is 4 addresses above the item ID, the string name is just to find the item you need to do the thing

 

 

Btw

The last thing I want to do is to have infinite extras but for now I always get banned xD

Edited by Suati97
Link to comment
Share on other sites

9 hours ago, JeromeGG said:

Plagues Doctor Mask

0D;0D;11D;0D;1,734,438,000D;1,834,968,437D;7,041,889D:33

Demon Mask

0D;0D;10D;0D;1,869,440,356D;1,634,557,806D;27,507D:33

Hunter's chain

0D;0D;12D;0D;1,953,396,072D;1,667,199,589D;1,852,399,976D:33

I'm not sure if i'm doing something wrong because demon mask and hunter's chain didn't work but plague doctor mask worked

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.