Open-source Fortnite launcher, built in Rust.

Overview

Instigator

Rust Windows PowerShell Build

Instigator is a basic command-line Fortnite launcher I've been working on for the last day and a bit. It is extremely basic. It injects console and a redirect/SSL bypass DLL automatically presuming you provide it, if they aren't provided you will need to inject them yourself. I am still learning Rust so if you see anything that could be improved make an issue or if possible, fix it within a pull request. All feedback is greatly appreciated.

If you do not know how to use Command Prompt or PowerShell, please use a different launcher. You will not get support for issues based around PowerShell and Command Prompt.

Versions tested: 4.1, 5.30, 6.21, 7.30, 7.40, 8.30, 8.51, 10.40, 12.41.

Features

  • No Windows Defender false positive
  • GUI-less Usable in automation, batch scripts and headless/server enviroments
  • Fully customizable, use your own DLLs and backend
  • Simple Instigator only launches the game with no AC, and optionally automatic DLL injection
  • Single binary No dependencies or extraneous DLLs required to use Instigator.

Getting started

WinGet 🆕

If you have WinGet installed (usually installed on latest versions of Windows), you can download Instigator by running winget install Jacksta.Instigator in Command Prompt or PowerShell. Once installed, run the program in PowerShell via instigator install. This will open Windows Explorer to allow you to drag and drop your console and redirect DLLs in. Make sure they are named console.dll and redirect.dll respectively. Go back to PowerShell and run instigator add. It will provide you with the arguments you need to provide. You can then launch the game using instigator.exe start {VERSION_NAME}. You need to run your own backend as Instigator does not provide one yet.

Automatic install

You can download the installer here. This will automatically add Instigator to your PATH, you can launch Instigator anywhere on the command-line without changing to the directory it is contained within. Once installed, run the program in PowerShell via instigator install. This will open Windows Explorer to allow you to drag and drop your console and redirect DLLs in. Make sure they are named console.dll and redirect.dll respectively. Go back to PowerShell and run instigator add. It will provide you with the arguments you need to provide. You can then launch the game using instigator.exe start {VERSION_NAME}. You need to run your own backend as Instigator does not provide one yet.

Manual download

You can get started by downloading the latest release here, or use the installer. Once downloaded, run the program in PowerShell via .\instigator.exe install. This will open Windows Explorer to allow you to drag and drop your console and redirect DLLs in. Make sure they are named console.dll and redirect.dll respectively. Go back to PowerShell and run .\instigator.exe add. It will provide you with the arguments you need to provide. You can then launch the game using .\instigator.exe start {VERSION_NAME}. You need to run your own backend as Instigator does not provide one yet.

You might also like...
zigfi is an open-source stocks, commodities and cryptocurrencies price monitoring CLI app, written fully in Rust, where you can organize assets you're watching easily into watchlists for easy access on your terminal.
zigfi is an open-source stocks, commodities and cryptocurrencies price monitoring CLI app, written fully in Rust, where you can organize assets you're watching easily into watchlists for easy access on your terminal.

zigfi zigfi is an open-source stocks, commodities and cryptocurrencies price monitoring CLI app, written fully in Rust, where you can organize assets

A blazing fast command line license generator for your open source projects written in Rust🚀
A blazing fast command line license generator for your open source projects written in Rust🚀

Overview This is a blazing fast ⚡ , command line license generator for your open source projects written in Rust. I know that GitHub

An open source, programmed in rust, privacy focused tool for reading programming resources (like stackoverflow) fast, efficient and asynchronous from the terminal.

Falion An open source, programmed in rust, privacy focused tool for reading programming resources (like StackOverFlow) fast, efficient and asynchronou

Horus is an open source tool for running forensic and administrative tasks at the kernel level using eBPF, a low-overhead in-kernel virtual machine, and the Rust programming language.
Horus is an open source tool for running forensic and administrative tasks at the kernel level using eBPF, a low-overhead in-kernel virtual machine, and the Rust programming language.

Horus Horus is an open-source tool for running forensic and administrative tasks at the kernel level using eBPF, a low-overhead in-kernel virtual mach

Open source email client written in Rust and Dioxus. Under 🏗️
Open source email client written in Rust and Dioxus. Under 🏗️

Blazemail A full-featued, beautiful, mail client that doesn't suck. Works on mac, windows, linux, mobile, web, etc. Features, status Blazemail is curr

Open-source Rust framework for building event-driven live-trading & backtesting systems

Barter Barter is an open-source Rust framework for building event-driven live-trading & backtesting systems. Algorithmic trade with the peace of mind

botwork is a single-binary, generic and open-source automation framework written in Rust for acceptance testing & RPA

botwork botwork is a single-binary, generic and open-source automation framework written in Rust for acceptance testing, acceptance test driven develo

Open source programming language written in Rust.

No longer maintained! Tron Programming Language An open-source programming language written in Rust. Installation Before starting the installation, pl

Open source programming language written in Rust.

Tron Programming Language An open-source programming language written in Rust. Installation Before starting the installation, please make sure that yo

Comments
  • chore(deps): bump bumpalo from 3.11.0 to 3.12.0

    chore(deps): bump bumpalo from 3.11.0 to 3.12.0

    Bumps bumpalo from 3.11.0 to 3.12.0.

    Changelog

    Sourced from bumpalo's changelog.

    3.12.0

    Released 2023-01-17.

    Added

    • Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or box was allocated into.

    Changed

    • Some uses of Box that MIRI did not previously consider as UB are now reported as UB, and bumpalo's internals have been adjusted to avoid the new UB.

    3.11.1

    Released 2022-10-18.

    Security

    • Fixed a bug where when std::vec::IntoIter was ported to bumpalo::collections::vec::IntoIter, it didn't get its underlying Bump's lifetime threaded through. This meant that rustc was not checking the borrows for bumpalo::collections::IntoIter and this could result in use-after-free bugs.

    Commits
    • 50ba1bd Bump to 3.12.0
    • 3dd3650 Merge pull request #190 from mattfbacon/main
    • 37be9a9 Merge branch 'fitzgen:main' into main
    • 3664dbb Add String::bump method
    • 701514f Merge pull request #189 from mattfbacon/main
    • c6507f7 Add Vec::bump method
    • b1e67b7 Merge pull request #188 from saethlin/field-retagging
    • d325e2c Use ManuallyDrop with bumpalo's Box instead of mem::forget
    • c699cd1 Merge pull request #183 from stepancheg/allocated-bytes-no-headers
    • 5805a29 Clarify allocated_bytes does not include headers
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
Releases(v1.0.0)
  • v1.0.0(Oct 15, 2022)

    Instigator is a basic command-line Fortnite launcher I've been working on for the last day and a bit. It is extremely basic. It injects console and a redirect/SSL bypass DLL automatically presuming you provide it, if they aren't provided you will need to inject them yourself. I am still learning Rust so if you see anything that could be improved make an issue or if possible, fix it within a pull request. All feedback is greatly appreciated.

    Versions tested: 4.1, 5.30, 6.21, 7.30, 7.40, 8.30, 8.51, 10.40, 12.41.

    Getting started

    If you do not know how to use Command Prompt or PowerShell, please use a different launcher. You will not get support for issues based around PowerShell and Command Prompt.

    You can get started by downloading the latest release below. Once downloaded, run the program in PowerShell via .\instigator.exe install. This will open Windows Explorer to allow you to drag and drop your console and redirect DLLs in. Make sure they are named console.dll and redirect.dll respectively. Go back to PowerShell and run .\instigator.exe add. It will provide you with the arguments you need to provide. You can then launch the game using .\instigator.exe start {VERSION_NAME}. You need to run your own backend as Instigator does not provide one yet.

    Source code(tar.gz)
    Source code(zip)
    instigator.exe(1.38 MB)
    Instigator_install.exe(24.21 MB)
Owner
jacksta
also known as jwhazy
jacksta
A multi-page fuzzy launcher for your terminal, written in Rust.

fr33zmenu A multi-page fuzzy launcher for your terminal, written in Rust. Supports theming and multiple keybind schemes, including basic vim keybinds.

null 3 Dec 15, 2022
A launcher/menu program written in Rust for wlroots-based Wayland compositors

tehda tehda (ᴛᴀʏ-dah /ˈteɪ̯.dæ/ or /teh.da/; Finnish for "to do, perform, execute") is a launcher/menu program, like dmenu, rofi, or wofi, written in

Nadia 4 Jan 29, 2023
Bullet Force launcher and MITM-based hax

BulletForceHaxV2 This repository holds a launcher and MITM-based cheat for Bullet Force. It allows you both a convenient way to launch the game withou

HoLLy 5 Oct 26, 2022
Bullet Force launcher and MITM-based hax

BulletForceHaxV2 This repository holds a launcher and MITM-based cheat for Bullet Force. It allows you both a convenient way to launch the game withou

HoLLy 5 Oct 26, 2022
Honkers launcher for Linux with automatic patching and telemetry disabling

Honkers launcher for Linux with automatic patching and telemetry disabling

An Anime Team 8 Apr 23, 2023
A small program which makes a rofi game launcher menu possible by creating .desktop entries for games

rofi-games A small program which makes a `rofi` game launcher menu possible by creating `.desktop` entries for games Installation Manual Clone repo: g

Rolv Apneseth 20 May 4, 2023
The Honkers Railway launcher for Linux with automatic patching and telemetry disabling

The Honkers Railway launcher for Linux with automatic patching and telemetry disabling

An Anime Team 73 May 9, 2023
AlterWare game modification updater & launcher

alterware-launcher Download latest release Unpack the archive and place alterware-launcher.exe in the game directory Run alterware-launcher.exe, after

mxve 4 Jun 12, 2023
A self-contained, unopinionated, fast and lightweight executable launcher.

Kickoff ?? A self-contained, unopinionated, fast and lightweight executable launcher. Supported Platforms Platform Host Target aarch64-apple-macos-non

Nimbus 18 Oct 27, 2023
An open source artifact manager. Written in Rust back end and an Vue front end to create a fast and modern experience

nitro_repo Nitro Repo is an open source free artifact manager. Written with a Rust back end and a Vue front end to create a fast and modern experience

Wyatt Jacob Herkamp 30 Dec 14, 2022