├── README.md ├── bahan.txt └── main.py /README.md: -------------------------------------------------------------------------------- 1 | # spam-wa 2 | Update lagi gaiss:v 3 | -------------------------------------------------------------------------------- /bahan.txt: -------------------------------------------------------------------------------- 1 | requests 2 | rich 3 | pycryptodome 4 | -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TZdev7/spam-wa/HEAD/main.py --------------------------------------------------------------------------------