├── .github └── FUNDING.yml ├── Core ├── Github-Logo.png ├── Pinterest-Logo.png ├── Version.txt ├── index.html ├── instagram.png └── style.css ├── LICENSE ├── README.md ├── Scr ├── Black_Tool_Banner_Pictures.jpeg ├── Black_Tool_Logo.png ├── black-tool-scr-2.png ├── black-tool-scr.png └── black.png ├── Version └── Version.txt ├── banner └── Black-Tool-banner.txt ├── black.png ├── hack.py ├── install.sh └── requirements.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /Core/Github-Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/Core/Github-Logo.png -------------------------------------------------------------------------------- /Core/Pinterest-Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/Core/Pinterest-Logo.png -------------------------------------------------------------------------------- /Core/Version.txt: -------------------------------------------------------------------------------- 1 | Black-Tool v4.0.0 2 | -------------------------------------------------------------------------------- /Core/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/Core/index.html -------------------------------------------------------------------------------- /Core/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/Core/instagram.png -------------------------------------------------------------------------------- /Core/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/Core/style.css -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/README.md -------------------------------------------------------------------------------- /Scr/Black_Tool_Banner_Pictures.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/Scr/Black_Tool_Banner_Pictures.jpeg -------------------------------------------------------------------------------- /Scr/Black_Tool_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/Scr/Black_Tool_Logo.png -------------------------------------------------------------------------------- /Scr/black-tool-scr-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/Scr/black-tool-scr-2.png -------------------------------------------------------------------------------- /Scr/black-tool-scr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/Scr/black-tool-scr.png -------------------------------------------------------------------------------- /Scr/black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/Scr/black.png -------------------------------------------------------------------------------- /Version/Version.txt: -------------------------------------------------------------------------------- 1 | Black-Tool v5.5.5 2 | -------------------------------------------------------------------------------- /banner/Black-Tool-banner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/banner/Black-Tool-banner.txt -------------------------------------------------------------------------------- /black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/black.png -------------------------------------------------------------------------------- /hack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/hack.py -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/install.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrprogrammer2938/Black-Tool/HEAD/requirements.txt --------------------------------------------------------------------------------