Jump to content
UBot Underground

eredmithrin

Fellow UBotter
  • Content Count

    9
  • Joined

  • Last visited

Posts posted by eredmithrin

  1. Hi,

     

    I'm having a bot that connects to predefined mailboxes, checks for unprocessed emails and if any, starts opening them one by one and replying to them. I'd like to insert a condition that would force my bot to reply only to emails that come from predefined domains. Other emails would be deleted.

     

    The problem I'm facing is that I scrape sender's email (someone@domain.com), but don't know how to effectively extract only the domain name (domain.com). And then how to compare this domain name with the list of predefined domain names.

     

    I'm sure this is really easy task to do and the only reason I'm stuck is that I lack some information/experience. Can anyone of you please share with me the direction I could take? I'd greatly appreciate it.

  2. reset account("Any")

    navigate("https://accounts.google.com/SignUp?service=mail""Wait")

    wait for element($element offset(<class="goog-inline-block goog-flat-menu-button-dropdown">, 0), """Appear")

    click($element offset(<class="goog-inline-block goog-flat-menu-button-dropdown">, 0), "Left Click""No")

    wait for element(<innertext=$account data("Birth Month Word")>"""Appear")

    click(<innertext=$account data("Birth Month Word")>"Left Click""Yes")

     

    brilliant, zap, thank you very much! i have a standard version, so had to recreate it based on your code, but it works like a charm. no wonder my previous attempts failed ;)

  3. Hello everybody

    today i'm making a gmail account bot

    it will create account, but i'm stuck on the part you need to insert: "month" and "gender"

    http://i42.tinypic.com/24arr.png

     

    How you can see these menus are curtain, ubot studio dont select them, any help??

     

     

    i'm facing the same issue :(

     

     

     

    I think you can probably also use account data function to get the job done. Here is a video I found on youtube that shows how to make a accounts creation bot. http://www.youtube.com/watch?v=30cQJaoZnmk

    I plan on making this soon as well, but I have another project I want to finish first.

     

    it picks the field and preselects a particular month, but then it stays there showing all the months, one preselected. key press enter/tab afterwards didn't work for me. filling the second password, then pressing tab and typing the month makes no effect as well :( am i doing something wrong?

  4. Damn i'm still getting this. Don't know how to handle this.

     

    hi, have you been able to solve this? i came here, because i'm experiencing the same error message and would be much interested in a possible solution.

×
×
  • Create New...