-
Notifications
You must be signed in to change notification settings - Fork 0
/
dayot.py
190 lines (168 loc) · 6.75 KB
/
dayot.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
from time import sleep
from pyrogram import Client, filters, sync
from pyrogram.errors import FloodWait
import os
from pyrogram import Client, filters
from pyrogram.errors import FloodWait
from pyrogram.types import ChatPermissions
import time
from time import sleep
if os.sys.platform == "win32":
os.system("cls")
else:
os.system("clear")
app = Client('dedinside-session', api_id=1016382, api_hash='c27834e5683d50a9bacf835a95ec4763')
app.start()
app.stop()
print('''
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Made by dayot Созданно dayot ┃
┃ Instagram: @d.dayot1 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
''')
print("После ввода задержки напишите в любой телеграм чат команду \n --Команды-- \n.dead 0 \n.night 0 \n.ghoul")
print("\n МЫ НЕ НЕСЕМ ОТВЕТСВЕННОСТИ ЗА ВАШИ ДЕЙСТВИЯ!")
print()
cool = int(input("Введите завис.число - от него будет зависеть скорость (Норма 8): "))
if cool == 0:
print("Слишком быстро!")
cool = int(input("Введите завис.число - от него будет зависеть скорость (Норма 8): "))
if cool > 10:
print("Слишком медленно!")
cool = int(input("Введите завис.число - от него будет зависеть скорость (Норма 8): "))
if cool < 5:
print("Слишком быстро!")
cool = int(input("Введите завис.число - от него будет зависеть скорость(Норма 8): "))
@app.on_message(filters.command("dd", prefixes=".") & filters.me)
def valentine(_, msg):
txt = textded.split("\n")
e = True
etime = int(msg.text.split('.dd ', maxsplit=1)[1])
for i in txt:
time = etime
if e == True:
e = False
elif time > 10:
try:
msg.edit('<b>Error: Нельзя ставить больше 10с!</>)
sleep(0.5)
msg.delete()
except:
pass
else:
try:
try:msg.edit(f'❤️{i} ❤️')
sleep(time/cool)
msg.edit(f'🧡 {i} 🧡')
sleep(time/cool)
msg.edit(f'💛 {i} 💛')
sleep(time/cool)
msg.edit(f'💚 {i} 💚')
sleep(time/cool)
msg.edit(f'💙 {i} 💙')
sleep(time/cool)
msg.edit(f'💜 {i} 💜')
sleep(time/cool)
msg.edit(f'🖤 {i} 🖤')
sleep(time/cool)
msg.edit(f'🤍 {i} 🤍')
sleep(time/cool)
except:
pass
msg.edit(f'<b> ⭐ inst:dayot1</b>')
textded = '''
<b>доброе утро зайка</b> 🫀
<b>доброе ночи солнышко</b> 💛
<b>доброе ночи котёнок</b> ❤
<b>доброе ночи цветочек</b> 💙
<b>доброе ночи ангелочек</b> 💜
<b>доброе ночи принцесса</b> 💓
<b>доброе ночи красотка</b> 💕
<b>доброе ночи милашк</b> 💖
<b>доброе ночи симпатяжка</b> 💗
<b>доброе ночи бусинка</b> 💘
❤ <b>я</b> ❤
<b>💚 тебя 💚</b>
<b>💙 очень 💙</b>
<b>💛 сильно 💛</b>
<b>💜 люблю 💜</b>
'''
textded1 = '''
<b>спокойной ночи зайка</b> 💚
<b>спокойной ночи солнышко</b> 💛
<b>спокойной ночи котёнок</b> ❤
<b>спокойной ночи цветочек</b> 💙
<b>спокойной ночи ангелочек</b> 💜
<b>спокойной ночи принцесса</b> 💓
<b>спокойной ночи красотка</b> 💕
<b>спокойной ночи милашк</b>а 💖
<b>спокойной ночи симпатяжка</b> 💗
<b>спокойной ночи бусинка</b> 💘
❤ <b>я</b> ❤
<b>💚 тебя 💚</b>
<b>💙 очень 💙</b>
<b>💛 сильно 💛</b>
<b>💜 люблю 💜</b>
'''
@app.on_message(filters.command("night", prefixes=".") & filters.me)
def valentine(_, msg):
txt = textded1.split("\n")
e = True
etime = int(msg.text.split('.night ', maxsplit=1)[1])
for i in txt:
time = etime
if e == True:
e = False
elif time > 10:
try:
msg.edit('<b>Error: Нельзя ставить больше 10с!</b>')
sleep(0.5)
msg.delete()
except:
pass
else:
try:
msg.edit(f'{i}')
sleep(time/cool)
msg.edit(f'{i}')
sleep(time/cool)
msg.edit(f'{i}')
sleep(time/cool)
msg.edit(f'{i}')
sleep(time/cool)
msg.edit(f'{i}')
sleep(time/cool)
msg.edit(f'{i}')
sleep(time/cool)
msg.edit(f'{i}')
sleep(time/cool)
msg.edit(f'{i}')
sleep(time/cool)
except:
pass
msg.edit(f'<b> ⭐ inst: d.dayot1</b>')
@app.on_message(filters.command("ghoul", prefixes=".") & filters.me)
def valentine(app, message):
app.send_message(message.chat.id,f'<b>Ты гуль?</b>')
sleep(2)
app.send_message(message.chat.id, f'{i} - 7 = {i-7}')
except FloodWait as e:
sleep(e.x)
i -= 7
sleep(0)
if(end_message != ''):
app.send_message(message.chat.id, end_message)
@app.on_message(filters.command("help", prefixes="/") & filters.me)
def valentine(app, message):
app.send_message(message.chat.id,f'''
—Команды—
<b>Скрипт спама 1000-7</b>
<i>+ Введите: </i><code>.ghoul</code>
<b>Скрипт анимации «Доброе утро»</b>
<i>+ Введите</i> <code>.dead 0
</code><code>Скрипт анимации для </code><b>влюблённых: «Спокойной ночи❤️»</b>
<i>+ Введите </i><code>.night 0
Все команды нужно писать в любой чат </code><i>телеграмм после выполнения кода! (Ввода зависим. числа)</i>
''')
end_message = '<b> ⭐ inst: d.dayot1</b>'
app.run(()