├── README.md ├── Vaim-Emsg.py ├── Vaim-Emsg.sh ├── banner.py ├── config.sh ├── filechecker.py ├── message.conf ├── setup.sh └── title.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VaimpierOfficial/Vaim-Emsg/HEAD/README.md -------------------------------------------------------------------------------- /Vaim-Emsg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VaimpierOfficial/Vaim-Emsg/HEAD/Vaim-Emsg.py -------------------------------------------------------------------------------- /Vaim-Emsg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VaimpierOfficial/Vaim-Emsg/HEAD/Vaim-Emsg.sh -------------------------------------------------------------------------------- /banner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VaimpierOfficial/Vaim-Emsg/HEAD/banner.py -------------------------------------------------------------------------------- /config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VaimpierOfficial/Vaim-Emsg/HEAD/config.sh -------------------------------------------------------------------------------- /filechecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VaimpierOfficial/Vaim-Emsg/HEAD/filechecker.py -------------------------------------------------------------------------------- /message.conf: -------------------------------------------------------------------------------- 1 | /* TYPE MSG HERE */ 2 | -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | clear 4 | python3 banner.py && bash Vaim-Emsg.sh -------------------------------------------------------------------------------- /title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VaimpierOfficial/Vaim-Emsg/HEAD/title.png --------------------------------------------------------------------------------