Jump to content
UBot Underground

fortheloveofubot

Members
  • Content Count

    3
  • Joined

  • Last visited

Everything posted by fortheloveofubot

  1. I have been testing my bot with manual captcha solving and it works. After i compliled bot, the enter captcha window does not come up. so i can not enter captcha anymore. Please can anyone tell me what is wrong? I am using Ubot version 5.
  2. please check the complete code below. everythng works till i include the 'send from' field connect to mail server("SMTP", #email, #password, #smtp_server, #smtp_port) { add list to list(%mail_list, $list from text(#mails, $new line), "Delete", "Global") loop($list total(%mail_list)) { send email($next list item(%mail_list), #subject, "HTML", #html_message, "", "postmaster <test@feedbackserve.com>", "") wait($rand(10, 20)) } }
  3. I am using ubotstudio 5.0.13 my bot tends to crash when i fill in the the 'sendfrom' field to the 'send email' function. connection error 55 failed sending data to peer, this is the code i used for the 'send from' loop($list total(%mail_list)) { send email($next list item(%mail_list), #subject, "HTML", #html_message, "", "test <test@feedback-serve.com>", "") wait($rand(10, 20)) } the bot works fine as soon as i remove the 'send from' field.
×
×
  • Create New...