Xfected 2.0 is a Discord selfbot written in Python It requires the user to provide their user ID and a token in the env.
- Python installed on your system
- Discord user ID (to be added as an .env)
- Discord selfbot token (to be added as an .env)
- Prefix (to be added as an .env)
-
Clone the repository:
git clone https://github.com/infectedxd/Xfected-Selfbot
-
Navigate to the project directory:
cd Xfected-Selfbot
-
Install the required dependencies:
pip install -r requirements.txt
-
Open .env
-
Set your Discord User ID as an env named
userid
. -
Set your Discord selfbot token as an env named
token
. -
Set your prefix as an env named
prefix
.
-
Start the selfbot:
python xfected.py
-
The selfbot should now be online and ready to respond to work
@infectedxd |
- Discord server~ https://discord.gg/infection
This project is licensed under the MIT License.