All Projects → EvanReborn → Fortnite-Forcer

EvanReborn / Fortnite-Forcer

Licence: MIT license
A easy to use anti-cheat switcher for Fortnite written in C#.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Fortnite-Forcer

FortniteLauncher
Fortnite Launcher which bypasses EAC that is designed to work on any update without breaking (kinda)!
Stars: ✭ 19 (+0%)
Mutual labels:  launcher, fortnite
CemUI
A small launcher for the Cemu WiiU emulator made with Electron. Currently on hiatus, development is currently being focused on Pretendo https://github.com/PretendoNetwork/Pretendo
Stars: ✭ 118 (+521.05%)
Mutual labels:  launcher
elder launcher
A Launcher focused on simplicity and legibility.
Stars: ✭ 25 (+31.58%)
Mutual labels:  launcher
Lineage-Icons
LineageOS Icon Pack
Stars: ✭ 37 (+94.74%)
Mutual labels:  launcher
Fortnite-LobbyBot
No description or website provided.
Stars: ✭ 38 (+100%)
Mutual labels:  fortnite
Asuite
ASuite is a simple open source portable launcher for Microsoft Windows.
Stars: ✭ 58 (+205.26%)
Mutual labels:  launcher
fn-rate
🌠 Rate the skins of Fortnite and see what skins are most appreciated!
Stars: ✭ 14 (-26.32%)
Mutual labels:  fortnite
SDKLauncher-iOS
A small iOS application to serve as a launcher/testbed for the Readium SDK.
Stars: ✭ 69 (+263.16%)
Mutual labels:  launcher
EverythingPortable
EverythingPortable
Stars: ✭ 59 (+210.53%)
Mutual labels:  launcher
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (+63.16%)
Mutual labels:  launcher
TBLauncher
based on https://github.com/Neamar/KISS
Stars: ✭ 74 (+289.47%)
Mutual labels:  launcher
QGettingStarted
An open-source library for launching and downloading 'Minecraft'.
Stars: ✭ 15 (-21.05%)
Mutual labels:  launcher
tv-launcher
Android launcher with a focus on big screens like televisions.
Stars: ✭ 59 (+210.53%)
Mutual labels:  launcher
lawnchair
No clever tagline needed.
Stars: ✭ 6,089 (+31947.37%)
Mutual labels:  launcher
marathon
minimal run-or-focus launcher for Linux/X
Stars: ✭ 54 (+184.21%)
Mutual labels:  launcher
Launcher
A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
Stars: ✭ 3,545 (+18557.89%)
Mutual labels:  launcher
zazu
🚀 A fully extensible and open source launcher for hackers, creators and dabblers.
Stars: ✭ 2,078 (+10836.84%)
Mutual labels:  launcher
zoom-go
A command line tool for joining your next Zoom meeting.
Stars: ✭ 34 (+78.95%)
Mutual labels:  launcher
Wox
Launcher for Windows, an alternative to Alfred and Launchy.
Stars: ✭ 158 (+731.58%)
Mutual labels:  launcher
node-epicgames-fortnite-client
Unofficial javascript client for Fortnite.
Stars: ✭ 55 (+189.47%)
Mutual labels:  fortnite

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].