Jump to content

Need help with proxies


Recommended Posts

Hey, im making an autoclicker as my first program. I have it all written out, but im having a problem with it. When i run the program and press start, it just kinda locks up. this is the code i have for when it starts running:

Func running()
if $going = 1 Then
    Do
        guictrlsetdata($status,"Running")
        $ii=1
        $count = _GUICTRLLISTBOX_GETCOUNT($ii)
        For $var = 0 To $count - 1
            $usingproxy=_GUICTRLEDIT_GETLINE($input2, $var)
            FtpSetProxy(2,$usingproxy)
            $read=guictrlread($input1)
            guictrlsetdata($stat2, $num)
            $num=$stat2 + 1
            _IENavigate($ie,$read)
            sleep($delay)
        Next
    Until $going=0
Endif
Endfunc

does anyone see a problem as to why its causing it to freeze? thanks

-rj

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...