Jump to content
UBot Underground

Ubto Stuido Detected By Indiegogo


Recommended Posts

I was trying to make a bot to creat accountns on Indiegogo and the bot would fill all the form info no problem but the form submission would not work,I reload the page and got this error message ( http://take.ms/a56PT) .

 

"Hidden form fields were submitted that should not have been. Please try again. This usually happens because an automated script attempted to submit this form"

 

Now every time I visit the page I get this message  http://take.ms/T5oKcNo automatic posts, ever." 

 

But running the same steps with Imacros on Firefox works fine 

 

Any suggestions

 

Here is the code I used

define Indi Create Account {
    change proxy("None")
    clear cookies
    set user agent("Chrome")
    allow images("No")
    set referrer("https://www.google.com.co/search?q=indiegog")
    navigate("https://www.indiegogo.com/","Wait")
    wait for browser event("Everything Loaded","")
    wait($rand(10,15))
    click(<innertext="Sign up">,"Left Mouse Down","No")
    wait for element(<first name field>,"","Appear")
    type text(<first name field>,"{$account data("First Name")} ","Standard")
    type text(<last name field>,$account data("Last Name"),"Standard")
    set(#Email,"Anyemail@hotmail.com","Global")
    type text(<placeholder="Email">,#Email,"Standard")
    wait($rand(1,3))
    set(#Password,$account data("Password"),"Global")
    wait($rand(1,3))
    type text(<type="password">,#Password,"Standard")
    wait($rand(1,3))
    alert("done")
    wait(7)
    click(<create account button>,"Left Click","No")
}
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...