Skip to content

EvanReborn/Fortnite-Forcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fortnite Forcer

An easy to use anti-cheat switcher for Fortnite.

Evan#4000 is the sole creator and owner of this project.

Usage

  • Rename the original FortniteLauncher.exe to 'Original.exe' in the Win64 folder
  • Move the FortniteLauncher.exe from the project to the Win64 folder
  • Launch through EpicGamesLauncher

How It Works

The modified launcher intercepts arguments from EpicGamesLauncher and generates new arguments that pertain to a specific anti-cheat.

_antiCheat = new Process
{
  StartInfo =
  {
    FileName        = EAC_EXECUTABLE,
    Arguments       = $"{formattedArgs} -nobe -fromfl=eac -fltoken={EAC_TOKEN}",
    CreateNoWindow  = false
  }
};

Known Issues

  • Every Fortnite update, Epic updates the -fltoken arguments and changes the way tokens are generated. The current tokens supplied will not work next update, Evan#4000 on discord will teach you how to get the latest tokens.
  • If the runtime file swap fails or Epic adds some sort of new detection for this it will result in a game kick, but not a ban.

About

A easy to use anti-cheat switcher for Fortnite written in C#.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages