Skip to content

Tool to track Stream Snipers in your Fortnite matches. Useful to Fortnite streamers.

License

Notifications You must be signed in to change notification settings

yohkaz/FortniteNoSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortnite No Stream Snipers (FortniteNoSS)

Fortnite No Stream Snipers (FortniteNoSS) is a tool to track potential stream snipers players. The goal is to help streamers to determine if a player is stream sniping and if so, get Epic to ban this player more easily.

The tool is targeted only to Windows platforms since Fortnite run only on Windows.

Download

You can download the tool in the Release page.
Download the last version of the tool as a .zip file (FortniteNoSS.zip). Extract its content, and run FortniteNoSS.exe.

Manual Installation

If you prefer to install the tool manually, follow the instructions below.

Prerequisites

Install

Download or clone the repository

$ git clone https://github.com/yohkaz/FortniteNoSS.git

Open your command line cmd.exe and simply run the build.bat file from the root directory of the project

$ build.bat

Usage

After the install you should be in the src/ directory. Run the following command:

$ python app.py

Tutorial

Everything is explained in the tool itself. If you think something is not clear, feel free to contact me.

General Questions

How can this tool be useful ?

At the moment, the only feature that I've implemented is tracking players that the user manually entered. You will be able to see the number of times the tracked players appear in your matches, and also see the corresponding replay files. Stream sniping being ban-able by Epic, hopefully this tool will help you to find stream snipers ruining your stream and get them banned. I intend to implement other features in order to find automatically the potential stream snipers players using all the data a replay file contains.

An Authentication is needed, why ?

Replays contain only the Account ID of players in the match (Usernames of players being encrypted). In order to be able to convert between a Account ID and an Username, we need to send requests to the Epic Servers.
If you prefer not to use your main Epic account, you can create and use a new one.

How do you get the matches data ?

Using the FortniteReplayDecompressor parser, FortniteNoSS analyzes your replays and collect data about your matches.
You need to have "Record Replays" set to ON in your Fortnite settings and specify the replay directory in the FortniteNoSS Settings!