Jump to content
UBot Underground

Pinterest Bot Blocker?


Recommended Posts

So.. I had some free time. Creating a pinterest account is working fine for me:

 

Here's a define for it:

 

define pinterest Register
{
reset account("Any")
set(#username$account data("Username"), "Local")
set(#password$account data("Password"), "Local")
navigate("https://www.pinterest.com/join/register/email/""Wait")
wait for browser event("DOM Ready""")
wait for browser event("Everything Loaded""")
type text(<first name field>$account data("First Name"), "Standard")
type text(<last name field>$account data("Last Name"), "Standard")
 type text($element offset(<email field>, 0), #email"Standard")
 type text($element offset(<password field>, 0), #password"Standard")
set(#gender$account data("Gender"), "Local")
    if($comparison(#gender"=""Male")) {
        then {
            click(<value="male">"Left Click""No")
        }
        else {
            click(<value="female">"Left Click""No")
        
    }}

change dropdown($element offset(<country dropdown>, 0), "Random - Skip First Choice")
focus(<create account button>)
click(<create account button>"Left Click""No")
wait for browser event("DOM Ready""")
wait for browser event("Everything Loaded""")
}
Link to post
Share on other sites

Oh by the way:

http://www.ubotstudio.com/forum/index.php?/topic/15866-sell-botscriptfast-builds-your-bots-for-you/

 

This tool helps a lot to create registration forms. i used that for my example above. 

It took literally 15 seconds to create the define :-)

 

Cheers

Dan

Link to post
Share on other sites
  • 2 weeks later...

This is all over my head but this is what I've been told it has to do with websockets and the js not loading correctly on the 2 or 3 tour page after account creation,

Link to post
Share on other sites
  • 1 year later...

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