Jump to content
UBot Underground

Need help generating phone numbers for yandex


Recommended Posts

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

Link to post
Share on other sites

navigate("http://m.bing.com/", "Wait") set(#digets, "\{\{0|1|2|3|4|5|6|7|8|9\}\{0|1|2|3|4|5|6|7|8|9\}\{0|1|2|3|4|5|6|7|8|9\}\}", "Global") loop(5) { change attribute(, "value", "+1-{$spin(#digets)}-{$spin(#digets)}-{$spin(#digets)}{$rand(0, 9)}") wait(.200) }

 

Should put you on the right track

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