BYFRON IS OUT, BUT IM BYPASSING IT LOL
Download and run the .exe it will inject itself to fortnite
This has no custom functions. It's a very small exploit and functions with only 2 source files. If you want to make custom functions (without abusing mid hooks or using temporarily uninlined functions), you'll need to:
- Create a closure using closure offsets
- Get the global table using a lua state offset
- Create the string which should be the name of the function using string offsets
- Write to the global table using table offsets, setting the key at the string you created to the closure you created
Implementing this in this repo would double or triple the amount of code, would be harder to maintain, and would be very confusing for beginners.