Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 909 Bytes

File metadata and controls

26 lines (18 loc) · 909 Bytes

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: 'your-email@domain.com',
  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