Jump to content
UBot Underground

Uncle Si

Fellow UBotter
  • Content Count

    16
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Uncle Si

  • Rank
    Member

Profile Information

  • Gender
    Male

System Specs

  • OS
    Windows 8
  • Total Memory
    8Gb
  • Framework
    v3.5
  • License
    Developer Edition

Recent Profile Visitors

2024 profile views
  1. Basically I am trying to run the same commands in multiple browsers at the same time and not having much luck, when I get it to open multiple browsers than only the second and third browser run the given commands and the first one does nothing? This is for my bing bot that I have been using for ages, but now I am adding other emails to it to do searches as well but cant seem to get all the browsers to open and run commands, Any help would be greatly appreciated. Thanks
  2. I actually had someone build me a bot to do close to exactly what your talking about. If you wind up buying ubot, send me a pm and I will share my code with you so that you at least have a starting point.
  3. Wound up figuring it out, was actually a little easier than I thought
  4. As the title states, anyone have a code they would be willing to share? Ive tried for a couple of days and I think Im close, but still no cigar. Thankyou
  5. Hi, Thankyou for all the help, I have another question, can you explain about this section of your example code? comment("your signup code here with account data replaced by #username #password") Im not sure what Im supposed to do with that section, below is what I have so far, but Im sure it isn't correct lol, because it isnt saving any of the created emails so Im sure Im doing something wrong. ui save file("completed account save location", #uisavelocation) reset account("Any") set(#username, $account data("Username"), "Global") set(#password, $account data("Password"), "Global") comment
  6. EDIT I finally figured out the phone number issue, I was trying to add a 1 in front of the area code, and Yandex only wants 10 digets. Hi, Ok, Im now using the (rand) function with loop and its now generating the 11 digits but Yandex is still saying it is not a valid number. As far as I can tell Yandex is wanting a 11 digit number, but its still telling me it invalid? navigate("https://passport.yandex.com/registration/mail?from=mail&require_hint=1&origin=hostroot_crpt_reliable&retpath=https%3A%2F%2Fpassport.yandex.com%2Fpassport%3Fmode%3Dsubscribe%26from%3Dmail%26retpath%3Dhttp
  7. Hello, Im needing help again as I build my first bot, below is the code I have so far, but again Im having trouble generating phone numbers for yandex. Im also trying to figure out how to save each email and password I generate to a file, but I am just not getting it. Any help will be appreciated. navigate("https://passport.yandex.com/registration/mail?from=mail&require_hint=1&origin=hostroot_crpt_reliable&retpath=https%3A%2F%2Fpassport.yandex.com%2Fpassport%3Fmode%3Dsubscribe%26from%3Dmail%26retpath%3Dhttps%253A%252F%252Fmail.yandex.com", "Wait") type text(<first name field&g
  8. Yeah I was looking for that, but I think it was removed in V5. Not sure why though.
  9. Thanks Zap, That did indeed get me on the right track.
  10. Im in the process of adding a yandex email account generator to my bot, but Im not sure why Im having so much issues trying to generate phony phone numbers, below is the part of the code Im using and have tried it in various ways, but no joy. Im trying to get something that will generate fake phone numbers. Would appreciate any help at all on this. type text(<phone field>, "+1-123-456-1212", "Standard") type text(<name="answer">, $solve captcha(<class="captcha__captcha__text">), "Standard")
  11. Still waiting for this myself, after reading all the emails, and videos hyping V5 Ive been checking the update status for the last few hrs waiting for it to tell me its been released lol.
  12. To answer your question Colton, This was easily worth $99 i purchased this as a way to leapfrog my way to a web2.0 bot creator,poster etc, and this gave me a solid base in which to get started from. Also the video he includes goes over the source code and made it very easy to understand how he created it as well as how to expand on it. Id easily rate this 10 out 10 Well worth the buy IMO
×
×
  • Create New...