Jump to content
UBot Underground

What is the best way to change your ip address?


Recommended Posts

hi, How do you know the fastest way to change your IP address? I have always used HMA but now I do not know how to use HMA + Ubot ( how to connectet) ;/ Do you know any other solution? depends on the speed of my ip address changes every few seconds ... the faster  the better

 

Link to post
Share on other sites

Here is a define i made to change ips on HMA.. 

 

You could modify it to change for w/e reasons you need..

 

Also there is an option on HMA its self to make it change ips X amount of minute and or seconds..

define HMAChangeIP {
    wait for browser event("Everything Loaded", "")
    if($comparison(#switching, "=", $true)) {
        then {
            loop while($comparison(#switching, "=", $true)) {
                wait(1)
            }
        }
        else {
            set(#switching, $true, "Global")
            if($folder exists("C:\\Program Files (x86)\\HMA! Pro VPN\\")) {
                then {
                    shell("C:\\Program Files (x86)\\HMA! Pro VPN\\bin\\HMA! Pro VPN.exe -disconnect")
                }
                else {
                    shell("C:\\Program Files\\HMA! Pro VPN\\bin\\HMA! Pro VPN.exe -disconnect")
                }
            }
            navigate("http://www.ipchicken.com", "Wait")
            set(#ip, $scrape attribute($element offset(<tagname="b">, 0), "innertext"), "Global")
            if($folder exists("C:\\Program Files (x86)\\HMA! Pro VPN\\")) {
                then {
                    shell("C:\\Program Files (x86)\\HMA! Pro VPN\\bin\\HMA! Pro VPN.exe -connect")
                }
                else {
                    shell("C:\\Program Files\\HMA! Pro VPN\\bin\\HMA! Pro VPN.exe -connect")
                }
            }
            loop while($comparison($scrape attribute($element offset(<tagname="b">, 0), "innertext"), "=", #ip)) {
                navigate("http://www.ipchicken.com", "Wait")
                wait(5)
            }
            set(#switching, $false, "Global")
        }
    }
}

  • Like 1
Link to post
Share on other sites

If you don't need multiple IP's/threads, I would suggest you use HMA, while it's cheaper than proxies.

 

If that doesn't work for you you should buy private proxies.

Link to post
Share on other sites
  • 1 month later...

hi, How do you know the fastest way to change your IP address? I have always used HMA but now I do not know how to use HMA + Ubot ( how to connectet) ;/ Do you know any other solution? depends on the speed of my ip address changes every few seconds ... the faster  the better

 

Is your ip Static or Dynamic. If your ip is static then you cannot change your ip address. Otherwise your ip address is dynamic, you can change your ip address following the procedures:

 

1.Simply turn off or unplug your modem for about five minutes. (You don't have to turn your computer off.)

2.If that doesn't work, try unplugging your modem overnight and checking your IP address the next morning.

 

After that you can check your ip address change or not using the site Ip-details.com. Here it display Internet service provider, IP address, location, Longitude, latitude and so on...

Link to post
Share on other sites

If you want speed and reliability, I would just use: InstantProxies. At only $1 a month, you can't beat those prices! I use them to bind my YouTube accounts, and they work great. You can get 10 private proxies for only $10 a month, without having to screw around with HMA's slow IP changer. As Ubot users, we try to automate daily tasks for speed, efficiency, and accuracy, HMA doesn't have speed (when changing), or accuracy (takes forever to connect to a decent server). I used to be a big fan of HMA, but ever since I found cheap private proxies, I've been hooked. :)

Link to post
Share on other sites
  • 1 month later...

If you want speed and reliability, I would just use: InstantProxies. At only $1 a month, you can't beat those prices! I use them to bind my YouTube accounts, and they work great. You can get 10 private proxies for only $10 a month, without having to screw around with HMA's slow IP changer. As Ubot users, we try to automate daily tasks for speed, efficiency, and accuracy, HMA doesn't have speed (when changing), or accuracy (takes forever to connect to a decent server). I used to be a big fan of HMA, but ever since I found cheap private proxies, I've been hooked. :)

 

 

one proxy is one aress ip? how can im test this proxy ?

Link to post
Share on other sites
  • 4 months later...

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