Skip to content

Modern ES6 Promise based bypasser for ReactLab AntiDDoS

Notifications You must be signed in to change notification settings

neverlane/reactlab-bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactlab-bypass

Modern ES6 Promise based bypasser for ReactLab AntiDDoS

📖 Documentation

Version Version

Install 📦

# using npm
npm i reactlab-bypass
# using yarn
yarn add reactlab-bypass
# using pnpm
pnpm add reactlab-bypass

Usage 🔧

Check all available methods in 📖 Documentation.

import { reactLabBypass, resolveCookie } from 'reactlab-bypass'; // ESM
// OR
const { reactLabBypass, resolveCookie } = require('reactlab-bypass'); // CommonJS

// You can bypass by site URL
reactLabBypass({
  host: 'https://arizona-rp.com/'
}).then(({ cookie }) => console.log(`Bypassed cookie: ${cookie}`));
// Or by site HTML
const { cookie } = resolveCookie(`...imagine here reactlab protect page...`);
console.log(`Bypassed cookie: ${cookie}`);

About

Modern ES6 Promise based bypasser for ReactLab AntiDDoS

Resources

Stars

Watchers

Forks

Packages

No packages published