├── require.txt ├── main ├── run.py ├── Screenshot at 2022-02-04 01-38-39.png └── README.md /require.txt: -------------------------------------------------------------------------------- 1 | pyfiglet 2 | colorama 3 | rarfile 4 | -------------------------------------------------------------------------------- /main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrG3P5/Archive-Crack/HEAD/main -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- 1 | #!/bin/env python3 2 | 3 | import subprocess 4 | 5 | subprocess.call("chmod +x main && ./main", shell = True) 6 | -------------------------------------------------------------------------------- /Screenshot at 2022-02-04 01-38-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrG3P5/Archive-Crack/HEAD/Screenshot at 2022-02-04 01-38-39.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 |
3 |