Skip to content

mruniquehacker/Knight_Bot_Pair_Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knight Bot Session Generator

Generate Pair Code


Quick Start

  • 1) Create a Mega.nz account
    MEGA - Create Account

  • 2) Paste your credentials in mega.js
    Open mega.js and update email and password:

// mega.js
const auth = {
  email: '[email protected]',
  password: 'your-strong-password',
  userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246'
};
  • 3) Deploy to Render
    Render - Deploy

Releases

No releases published

Packages

No packages published