Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GuFFy12 authored Jun 15, 2021
1 parent b4d9b57 commit 5b6b965
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@
from colorama import Fore, init
from sys import exit

def doIntro():
os.system("cls")
os.system("cls")
if __name__ == '__main__':
os.system('cls')
ctypes.windll.kernel32.SetConsoleTitleW("Discord Token Checker by GuFFy_OwO")
colorama.init()

doIntro()

print(f"{Fore.MAGENTA}Discord Token Parser by GuFFy_OwO\n")
tokenFileName = input(f"{Fore.GREEN}Enter the name of the file in wich are the unchecked tokens (without .txt) : ")
deleteDuplicates = input(f"{Fore.GREEN}Delete duplicates tokens? [Y/N] : ")
Expand Down

0 comments on commit 5b6b965

Please sign in to comment.