This code is for educational purposes only!
- Token checker
- Token joiner
- Token verifier
- Token humanizer
- DM bomber
- Friends bomber
- Guild message bomber
- Guild data scraper
- Guild explore data scraper
- Recursive guild data scraper
This tool was made using Node.js and discord.js-selfbot-v13 library by aiko-chan-ai.
This tool is a single-threaded project written in JavaScript using Node.js.
- fCaptcha (Currently works with hCaptcha Enterprise)
- hCoptcha (Currently works with hCaptcha Enterprise)
- CapMonster ("Doesn't support hCaptcha Enterprise" PATCHED)
- 2Captcha ("Doesn't support hCaptcha Enterprise" PATCHED)
Run this command inside the root of the project:
npm install
Then configure config.json or directly run this command inside the project for CLI-assisted configuration:
node index.js --config
To start the script, run:
node index.js
To use arguments, prefix them with -- after node index.js:
node index.js
...args
no-logsornl: Removes all additional output.debugordbg: Enables all debug output.configorcfg: Starts assisted configuration mode.
This code is under the MIT License. See the LICENSE file for more details.