NOT a selfbot client™ for scanning users friends list and discord servers (up to 10k members) with the TASE api
| release | ||
| resources | ||
| server | ||
| src | ||
| .gitignore | ||
| bldit.lua | ||
| bun.lock | ||
| electron-builder.yml | ||
| electron.vite.config.ts | ||
| eslint.config.mjs | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| tsconfig.web.json | ||
TASE-Lite
NOT a selfbot client™ for scanning users friends list and discord servers(up to 10k members) with the TASE API.
Download
Get the latest release from the Releases page
Features
- Scan Discord server members against the TASE API
- Scan your Discord friends list
- Scan your Roblox friends list against multiple API sources
- Setup automated scanning of guilds and friends lists with immedate notification upon flags
- View detailed results with per-guild breakdown
- Cache scan results for quick re-access
- Export results as JSON or CSV
Setup
Install dependencies
bun install
Development
bun run dev
Build
# Windows
bun run build:win
# Linux
bun run build:linux
# macOS
bun run build:mac
Usage
I will not be explaining how to get your discord account token here, there are multiple tutorials on YouTube that you can find but make sure you NEVER paste anything into the developer console. If a tutorial asks you to paste any code into the console there is a 100% its a token stealer, the console is not necessary for getting your token and is actually more complicated then other methods.
- On first launch, enter your Discord token and TASE API key
- Select a server to scan, or switch to the Friends tab to scan your friends list
- Results are sorted by flag count and score
- Press Enter/Space to expand a user's details
- Press J to export JSON, C to export CSV
- Press B to return to the server list or Q to quit
Keyboard Shortcuts
| Key | Action |
|---|---|
| ↑↓ | Navigate results |
| Enter / Space | Expand user details |
| B | Back to server list |
| J | Export JSON |
| C | Export CSV |
| Q / Ctrl+C | Quit |
Notes
- The encryption key is derived from machine-specific identifiers so changing any of them will force you to re-enter your tokens
- Scan results are cached for 24 hours so you can instantly access previous scans, after 24 hours scans will be marked invalid as they are to old to be trusted anymore.