├── README.md ├── anticaptcha.js ├── getmail ├── 1234.txt ├── getmail.py ├── ipcheck.js ├── reques2.js └── request.js ├── index.js ├── package.json ├── run.sh ├── server.txt ├── tokens.txt └── verify.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discord-services/token-generator/HEAD/README.md -------------------------------------------------------------------------------- /anticaptcha.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discord-services/token-generator/HEAD/anticaptcha.js -------------------------------------------------------------------------------- /getmail/1234.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /getmail/getmail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discord-services/token-generator/HEAD/getmail/getmail.py -------------------------------------------------------------------------------- /getmail/ipcheck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discord-services/token-generator/HEAD/getmail/ipcheck.js -------------------------------------------------------------------------------- /getmail/reques2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discord-services/token-generator/HEAD/getmail/reques2.js -------------------------------------------------------------------------------- /getmail/request.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discord-services/token-generator/HEAD/getmail/request.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discord-services/token-generator/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discord-services/token-generator/HEAD/package.json -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discord-services/token-generator/HEAD/run.sh -------------------------------------------------------------------------------- /server.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tokens.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /verify.txt: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------