Skip to content

nicopancakes/BasicSB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

image-removebg-preview (4)

This is a selfbot , using selfbots is against Discord's Terms of Service (Community Guidelines #14 and Platform Manipulation rules).
Running this can result in permanent account termination, even on alt accounts.
Use at your own risk. This repository is for educational purposes only. I do not encourage or support ToS violations.

whois [@mention | user ID] > shows detailed user info (ID, username, creation date, badges, bio, pronouns, roles if in same server)

  • del > deletes the last whois message sent by the bot in that channel
  • ping / latency > shows gateway + API latency + account info
  • bl [@mention | user ID] > replies "blacklisted @user (ID)" and auto deletes the reply
  • Works in DMs, group DMs, and servers
image

Requirements

  • Python 3.8+
  • User Token

Getting your User Token

Press ctrl+shift+I > console > type 'allow pasting' > enter in this script below:

(() => { let token; window.webpackChunkdiscord_app.push([[Math.random()], {}, (req) => { for (const m of Object.values(req.c)) { if (m?.exports?.default?.getToken) { token = m.exports.default.getToken(); } } }]); window.webpackChunkdiscord_app.pop(); console.log(token || "not found 404"); return token; })();

image

Installation

pip uninstall discord discord.py discord.py-self -y (to avoid version conflict)

pip install git+https://github.com/dolfies/discord.py-self.git aiohttp --upgrade --force-reinstall

Run

python script.py (make sure to add your user token at the end of script.py) image

Beta v1.0.3 is out on https://meetniko.fyi/basicselfbot.html

Releases

No releases published

Packages

 
 
 

Contributors

Languages