Jump to content
UBot Underground

Sanjeev

Fellow UBotter
  • Content Count

    356
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Sanjeev

  1. Kev, Is there any windows utility or any other means by which we can get 2 bots to communicate with each other currently? Thanks
  2. @a2mateit - I have tried this with Aymen's Death by captcha http code too (apart from Pash's) - I get the same behaviour. I tried setting the timeout way high -it doesn't seem to respond to the timeout settings...
  3. Pash, would it be possible to implement a feature which permits 2 bots to communicate ..? Something like this inter process communication..?
  4. pash? I don't understand.. where is the 'no on-load (command)'? I just checked - we don't have any such commands.. Please clarify. Thanks.
  5. Pash - Please do not remove them altogether. At least set it up so that developer version users can continue using them
  6. Wow! How did I miss this little gem on that thread? Thanks UbotDev!
  7. UbotDev..? Does this work for JavaScript heavy webpages too or are they mainly for '$read file' kind of scrapes? Say , in order to scrape all comments off a Youtube video page - may require 'clicking' the 'show more' button (sometimes multiple times) - which executes javascript on the page. Are such actions possible/stable at 100 threads? I had tried the above - just with a few threads and what would happen is that if the number of comments happened to be exceptionally high - then Ubot would go into an endless loop after sometime.. I mean Ubot would not respect the 'exit loo
  8. Thanks, that's all I wanted to know.
  9. Hey Kev, is it (thread) safe to use local lists for multi threading? I remember ,there was a mention on UbotDev's 'Thread counter' plugin thread - saying that lists are not 'thread safe' and also Aymen's local dictionary plugin was created becuase ubot's native 'local' lists/variables are not fully thread safe. Thanks.
  10. Guys? I am getting an 'object reference not set to an instance of an object ' error message when I try to run the below code.. Please help me with some workaround. [i am using the latest update of the Http post plugin - 2.4.9] Thanks. plugin command("LocalDictionary.dll", "clear global dictionary") thread { plugin command("LocalDictionary.dll", "init local dictionary") plugin command("HTTP post.dll", "http container") { plugin command("LocalDictionary.dll", "local dictionary add", "captcha path", "{$special folder("Desktop")}\\TBRD2dKYxYlo.jpg") plugin command
  11. Amazing Update! thanks for providing such great value!
  12. every captcha which deathbycaptcha service solves and returns back to you is returned with a uinque 'captcha id'.
  13. The Ubot code needs to detect that the captcha entry was incorrect, this can be detected if the captcha challenge page appears again. When the captcha challenge page loads again, it means the captcha service solution was incorect, we could then use the settings shown in the screen capture ( in Pash's post above ) to send incorrect captcha report to DBC. I guess currently only DBC has been implemented, I didn't get around to check it. But will do so soon and report back.
  14. Wow Pash! Thanks for implementing my suggestions so quickly!
  15. dan, this plugin works exactly like Aymen's free captcha solver plugin ,only more features! I have tried death by captcha service..it has not given me any errors so far. The UI Pash has created is simple..you do not really need any video to explain what it does - e.g - in case of deathby captcha -use his deathbycaptcha function - to enter your credentials, path to the captcha image then the function will return you the solution from the service. you need to register with the captcha service and buy credits of course , before using this plugin. curently testing with decaptcher now -seems to
  16. Great Plugin TJ! Are there any API limitations which we need to be aware of? Like - limit per token? per ip? etc.. Thanks.
  17. Do existing gold members get access to your ubot code source too?
×
×
  • Create New...