Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

lucxws/deriver-autocatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Deriver Discord Selboft

icon|icon

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

Features

  • Catches pokémon automatically
  • Spam script to get spawns

Packages

Installation

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

Spammer (beta)

Go to 'spam/script.py' and edit your config

TOKEN = ""
CHANNEL = 000000000000
DELAY = 3
AMOUNT = 4

License

MIT