Jump to content
UBot Underground

Instagram Login Problems


Recommended Posts

I'm trying to connect to instagram (just login) using a pc but i get:

 

"This page could not be loaded

If you have cookies disabled or browsing in private mode"

Try enabling cookies or turning off private mode"

 

How can i arrange that ?

Thanks

Link to post
Share on other sites

allow javascript("Yes")
ui text box("Username:",#username)
ui text box("Password:",#password)
set user agent("Chrome")
set referrer("http://www.instagram.com/")
clear cookies
navigate("https://www.instagram.com/accounts/login","Wait")
wait(2)
wait for browser event("Everything Loaded","")
click(<id="uscript-close-button">,"Left Click","No")
wait(2)
type text(<username field>,#username,"Standard")
wait(2)
type text(<password field>,#password,"Standard")
wait(2)
click(<login button>,"Left Click","No")
wait(2)
wait for browser event("Everything Loaded","")

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