Skip to content

Commit 3a855ae

Browse files
committed
1.4.2
1 parent aac1b2f commit 3a855ae

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# / /_/ / , _// // /_/ / /
99
# \____/_/|_/___/\____/_/|_/
1010
#
11-
# https://t.me/orion_bomber
11+
# https://t.me/orion_bomber | https://t.me/orion_smsbomber_bot
1212

1313
# Why are you reading this?
1414
# Better subscribe to Telegram - https://t.me/orion_bomber
@@ -47,6 +47,8 @@
4747
tools.donate()
4848
elif tool == "3":
4949
tools.inst_logs()
50+
elif tool.lower() == "4":
51+
tools.telebot()
5052
elif tool.lower() == "clear logs":
5153
tools.clear_logs()
5254
elif tool.lower() == "update":

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
requests
22
termcolor
3-
fake_useragent
43
progress
54
beautifulsoup4
65
datetime

tools/tools.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def banner_tools():
139139
print(colored("[1]", "red"), colored("Начать спам", "green"))
140140
print(colored("[2]", "red"), colored("Поддержать разработчиков! <---", "green"))
141141
print(colored("[3]", "red"), colored("Инструкция по отправке логов", "yellow"))
142+
print(colored("[4]", "red"), colored("Попробуй", "green"), colored("в", "yellow"), colored("Telegram", "cyan")+colored("!", "yellow"), colored(" <---", "cyan"))
142143
print(colored("\n[99]", "red"), colored("Информация", "cyan"))
143144
print(colored("\n[0] Выход", "red"))
144145

@@ -345,6 +346,19 @@ def ICC():
345346
print(colored("[!]", "red"), colored("Ваше устройство не подключено к интернету или интернет слишком слабый!", "magenta"))
346347
exit()
347348

349+
def telebot():
350+
if platform in ["darwin", "win32"]:
351+
print(colored("Открываю ссылку!", "green"))
352+
webbrowser.open("https://t.me/orion_smsbomber_bot", new=0, autoraise=True)
353+
print("\nНажмите Enter чтобы вернуть назад")
354+
input()
355+
else:
356+
print()
357+
print(colored(" Попробуй данный Sms Bomber в новом", "yellow"), colored("Telegram", "cyan"), colored("Боте", "green")+colored("!", "yellow"))
358+
print(colored("\n ---> ", "magenta"), colored("@orion_smsbomber_bot", "cyan"), colored(" <---", "magenta"))
359+
print("\n\nНажмите Enter чтобы вернуть назад")
360+
input()
361+
348362
def check_moderator():
349363
clear()
350364
anim_text("!WARNING!", speed=0.085, color="red")

tools/update_list.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Исправлен баг при парсинге прокси
2-
Исправлен баг при сохранении результата сервиса magnit
1+
Изменения в дизайне

0 commit comments

Comments
 (0)