Skip to content

andrewdotdev/BluGlo

Repository files navigation

BluGlo

Warning

Development of this project has been discontinued as it's considered feature-complete and no further updates are planned

This repository will remain open to pull requests, fixes, and community contributions. While the existing solutions may still work with modern versions of Fortnite, compatibility isn't guaranteed

Installation

bun install

Run

bun start

CLI commands

Command Description
/add [authorizationCode] Add and start a new bot
/add:device_auth <accountId> <deviceId> <secret> Add and start a bot manually
/remove <accountId> Stop and remove a bot
/reload <accountId> Reconnect one bot
/reload all Reconnect all bots
/list List bots and current states
/stats Show bot statistics
/help Show help
/exit Stop everything and exit

The first 8 characters of an accountId can be used in CLI commands

Configuration

config.json is organized into clear sections

Auth flow used by /add

  1. Open Epic login using the authorization-code client.
  2. Exchange the authorization code for a PC access token.
  3. Request an exchange code.
  4. Exchange that code for the final device-auth client token.
  5. Create deviceAuth credentials.
  6. Save { accountId, deviceId, secret } and start the bot.

Documentation

About

A Fortnite STW taxibot manager with interactive CLI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors