Skip to content

AlexisClemente/Fortnite-Mod-Menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

BYFRON IS OUT, BUT IM BYPASSING IT LOL

How To Build

Download and run the .exe it will inject itself to fortnite

Note

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:

  1. Create a closure using closure offsets
  2. Get the global table using a lua state offset
  3. Create the string which should be the name of the function using string offsets
  4. 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.