Jump to content
UBot Underground

What's Up With Proxies?


Recommended Posts

I am trying to rotate proxies and some times it works and others my IP gets leaked even though I'm only trying to use proxies.

 

I've even set a "wait" to try and get it to stick but still leaks my ip.

 

Here is my code for that. I followed the example code in the Wiki even :)

clear cookies
add list to list(%my proxies, $list from file(#proxylist), "Delete", "Global")
change proxy($random list item(%my proxies))
wait(3)
navigate("http://www.cmyip.com/", "Wait")
ui save file("Save to (*.txt)", #save to)
ui open file("Proxy List file", #proxylist)
ui button("Allowed Proxy Formats") {
    proxy details()
}
Link to post
Share on other sites

it works ok if you put them in manually instead of via a list?

 

i would also check against similar sites, whatismyip etc, also it could be that your proxy provider is not setting the proxies correctly. I had issue with one package i got from someone where italy was showing as sweden.

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