Skip to content

Game server for BlackFN.. this Gameserver is needed to work with our Backend

License

Notifications You must be signed in to change notification settings

Project-BlackFN/BlackGS

 
 

Repository files navigation

BetterRebootGS

Version: 2.4

Original Project by Milxnor - Project Reboot 3.0

This Gameserver is an extension of BetterMomentum because of this is an Extension of BetterMomentum u should only use it if u have BetterMomentum

Features:

Installation:

  1. Download this Project via git clone or Code Button

  2. Open it with Visual Studio 2022 (you must have installed the Desktop Development Pack C++)

  3. Switch to Release (x64) if this is'nt Selected as Default

  4. go to Reboot/Public and add the File "settings.h" paste this into it:

#pragma once
#include <string>

inline std::string BACKEND_URL = "https://my.backend:3551";
inline std::string SERVER_AUTH_KEY = "secretkey123";
inline std::string WEBHOOK_UPTIME_URL = "";
inline std::string PUBLIC_IP = "PUBLIC IP OF GS";
#pragma once
  1. Build it.. (rightclick on BetterRebootV2.4 and choose Rebuild)

  2. now under the Main Folder (where the BetterRebootGS.sln is) should be a x64 Folder in this Folder u go into Release and there u have ur dll to inject

  3. Inject it to the Fortnite Process via. Process Hacker or Xenos64 or u just use our ServerStarter

ISSUES

If you have any Problem with the Gameserver or have a solution to a Code Logic Error feel free to write me on Discord (5xghost143)

About

Game server for BlackFN.. this Gameserver is needed to work with our Backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • C 2.2%