├── .gitignore ├── LICENSE ├── NotCoin.py ├── README.md └── test-image.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aDarkDev/TelCoin-Script/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aDarkDev/TelCoin-Script/HEAD/LICENSE -------------------------------------------------------------------------------- /NotCoin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aDarkDev/TelCoin-Script/HEAD/NotCoin.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aDarkDev/TelCoin-Script/HEAD/README.md -------------------------------------------------------------------------------- /test-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aDarkDev/TelCoin-Script/HEAD/test-image.png --------------------------------------------------------------------------------