Jump to content
UBot Underground

Change Proxy Script Error


Recommended Posts

Hi folks,

 

I am receiving a script error for change proxy:

 

Script Error

Error: Input string was not in a correct format.

Source: proxy example1 -> Untitled Script -> loop -> change proxy



clear list(%my proxies)
add list to list(%my proxies,$list from file("C:\\desktop\\proxies.txt"),"Delete","Global")
set list position(%my proxies,0)


loop($list total(%my proxies)) {
    change proxy($next list item(%my proxies))
    wait(5)
    navigate("http://somewebsite1.com/","Wait")
    wait(20)
    navigate("http://somewebsite2.com/","Wait")

When i compile it, it works but in Dev mode I get the Script Error everytime it loops to 'change proxy'.

Where am I going wrong please?

 

Thanks for your support





 

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