I have archived this project, I'm not looking to update anymore simply because there is nothing to do in Deriver anymore.
The selfbot still works but you will have to gather all the remaining pokémon, which are the hisuians and their image hash and language names.
This tool was made for educational purposes Use with responsibility
- This selfbot will automatically catch Pokémons, so you can touch grass lol
- Selfbots are against discord t.o.s, i'm not responsible for any thing that happens in your account
- Catches pokémon automatically
- Spam script to get spawns
discord
https://discordpy.readthedocs.io/en/stable/api.htmlimagehash
https://pypi.org/project/ImageHash/PIL
https://pillow.readthedocs.io/en/stable/
Python - https://www.python.org/
In 'main.py' add your token and your guild ids.
from src.bot import Deriver
token = ""
bot = Deriver(guilds_ids=[0000, 0000, 0000], enabled=True)
bot.run(token, bot=False)
Installing the packages
pip install -r requirements.txt
python main.py
Go to 'spam/script.py' and edit your config
TOKEN = ""
CHANNEL = 000000000000
DELAY = 3
AMOUNT = 4
MIT