A Discord selfbot that collects and displays activity logs, status, avatars, and musicd from your friends list through a web interface.
- Tracks friend activities
- Activities
- Games
- Musics
- Status
- Avatars
- Node.js (tested on 20.16.0)
- A valid Discord account (selfbot usage may violate Discord's Terms of Service, use responsibly).
-
Clone this repository :
git clone https://github.com/Kum1ta/Stadis.git cd Stadis
-
Install dependencies
npm install
-
Configure the
secret.json
file with your token account and website password:{ "token": <Token Discord>, "logpass": <Website password> }
-
Start the program :
node main.js
-
Access the web interface : Open http://localhost:3000 in your browser.
This project is for educational purposes only. Using selfbots violates Discord's Terms of Service. The author assumes no responsibility for any misuse of this software.
This project is licensed under the MIT License.