Jump to content

Fallout Shelter saved game decrypt/encrypt tool - Make your own cheat


335 posts in this topic

Recommended Posts

Posted (edited)

Thank you.

 

BTW, if you are on Linux, Mac, or have openssl, od and tr available on your iOS device, you can decrypt using:

sed -r 's/(.{64})/\1\n/g' Vault1.sav |openssl enc -a -d -aes-256-cbc -iv 7475383967656a693334307438397532 -K A7CA9F3366D892C2F0BEF417341CA971B69AE9F7BACCCFFCF43C62D1D7D021F9 > Vault1.decrypted.sav
 

and to encrypt back using:

openssl enc -a -e -aes-256-cbc -iv 7475383967656a693334307438397532 -K A7CA9F3366D892C2F0BEF417341CA971B69AE9F7BACCCFFCF43C62D1D7D021F9 -in Vault1.decrypted.sav |tr -d '\n' > Vault1.sav

 Make sure to make a backup of the original file before doing this, though. The second command will overwrite the original.

 

Sim.

Updated by simgod2
Posted (edited)

I am wondering how do you know/guess the initVector and PassPrase..?

Would you mind giving me some tips on it?

Thanks a lot

you can get this by looking for calls to Rfc2898DeriveBytes, you can see this initVector in binary, passphare generated by a function named GeneratePassphrase, it get first 8 bytes from base64 encoded string "PlayerData".

If you want to edit your lunchboxes, search for LunchBoxesByType and LunchBoxesCount. There is a pair of square brackets after LunchBoxesByType.

0 is for a regular Lunchbox, 1 is for Mr. Handy boxes. For each box that you want, add a 0 or 1, separated by a comma. So, if you want to add 10 boxes each, your square bracket content would be [0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1]. Obviously, you'll need to adjust the LunchBoxesCount as to how many boxes you added.

It's json data, just use a json editor for easy edit

Updated by superkhung
Posted (edited)

any idea how to change how many caps you have in a save?  Been looking through the decrypted .sav file for information similar to my caps when I saved to no avail.

 

 

Edit:  I believe I found it.

 

'Vault' section

'Storage' subsection

'Nuka' value..

Updated by akkristor
Posted (edited)

This works.
wow, very impresive.
can i use it to decrypt my other saved files?

----------------------

Yes, i can edit some of my other sav files. 

 

IDK why i cant re-decript a once edited file

 

Updated by Hekero

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

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines