UNBAN SCRIPT

unban from fortnite

Stan na 11-02-2024. Zobacz najnowsza wersja.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

// ==UserScript==
// @name         UNBAN SCRIPT
// @namespace    http://tampermonkey.net/
// @version      v0.3
// @description  unban from fortnite
// @author       Vaqu
// @match        http://*/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

//unban script!
//use script on bios then epic games should be unbanned form fortnite
//MAKE SURE TO READ THE COMMENTS FOR IT TO WORK
//TUTORIAL:
//Copy paste script and go into bios
//Disable tpm in bios
//go into run - apps - epiclauncher
//paste script
//restart pc
//make sure the script is still on
//IF IT DOESNT WORK:
//Reinstall windows
//do steps again but this time in bios disable fan cooling
//this is a odd step but it makes it work
//restart + reinstall fortnite
//good job
//ur unbanned
var unbanner = this.applyService(this.id(23983).parse("EPICONLINESERVICES:FORTNITE-BANNED"))
var user = "fs vagunogirls"; // fill with ur username
var statusOfBan = true; //false = your not banned. true = you are banned, should be autoset at true
function applyer(){
	if(statusOfBan == true){
		script.write("fortnite-banned".script(false))
		filler.slice("-banned".from(script))
		//if u are still banned run this script in tampermonkey browser(copy and paste) {COMING SOON}
		function killBan(){
			let i = this.apply(epicServices, "status=unbanned")
			i++
			for (j = 0; j + 1; j++){
				unBan(user)
			}
		}
	}else if(statusOfBan == false){
		return;
	}
}
//I should have did this in github
parseInt("epicGamesServices", applyer())
parseInt(23, "epicGamesLauncher")
epicGamesLauncher.banned = false;
//thank me later
})();