NOT a selfbot client™ for scanning users friends list and discord servers (up to 10k members) with the TASE api
Find a file
2026-07-25 04:42:11 +09:00
release auto update testing release 2026-07-25 04:42:11 +09:00
resources chore: resized icon to 256x256 2026-07-22 23:35:53 -07:00
server 2.2.0 2026-07-25 03:21:29 +09:00
src woops 2026-07-25 04:10:04 +09:00
.gitignore 2.2.0 2026-07-25 03:21:29 +09:00
bldit.lua feat: added pkgit support yay 2026-07-23 00:05:37 -07:00
bun.lock 2.2.0 2026-07-25 03:21:29 +09:00
electron-builder.yml AHHHH 2026-07-25 04:18:19 +09:00
electron.vite.config.ts initial commit 2026-04-11 19:56:19 +09:00
eslint.config.mjs initial commit 2026-04-11 19:56:19 +09:00
LICENSE v2.0.0 main commit 2026-06-03 18:43:20 +09:00
package.json auto update testing release 2026-07-25 04:42:11 +09:00
README.md 2.2.0 2026-07-25 03:21:29 +09:00
tsconfig.json initial commit 2026-04-11 19:56:19 +09:00
tsconfig.node.json initial commit 2026-04-11 19:56:19 +09:00
tsconfig.web.json v2.0.0 main commit 2026-06-03 18:43:20 +09:00

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.

  1. On first launch, enter your Discord token and TASE API key
  2. Select a server to scan, or switch to the Friends tab to scan your friends list
  3. Results are sorted by flag count and score
  4. Press Enter/Space to expand a user's details
  5. Press J to export JSON, C to export CSV
  6. 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.