Skip to content

This is open source fortnite bot with GUI dashboard coded in HTML/CSS/JS

License

Notifications You must be signed in to change notification settings

astrixgame/fortnite-bot

Repository files navigation

Fortnite Bot

This bot is developed to get bot lobby in fortnite using basic libraries and providing web control panel and much more.

🧐 Features

  • Set season level
  • Set crowns count
  • Set cosmetics & emotes
  • Messaging ingame over web

🛠️ Tech Stack

🛠️ Run instructions

npm install ws

Run server

node .

You can use Apache or NGINX or built in windows IIS web server to get working web contorl panel


In future the web server will be built in feature in the server. But not yet.

🧑🏻‍💻 Custom usage

import FortniteBotServer from "./libs/FortniteBotServer.js";

var server = new FortniteBotServer();

This library will automatically find config.json and use provided settings & auth codes in it.

You should get your auth token in Here and copy the authorizationCode value and paste it into the config file to the authorizationCode field (replace null)

{
    "botname": "",
    "outfit": "CID_090_Athena_Commando_M_Tactical",
    "backpack": "BID_004_BlackKnight",
    "emote": "EID_JustHome",
    "pickaxe": "Pickaxe_ID_013_Teslacoil","banner":"BRS14_Clover","bannerColor":"default","crowns":238,"level":496,
    "privacy": "private",
    "status": {
        "text": "Hello everyone!",
        "type": "online"
    },
    "platform": "WIN",
    "auth": {
        "deviceAuth": {
            "accountId": "",
            "deviceId": "",
            "secret": ""
        },
        "authorizationCode": null
    }
}

❤️ Support

A simple star to this project repo is enough to keep me motivated on this project for days. If you find your self very much excited with this project let me know with a tweet.

🙇 Author

AstrixGame

➤ License

Distributed under the Apache-2.0 license. See LICENSE for more information.

About

This is open source fortnite bot with GUI dashboard coded in HTML/CSS/JS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published