Jump to content

Day R Survival


TubsMcCoy
 Share

Recommended Posts

16 hours ago, cth said:

Oh, so that's how ranges work!!! Wow, now I can cheat even more. But this game got boring, any other game that's as easily hackable?

clicker games lul

Link to comment
Share on other sites

5 hours ago, cth said:

@AngelWolf did you have success modifying the event disks rewards? I can't any longer go back to .761 to hack them through the crate value change.

uh, the emba disk?, personally i havent snoop into the code yet, but i assume it just works like quest reward, basically modifiying the currency worth should supplied it, that's basically how you get kk's of currencies.

also you cant use make everything {currency} 1 anymore, cuz it seems they have check in place to not do anything if the cost is lower than the item's worth, tbf you can modify it, but i couldnt be bother to snoop the awful code.

Link to comment
Share on other sites

5 hours ago, AngelWolf said:

uh, the emba disk?, personally i havent snoop into the code yet, but i assume it just works like quest reward, basically modifiying the currency worth should supplied it, that's basically how you get kk's of currencies.

also you cant use make everything {currency} 1 anymore, cuz it seems they have check in place to not do anything if the cost is lower than the item's worth, tbf you can modify it, but i couldnt be bother to snoop the awful code.

They did. But they forgot to do the same check for the reward. 😉 I'll try to snoop around the emba disks code, see if I can find it.

Link to comment
Share on other sites

ok, I found something. Here: https://github.com/Angelix1/dayr/blob/869d9ec8fa6aa2aa0b97688c87fca231cb308e2a/src/1.764/lib/season_event/season_event_gift_list.lua Starting from line 232 or the 11th array object. This basically declares what we get for every stage of Emba quests. Editing these would be probably the most elegant way to get disks.

I tried looking for 4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22::400 I drop 3 because it has the video box in it. I find three series of these numbers, but changing them doesn't change the reward per level. 😞 I suspect these numbers are encrypted. I remember seeing a table here of how the numbers are being encrypted by the game. Trying to find it. But I wonder if their encryption is still the same.

Link to comment
Share on other sites

I found a way to increase reputation, rubles, emba disks and caps for reputation the value is 1 not 10, rubble is also quite interesting it has some numbers like 10 etc.

Link to comment
Share on other sites

I tried to do the item id swap on NOX, but when i change the swappable item id to the id of the item i want it to became, game crashes. I tried that both on 761 and 765 versions, but it crashes on both. Previously i successfully did it on 761, but now cant. Any ideas how to fix it?

Link to comment
Share on other sites

On 6/16/2023 at 2:13 AM, LikeCookie said:

It is possible to hack reputation on ijevsk? or another bases

it is, but who knows how. What we know how is to hack the reputation required to unlock certain crafting upgrades. Look in this thread. It's pretty much a simple group search of the ranges. An google sheet was shared with those ranges for each town. I hacked ijevsk for sure.

On 6/16/2023 at 2:49 AM, MrZbot said:

is there a way to disable soft ban by any method ?

The soft ban is definitely on the client side, but finding it is a challenge. I don't think anyone found or at least posted how to do it. AngelWolf has a repo posted that has the ban code in it. But still, hard to find it in the memory.

On 6/16/2023 at 10:55 AM, dzete said:

I found a way to increase reputation, rubles, emba disks and caps for reputation the value is 1 not 10, rubble is also quite interesting it has some numbers like 10 etc.

Mate! Can you be more specific? Describe how you did it! And we assume you've done it on the latest version?

On 6/18/2023 at 1:33 AM, arachnophobe said:

I tried to do the item id swap on NOX, but when i change the swappable item id to the id of the item i want it to became, game crashes. I tried that both on 761 and 765 versions, but it crashes on both. Previously i successfully did it on 761, but now cant. Any ideas how to fix it?

if you've done it on 761 and now can't, I can only presume you're doing something wrong. But I don't think it works on 761. You may need to go further back.

 

Edited by cth
Link to comment
Share on other sites

i found modifier for reputatation reward for quest, i just need to add gazilion checks to hard find the correct value, since it has dummy value

and for caps, again you can make use of survivor base refresh value group, and modify them as much as you want and for currency, just modify the worth of it, and just like inflate it soooo much you can gains alot of it by either casino or quest reward.
i still need to finalize the code to it checks everything before applying a changes to avoid crash and such

you can fool the client to think you're not banned, but it's boolean or true and false, and idfk on how to find it on memory, while some said it's 00 and 01 in byte, reading memory in GG is hard, there's no memory view like Cheat Engine soo it's just stab in the dark.

Link to comment
Share on other sites

The thing is, once the client is fooled you're not banned, it will save that state and sync the state with the server. And the server will start seeing you as not banned too. Well, until they fix it. But the app devs usually are very lame at server-side development, so they try to avoid it as much as they can. 

Link to comment
Share on other sites

15 hours ago, cth said:

it is, but who knows how. What we know how is to hack the reputation required to unlock certain crafting upgrades. Look in this thread. It's pretty much a simple group search of the ranges. An google sheet was shared with those ranges for each town. I hacked ijevsk for sure.

The soft ban is definitely on the client side, but finding it is a challenge. I don't think anyone found or at least posted how to do it. AngelWolf has a repo posted that has the ban code in it. But still, hard to find it in the memory.

Mate! Can you be more specific? Describe how you did it! And we assume you've done it on the latest version?

if you've done it on 761 and now can't, I can only presume you're doing something wrong. But I don't think it works on 761. You may need to go further back.

 

I did it in the latest version and it didn't take too long also it only took a few minutes and you can find the codeScreenshot_2023-06-23-02-51-33-98_97d8557e5edac333d00a63a1df4942ef.thumb.jpg.8e2e7455daf2d8a235a967dc65b5b08a.jpgIMG_20230623_025943.thumb.jpg.21b33a604cf4ec9c1cd4aec3dccc5005.jpg

Edited by dzete
Link to comment
Share on other sites

4 hours ago, dzete said:

I did it in the latest version and it didn't take too long also it only took a few minutes and you can find the code,the code is 20;1;100;5;1000;10;50Screenshot_2023-06-23-02-51-33-98_97d8557e5edac333d00a63a1df4942ef.thumb.jpg.8e2e7455daf2d8a235a967dc65b5b08a.jpgIMG_20230623_025943.thumb.jpg.21b33a604cf4ec9c1cd4aec3dccc5005.jpg

 

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.