Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.27 KB

What is FN Keychain Generator

A Simple tool to generate Keychain based on the input GUID and AES.

Why Use FN Keychain Generator

-- When none of the Bots or Sources you get your keychain from are updated, use this utility to generate your own keychain for the recently decrypted pak.

Where do I get AES and GUID from?

https://fortnite-api.com/v2/aes

Features

-- Generate Keychain based on the given GUID and AES Key. -- Fetch Available Keychains from Nitestats API. -- Add the generated Keychain to the result. -- Send to Pastebin.

Get Pastebin Developer Key

Go to https://pastebin.com/doc_api and register an account. You need the developer key to save the keychain file on pastebin. Once you get the Pastebin Developer Key Add it to line 103 in Form1.vb

    Dim pasteRequest As New NameValueCollection
    pasteRequest.Add("api_dev_key", "") 'Simply login to Pastebin and go to https://pastebin.com/doc_api#1

Screenshot

Developed by

The Game Vlog

Credits