Jump to content
UBot Underground

uBotForMe

Members
  • Content Count

    12
  • Joined

  • Last visited

  • Days Won

    1

uBotForMe last won the day on September 8 2017

uBotForMe had the most liked content!

Community Reputation

2 Neutral

About uBotForMe

  • Rank
    Member

System Specs

  • OS
    Windows 7
  • Total Memory
    4Gb
  • Framework
    unsure
  • License
    Professional Edition

Recent Profile Visitors

1652 profile views
  1. You can use "Advance Captcha" plugin to solve ReCaptcha 2.0. It works well. You can get it for free from here: http://ubotplugin.com/product/advanced-captcha-v3/
  2. I am trying it I just tried code of @LoWrIdErTJ - BotGuru and I am glad to inform you that it has worked perfectly. I run 75 accounts and all 75 accounts created. I am so happy that finally I got solution Thank you so much LoWrIdErTJ - BotGuru and Varo
  3. Hi I tried it but still it uses same account in all threads. Not sure what's the issue.
  4. I tried to add 1 second wait time but still it runs same accounts in all threads
  5. Hi Nick Thanks for your reply. I tried your code but unfortunately it still uses the same accounts in all threads. My data is like this:- username,pass username1,pass I checked with 2 threads and it entered same account in both threads. I was very hopeful that your code will work because it looks perfect using to me but it didn't. Can you please check if there is anything missing? Maybe I need to add little wait time at the end so that it have time to consider data for "next list item" command?
  6. Hi What code you are using? and Yes I made mistake in this line:- wait(hmawait) It should be:- wait(#hmawait)You can define wait time seconds in UI using this:- ui text box("Enter wait time",#hmawait)HMA takes about 7-10 seconds to connect when using "PPTP" protocol. I highly recommend you to use PPTP protocol because it will hardly stuck 1 time in 1000 loops and way better than OpenVPN.
  7. Try to use this process:- shell("\"C:\\Program Files\\HMA! Pro VPN\\bin\\HMA! Pro VPN.exe\" -disconnect") wait(3) shell("\"C:\\Program Files\\HMA! Pro VPN\\bin\\HMA! Pro VPN.exe\" -connect") wait(hmawait)
  8. Hello I am using thread spawn command but it uses same accounts in each thread. Here is my code:- ui open file("browse",#uiopen csv) ui stat monitor("Loop counter",#row) ui text box("Link",#websitelink) create table from file(#uiopen csv,&csvtable) set(#row,0,"Global") thread spawn($table total rows(&csvtable),5) { in new browser { allow images("No") navigate("#websitelink","Wait") wait for browser event("Everything Loaded",10) wait for element(<email field>,10,"Appear") type text(<email field>,$table cell(&csvtable,#row,0),"
  9. Maybe you don't even need to scrape callback function. After solving captcha and getting response. You can run this command:- run javascript("document.getElementById("email_sign_up_form").submit();")
  10. I think IMAP feature of ubot doesn't work. I also tried it sometimes and it only works with POP3. You can try to access mails via POP3 and it will work without any problem.
  11. Hello Can you please tell me how can we use HTTP Post function? In which command we need to use it? I am unable to see command where I can insert that function. Please help. Thank you
×
×
  • Create New...