Disney Dreamlight Valley Decrypt save

Upload *YOUR* gamehacking tools/helpers here
User avatar
marko5789
Cheater
Cheater
Posts: 33
Joined: Tue Jun 20, 2023 7:29 pm
Reputation: 3

Disney Dreamlight Valley Decrypt save

Post by marko5789 »

How to decrypt your DDV save file and make it readable:

I'VE ONLY TESTED THIS ON STEAM VERSION

1. Go to [Link]

2. Locate your save folder by navigating to

Code: Select all

%userprofile%\AppData\LocalLow\Gameloft\Disney Dreamlight Valley
Find the folder named steam_XXXXXX
Open the folder and inside it is a profile.json

3.Drag and drop the profile.json into the cyberchef input

4. Download your decrypted profile and open it

[Link]

BenCG3
Cheater
Cheater
Posts: 27
Joined: Thu May 16, 2024 4:30 pm
Reputation: 14

Re: Disney Dreamlight Valley Decrypt save

Post by BenCG3 »

Thanks now the dev's know it they're going to hide it more deeply ....
public const string ProfileEncryptionKey = "b5qhh8saJ8UlDJUzTZXd2Tg6mbo8W8n5"
in hex = 62357168683873614a38556c444a557a545a5864325467366d626f3857386e35

Thats smart u-u this is why i don't used this for my prog, but now it is puclic, nice job !

User avatar
marko5789
Cheater
Cheater
Posts: 33
Joined: Tue Jun 20, 2023 7:29 pm
Reputation: 3

Re: Disney Dreamlight Valley Decrypt save

Post by marko5789 »

BenCG3 wrote:
Thu May 30, 2024 12:46 pm
Thanks now the dev's know it they're going to hide it more deeply ....
public const string ProfileEncryptionKey = "b5qhh8saJ8UlDJUzTZXd2Tg6mbo8W8n5"
in hex = 62357168683873614a38556c444a557a545a5864325467366d626f3857386e35

Thats smart u-u this is why i don't used this for my prog, but now it is puclic, nice job !
Do you think I care?

BenCG3
Cheater
Cheater
Posts: 27
Joined: Thu May 16, 2024 4:30 pm
Reputation: 14

Re: Disney Dreamlight Valley Decrypt save

Post by BenCG3 »

marko5789 wrote:
Thu May 30, 2024 12:55 pm
BenCG3 wrote:
Thu May 30, 2024 12:46 pm
Thanks now the dev's know it they're going to hide it more deeply ....
public const string ProfileEncryptionKey = "b5qhh8saJ8UlDJUzTZXd2Tg6mbo8W8n5"
in hex = 62357168683873614a38556c444a557a545a5864325467366d626f3857386e35

Thats smart u-u this is why i don't used this for my prog, but now it is puclic, nice job !
Do you think I care?
Nice mentality !

shana
Cheater
Cheater
Posts: 45
Joined: Wed May 01, 2024 10:29 pm
Reputation: 0

Re: Disney Dreamlight Valley Decrypt save

Post by shana »

marko5789 wrote:
Thu May 30, 2024 11:38 am
How to decrypt your DDV save file and make it readable:

I'VE ONLY TESTED THIS ON STEAM VERSION

1. Go to [Link]

2. Locate your save folder by navigating to

Code: Select all

%userprofile%\AppData\LocalLow\Gameloft\Disney Dreamlight Valley
Find the folder named steam_XXXXXX
Open the folder and inside it is a profile.json

3.Drag and drop the profile.json into the cyberchef input

4. Download your decrypted profile and open it

[Link]
I'm doing it like in the video but he doesn't want to download it to me in json, how do we save the output for download in json?

LuNaATr1Xx
Cheater
Cheater
Posts: 26
Joined: Sun Feb 04, 2024 3:15 am
Reputation: 1

Re: Disney Dreamlight Valley Decrypt save

Post by LuNaATr1Xx »

