File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88import subprocess
99import random
1010import string
11+ import base64
1112from api import api_ip , api_number , api_dns
1213from sites import sites
1314from darkweb import links
455456 ██████╔╝██║███████║╚██████╗╚██████╔╝██║ ██║██████╔╝
456457 ╚═════╝ ╚═╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═════╝
457458
458- 1. [Nitro Gen] 4. [Quit ]
459- 2. [Spaming Webhook]
459+ 1. [Nitro Gen] 4. [Token BruteForce ]
460+ 2. [Spaming Webhook] 5. [Quit]
460461 3. [Darkweb]
461462
462463 Choisis : """ )
542543 print (f" - { name } : { url } " )
543544
544545 time .sleep (10 )
545-
546546 elif discord == "4" :
547+ os .system ("cls" )
548+ id = input ("""
549+ ████████╗ ██████╗ ██╗ ██╗███████╗███╗ ██╗
550+ ╚══██╔══╝██╔═══██╗██║ ██╔╝██╔════╝████╗ ██║
551+ ██║ ██║ ██║█████╔╝ █████╗ ██╔██╗ ██║
552+ ██║ ██║ ██║██╔═██╗ ██╔══╝ ██║╚██╗██║
553+ ██║ ╚██████╔╝██║ ██╗███████╗██║ ╚████║
554+ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝
555+
556+ Met L'id du gars : """ )
557+ try :
558+ user_id = id
559+
560+ part1 = base64 .b64encode (user_id .encode ()).decode ()
561+ part2 = '' .join (random .choices (string .ascii_letters + string .digits , k = 12 ))
562+ part3 = '' .join (random .choices (string .ascii_letters + string .digits , k = 18 ))
563+
564+ token = f"{ part1 } .{ part2 } .{ part3 } "
565+
566+ print (f"\n Token : \n { token } " )
567+ time .sleep (2 )
568+ except :
569+ print ("Ca na pas marché" )
570+ time .sleep (2 )
571+
572+ elif discord == "5" :
547573 print ("Aurevoir l'amis" )
548574 time .sleep (2 )
549575 break
You can’t perform that action at this time.
0 commit comments