Skip to content

SpadeDLL/Spade-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spade checker

Fast discord token checker

tutorial

<=====================================================>
| Place your tokens in input/tokens.txt               |
| Each line = new token                               |
|  Example:                                           |
|          token examp                                |
|          token examp                                |
|          token examp                                |
| Etc                                                 |
| Run start.bat                                       |
| Put a delay                                         |
| Enjoy :3                                            |
<=====================================================>

Images

image

Compile src to exe (pyinstaller)

pip install pyinstaller

pyinstaller --onefile main.py

Compile src to exe (nuitka)

pip install nuitka

nuitka --onefile --standalone main.py

Star if you want more projects.