Jump to content
UBot Underground

heopas

Members
  • Content Count

    125
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by heopas

  1. version 1.1.2.6 released - Recaptcha Solver added. - Captcha Image Solve added. - Plugin size decreased.
  2. I don't have anything to do with that. Contact ubot. It works fine for me. This is the default ubot message.
  3. Is one command and you change from dropdown what you want to clear... Opinions: http://image.prntscr.com/image/e5ecb6cc40804dddbd63c0a988258456.png
  4. After define Stop { if($comparison(#Status, "!=", "Stopped")) { then { plugin command("HeopasCustom.dll", "Heopas Threads Control", "MainThreading", "Stop") add plugin command("HeopasCustom.dll", "Heopas Threads Control Clear", "MainThreading")
  5. version 1.1.2.5 released - HTTP Upload added. (BETA) - Clear all data added. (clear all lists or tables or variables)
  6. it seems that ubot doesn' t run container commands if bot is not running. http://image.prntscr.com/image/bf5707684fb04ea1b7b97e9729e025ed.png
  7. Thanks!!! Bot is going to restart after 1 hour and after restart it will auto run after 20 seconds. Before restart is going to show a message. http://image.prntscr.com/image/e8a5363b63c042739870bd1de974499c.png
  8. version 1.1.2.4 - Regex Replace added. (Options: case sensitive, index) - Regex Count added. (Option: case sensitive) - Regex Escape added. - Regex Unescape added. - list from text added. (Option: Keep empty entries) - Clipboard bug fix.
  9. version 1.1.2.3 released - Threads Controls added. - URL Hostname added. - Clipboard command,function rewrite.
  10. version 1.1.2.2 released (Breaking change) - $Heopas Get Email (Type IMAP added and it search on all folders) - $Heopas Is Bot Running added.
  11. To fix this issue you need to delete exb folder from appdata and run ubot again to download files.
  12. Check http://tracker.ubotstudio.com/issues/1153 I have the same problem with threads.
  13. You mean ubot freeze? Not responding?
  14. Already done that and I can see image in fiddler. The last http get return Gif image. I am looking for a way to save this return to local image. Save to file and similar methods not working. In c# I could write buffer to image and it works.
  15. I have the following script and i am trying to save last #post image to file but it seems that is not working. Any idea? set(#temp,"http://www.pixador.net/register.php","Local") set(#desktopAgent,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36","Local") plugin command("HTTP post.dll", "http auto redirect", "Yes") plugin command("HTTP post.dll", "http keep alive", "Yes") set(#post,$plugin function("HTTP post.dll", "$http get", #temp, #desktopAgent, "", "", ""),"Local") set(#key,$find regular expression(#post,"(?<=challenge\\.scri
  16. version 1.1.1.2 released - Antivirus false positive fixed - WARNING: Email breaking changes (Email Message parameter added)
  17. Use special command doesn' t work with 5.9.43
  18. version 1.1.1.1 released - System Wide Lock, Unlock added. (same with "thread lock" but lock for multiple process)
×
×
  • Create New...