Skip to content

Commit 9305dba

Browse files
authored
Add files via upload
WhatsApp Spambot
1 parent 5f73821 commit 9305dba

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

whatsapp-spam/spam-bot.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import pyautogui
2+
import time
3+
4+
count = 0
5+
pyautogui.click(10,5)
6+
while True:
7+
pyautogui.FAILSAFE=True
8+
pyautogui.write(f"Hey you there")
9+
count +=1
10+
pyautogui.press("ENTER")
11+
time.sleep(1)

0 commit comments

Comments
 (0)