The first FOOTDEX AutoCatcher selfbot that went public in github 😁. written in JavaScript with 💖 by me, powered by discord.js-selfbot-v13 module written by akio-chan-ai for simplifying the progress of making a discord selfbot.
Click here to contact me (depreciating) on discord if you have any questions.
This repository/project is under GNU GENERAL PUBLIC licence, if you are using it please leave a watermark to me.
To acknowledge the hard work of MikeDTaro, I will not be sharing the full source code, including the preprocessed images, which are essential for the code. If you have the ability, you are welcome to generate them yourself, but I will not be providing any assistance. This is solely for my own learning purposes.
Discord prohibits selfbots so if you want to use this project you will use it at your own risk.
I'm not responsible for any ban or ... from discord or your hosting provider.
- A working brain 🧠
- Your account token (Video Tutorial)
- never commit or share your discord token in public, anyone who has it has access to your discord account
- node.js v16 or higher (v20 is recomended) (Click for downloading it)
Tested on Android, Linux and Windows.
So, I think now we have all the requirements installed and ready. Lets start our journey with the codes.
First rename config.js.example to config.js
Open config.js and fill out the values.
When you are done with the file save it and dont forget to never commit it or sharing it publicly.
Head up to your terminal and run the following commands.
npm installNow run the following commands in the terminal.
node index.jsCommon errors:
- if u got an error showing
illegal hardware instructionu need to run the code with an older version of sharp (0.27.2). to do that you need to run this command for startup:
node index.js --legacyNow wait for the text (USERNAME is ready) and then your selfbot is online and catching countryballs automatically.
Dont forget to star ⭐
Forked from BallsDex AutoCatcher.