Advertisement
Nity_OFFICIAL

Скрипт для SpamBot :0

Apr 29th, 2025
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.39 KB | Source Code | 0 0
  1. import telebot
  2. from telebot import types
  3. ourid = input("Айди беднава:")
  4. ourmessage = input("Сообщение для беднава:")
  5. bot = telebot.TeleBot('')
  6. @bot.message_handler(content_types=['text'])
  7. def start(message):
  8.     while True:
  9.         bot.send_message(int(ourid), ourmessage)  
  10. print(ourid + " такой бедный")
  11. bot.polling(none_stop=True, interval = 0)
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement