Raax-OG-FN, a universal, internal Fortnite cheat.
If you found this useful, join the Discord and star the project!
THIS IS STILL UNDER DEVELOPMENT, LOTS OF THE CODE IS STILL SCUFFED AND WILL BE CHANGED LATER!
Discord Server | Report an Issue
Clip from me on EZFN: https://streamable.com/e/75g4ic
Out the box, Raax-OG-FN comes with some stand out features that make it the perfect base.
This is quite a complicated question to answer on this project, as it has grown a lot bigger than I anticipated. For now, until I finish writing this readme, you should look at the source on your own. Make sure to take a look at Globals.h and make sure everything matches your specific usage.
I know the code base for this project is quite big for a Fortnite cheat, so I've tried to document eveything well in the files, however it still won't be perfect so here are 2 things you NEED to know before you start developing with this source.
There are 3 main namespaces, SDK (you can guess what that is), Actors, Game and Features. Here is the purpose of each:
I take advantage of wrappers and abstraction alot here, so most of the time like with K2_Project for example, you will not need to get the canvas and call it, there is a wrapper simply called Project in the SDK namespace. I advise you to go to Game/SDK/SDK/Engine_classes.h and look at all the wrappers at the bottom to avoid redundunt code
Overall, just explore the project. There is already tons of code using everything how I intended so you can simply follow that style
We use the MIT license. For more information, please read the LICENSE file.