Dll that allows you to dump the main AES key of Fortnite through game's memory (original project of Fischsalat, reworked by me).
Warning
Do not inject this DLL with the AntiCheat enabled. Use a private server like Carbon.
-
Clone the source code with git:
git clone https://github.com/djlorenzouasset/AESFinder
-
Build the project using Visual Studio 2022 or JetBrains Rider.
-
Run Carbon private server (get it from here).
-
Use UUUClient (or others injectors) for inject the DLL in the Fortnite process.
-
Once the DLL gets injected, a file will be saved in the default directory
C:/AESFinder
containing the dumped AES key.
Important
Inject the DLL into Fortnite right after starting it.
This program also allow you to decide if save the dumped AES key in a file or not, and in what directory save it (default is C:/AESFinder
). You can change these settings in the globals.h
file:
Settings::bShouldSaveFile
: Leave it as default if you want to save the dumped AES key or set it tofalse
for skip the file save.Settings::SavePath
: Leave it as default if you want to use the default directoryC:/AESFinder
, or set a new one (the program will automatically create a new one if the inserted one doesn't exist).
Contributions are welcome, feel free to create pull requests or report issues on the GitHub repository.
This project is licensed under the MIT License.