Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.04 KB

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.