Jump to content
UBot Underground

Need Help With Google Terms Popup Scrolling


Recommended Posts

Hi, guys

 

I've just starting to learn ,I try to create a gmail account creator ,I'm stuck to terms and condition popup ,what to use ? I've tried with java script ,it's not working ,I've tried simulating down keyword ,same it's not working . Need help with this ,please.

 

Thanks

Link to post
Share on other sites

Hi jipeanu,

 

I went to make a Gmail account to test if this code may work.

loop(100) {
wait(1)
run javascript("window.scrollBy(0,50); // horizontal and vertical scroll increments
scrolldelay = setTimeout(\'pageScroll()\',100); // scrolls every 100 milliseconds")
wait(1)
}

Found here - http://network.ubotstudio.com/forum/index.php/topic/10245-scroll-to-bottom/

 

However, I was unable to get Google to give me a Terms and Conditions popup when attempting to create an account.

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