I have downloaded my decrypted save as above, i have also edited it but then how do i get my game to use that save? it's still using the unedited version and if i delete that out it starts a new game, i am guessing i have to encrypt the file but i cant find out how to

Babu101490
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Feb 15, 2023 6:52 pm
Reputation: 0

Re: Disney Dreamlight Valley Decrypt save

Post by Babu101490 »

How do we put it back on there once we're done editing?

jagienkamalinka
Noobzor
Noobzor
Posts: 7
Joined: Wed Apr 03, 2024 8:32 am
Reputation: 1

Re: Disney Dreamlight Valley Decrypt save

Post by jagienkamalinka »

Babu101490 wrote:
Wed Jun 05, 2024 3:31 am
How do we put it back on there once we're done editing?
Just replace the file in save folder!

jagienkamalinka
Noobzor
Noobzor
Posts: 7
Joined: Wed Apr 03, 2024 8:32 am
Reputation: 1

Re: Disney Dreamlight Valley Decrypt save

Post by jagienkamalinka »

LuNaATr1Xx wrote:
Tue Jun 04, 2024 1:16 am
I have downloaded my decrypted save as above, i have also edited it but then how do i get my game to use that save? it's still using the unedited version and if i delete that out it starts a new game, i am guessing i have to encrypt the file but i cant find out how to
No need to encrypt! AFter you edit the file you just replace it with the player.json in your savegame folder!

jagienkamalinka
Noobzor
Noobzor
Posts: 7
Joined: Wed Apr 03, 2024 8:32 am
Reputation: 1

Re: Disney Dreamlight Valley Decrypt save

Post by jagienkamalinka »

Btw can I just ask whether anyones saves have anything in 'ProblemTracker'? I wonder if it is some kind of variable that would store fixes based on problems contacted to support:

"ProblemsTracker": {
"ProblemsFriendshipAmountTooHigh": []
},
"LastResponse": null,
"LastRequestTimestamp": null,
"IsSane": true

(Is the last lines from the save file)

I did contact them a long time ago when one of my friendships were messed up, but would rather delete this line from save data in case they would check me for some reason

Babu101490
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Feb 15, 2023 6:52 pm
Reputation: 0

Re: Disney Dreamlight Valley Decrypt save

Post by Babu101490 »

Just putting in back in gives an error message and causes game to quit.

User avatar
marko5789
Cheater
Cheater
Posts: 33
Joined: Tue Jun 20, 2023 7:29 pm
Reputation: 3

Re: Disney Dreamlight Valley Decrypt save

Post by marko5789 »

Babu101490 wrote:
Sun Jun 09, 2024 3:44 pm
Just putting in back in gives an error message and causes game to quit.
You probably edited something wrong.

ChrisGrx
Expert Cheater
Expert Cheater
Posts: 60
Joined: Tue Oct 18, 2022 9:08 pm
Reputation: 7

Re: Disney Dreamlight Valley Decrypt save

Post by ChrisGrx »

Hi. When the save i downloading as text file and not json like before. I am doing something wrong? It was fine a week or so back.

karoluku
What is cheating?
What is cheating?
Posts: 4
Joined: Wed May 15, 2024 5:07 pm
Reputation: 0

Re: Disney Dreamlight Valley Decrypt save

Post by karoluku »

Hello! When I drag my profile.json to input it just says '''maximum lenght exceeded'' and doesn't result in anything. I don't know what I am doing wrong :/

Redemption
Noobzor
Noobzor
Posts: 14
Joined: Fri Aug 19, 2022 12:19 am
Reputation: 7

Re: Disney Dreamlight Valley Decrypt save

Post by Redemption »

karoluku wrote:
Sun Aug 25, 2024 7:03 pm
Hello! When I drag my profile.json to input it just says '''maximum lenght exceeded'' and doesn't result in anything. I don't know what I am doing wrong :/
Same here buddy.

Post Reply

Who is online

Users browsing this forum: Fafafi