This program allows you to dump many Fortnite responses.
-
Multiple account support with two login methods: refresh token and device auth.
-
The program is able to dump:
- account and global cloudstorage,
- user profiles and anyone's Save the World profiles,
- account information,
- BR stats & inventory,
- user friendlists,
- catalog (item shop),
- contentpages,
- discovery tab responses,
- keychain,
- timeline,
- theater (stw world).
-
A config file where you can choose which responses to dump.
What's new in the 1.6.2 update:
- MOTD is now being dumped correctly due to some changes on epic's side.
- MOTD is no longer being dumped if it's disabled in the config.
- Fixed the Discovery responses dumping not working.
- Tweaked the program's code a little bit.
-
After starting the FortniteResponseDumper.py for the first time (or after deleting the config.ini file) you will be asked if you want to start the config setup process or use the default config values. If you want to start the setup, type 1, if no, type 2.
-
Next, you will be asked if you are logged into your Epic account in your browser. If yes, type 1, if no, type 2.
-
After you'll press ENTER, an Epic Games website will open. From there, login if you are not already logged into your Epic account.
-
Then a page should open with content similar to this:
{"redirectUrl":"https://localhost/launcher/authorized?code=930884289b5852842271e9027376a527","authorizationCode":"930884289b5852842271e9027376a527","sid":null}or this:
{"redirectUrl":"com.epicgames.fortnite://fnauth/?code=930884289b5852842271e9027376a527","authorizationCode":"930884289b5852842271e9027376a527","sid":null}-
Copy the code (e.g. 930884289b5852842271e9027376a527), paste it into the program and press enter.
-
If all went well, the program will say it has generated the auth.json file successfully.
-
Now you can either dump your account's responses or someone else's Save the World profiles (campaign, common_public and generated by the program profile0 profile).
Feel free to open an issue if you encounter any bugs or just have a question.