Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.7 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.7 KB

Univers Account Protector for Discord

codefactor

This open-source software made in Python protects your account and notifies you immediately after a suspicious activity is detected.

WARNING

This software might be considered as a "self-bot", which is against Discord Terms of Service. Use at your own risk!

Setup

  1. Download & install Python 3
  2. Clone or download this project
  3. Create a .env file.
  4. Put this in your .env file

TOKEN=[your Discord token*]

TWILIO_ACCOUNT_SID=[Twilio Account SID. Can be found here: https://console.twilio.com/]

TWILIO_AUTH_TOKEN=[Twilio Authentification Token. Can be found here: https://console.twilio.com/]

PHONE_NUMBER=[Your phone number. e.g. +15551234567 / +33612345678]

  1. Open config.json and edit configuration file
  2. Run this in your command prompt: py -3 -m pip install -U -r requirements.txt
  3. Keep your command prompt open and run this py main.py
  4. You're good to go! If you enabled notifications in config.json, a voice should tell you that your account is being monitored.

*To get your token, please check on Google for instructions. Make sure the instructions are safe.

Special thanks

This project uses: