├── Aplikasi_Exe ├── CreateFile.exe ├── README.md └── Spammer.exe ├── LICENSE ├── README.md ├── Spamwa.py ├── createFile.py ├── debian.sh ├── gambar ├── Screenshot_1.png ├── Screenshot_2.png └── x ├── gege ├── List.txt ├── README.md └── Spamwa.py ├── requirements.txt ├── spam.txt ├── start.bat └── start.sh /Aplikasi_Exe/CreateFile.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/Aplikasi_Exe/CreateFile.exe -------------------------------------------------------------------------------- /Aplikasi_Exe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/Aplikasi_Exe/README.md -------------------------------------------------------------------------------- /Aplikasi_Exe/Spammer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/Aplikasi_Exe/Spammer.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/README.md -------------------------------------------------------------------------------- /Spamwa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/Spamwa.py -------------------------------------------------------------------------------- /createFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/createFile.py -------------------------------------------------------------------------------- /debian.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/debian.sh -------------------------------------------------------------------------------- /gambar/Screenshot_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/gambar/Screenshot_1.png -------------------------------------------------------------------------------- /gambar/Screenshot_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/gambar/Screenshot_2.png -------------------------------------------------------------------------------- /gambar/x: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /gege/List.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/gege/List.txt -------------------------------------------------------------------------------- /gege/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/gege/README.md -------------------------------------------------------------------------------- /gege/Spamwa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/gege/Spamwa.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyautogui==0.9.52MouseInfo==0.1.3python3-xlib 2 | -------------------------------------------------------------------------------- /spam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/spam.txt -------------------------------------------------------------------------------- /start.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/start.bat -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xnuvers007/spamwa2/HEAD/start.sh --------------------------------------------------------------------------------