├── Account.py ├── README.md ├── Updates.md ├── accounts.txt └── config.json /Account.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALTER869993/discord-token-Generator-/HEAD/Account.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALTER869993/discord-token-Generator-/HEAD/README.md -------------------------------------------------------------------------------- /Updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALTER869993/discord-token-Generator-/HEAD/Updates.md -------------------------------------------------------------------------------- /accounts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALTER869993/discord-token-Generator-/HEAD/accounts.txt -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- 1 | { 2 | "CaptchaKey": "Key Here <3" 3 | } --------------------------------------------------------------------------------