-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscordspam.py
40 lines (25 loc) · 1.03 KB
/
discordspam.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
print ("{ECHO POR o͎s͎o͎h͎a͎c͎k͎e͎r͎ ")
print (" SPAMER DE BOT ")
print ("SIGUAMEN EN MIS REDES SOCIALES!")
print ("MI YOUTUBE: 1OSOHACKER1 ")
print ("MI TIKTOK: 1osohacker1")
print ("NO ME AGO RESPOSABLE DE COMO LO USES :) ")
from typing import Text, TextIO, Type
import pyautogui
import webbrowser
import time
messeg =("“A nadie le importaba quién era yo hasta que me puse una máscara” ")
repeats = int(input("spamer o̶s̶o̶h̶a̶c̶k̶e̶r̶ hmmm quantos mensjaes queres mandar ????????????????????????????:"))
delay = int(input("QUANTOS MILESSEGUNDOS QUERES ESPERAR ENTRE CADA SEGUNDOS??:"))
isLoaded = input("pressiona quando el discord este listo {ENETR}")
print("tienes sinco segundos para que empize el atacke")
time.sleep(5)
for i in range (0,repeats):
if messeg != "":
pyautogui.typewrite(messeg)
pyautogui.press("enter")
else:
pyautogui.hotkey('ctrl', 'v')
pyautogui.press("enter")
time.sleep(delay/1000)
print("Done\n")