reactlab-bypass
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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}`);

Package Sidebar

Install

npm i reactlab-bypass

Weekly Downloads

41

Version

1.0.1

License

GPL-3.0

Unpacked Size

7.38 kB

Total Files

5

Last publish

Collaborators

  • whyrinki