Jump to content
UBot Underground

Need help with making Gmail account maker bot


Recommended Posts

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??

 

 

Link to post
Share on other sites

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 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.

Link to post
Share on other sites

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?

Link to post
Share on other sites

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")

  • Like 1
Link to post
Share on other sites

Exactly....

 

Those specific drop-downs are actually fake drop-downs, created with JavaScript/JQuery and div's I believe (that's why drop-down command doesn't work), so you need to actually simulate clicks as normal user would.

Link to post
Share on other sites

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 ;)

Link to post
Share on other sites

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 ;)

Eredmitrin can you help me with that code?? i have see the code and reproduced to ubotstudio, but my ubot studio dont seem's to work.

Probably i have do some wrong thing, Can you help  me?

If you can help me, add me on skype

Skype: thesgtluca

Link to post
Share on other sites

Eredmitrin can you help me with that code?? i have see the code and reproduced to ubotstudio, but my ubot studio dont seem's to work.

Probably i have do some wrong thing, Can you help  me?

If you can help me, add me on skype

Skype: thesgtluca

 

try the attached bot - it worked for me.

account-creator-gmail.ubot

Link to post
Share on other sites

i don't need to create gmail accounts currently (i paid someone $5 on fiverr), so i haven't played with it. if it is not working for you, my wild guess would be that you need to tweak the code to match the gender object.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...