Jump to content
UBot Underground

Search the Community

Showing results for tags 'public proxies'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Simple intro to improve your bots accuracy. Take it, modify it, critique it, and share with others in this thread. Thanks to all who participate. ui open file("Proxies:", #proxies) add list to list(%proxies, $list from file(#proxies), "Delete", "Global") in new browser { set visibility("Invisible") navigate("http://www.ip-adress.com/Proxy_Checker/", "Wait") wait for browser event("Page Loaded", "") wait for browser event("Everything Loaded", "") set(#tempproxy, $next list item(%proxies), "Global") type text(<name="proxy">, #tempproxy, "Standard") wait fo
  2. Hi guys, I need some clarifications regarding proxies - I specifically want answers to these question - any help would be welcome. 1. Can public proxies be - socks5 and socks4 type apart from normal http proxies? 2. Do all private proxies - require username and password for them to work? 3. Are all private proxies socks4/5 or can they be http too? --------------------- 4. Are the following code usages correct ? For setting public proxies - -------- If http proxies - change proxy(#proxytocheck) if socks4 and socks5 can be public then - change proxy("socks4://{#proxytocheck}")
×
×
  • Create New...