Jump to content
UBot Underground

My Proxy Settings Is Not Working. Could Somebody Chk?


Recommended Posts

I triple check my proxies and they seem to work ok in scrapebox but in ubot I keep on getting the loading icon just to load google.com.

Tell me if I'm doing it wrong. Here is my code.

 

ui button("Set Proxy") {
    set proxy credentials("username""pw123")
    wait(1)
    change proxy("111.22.33.444:80")
    wait(3)
    navigate("http://google.com""Wait")
}

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