Jump to content
UBot Underground

Search the Community

Showing results for tags 'proxy checker'.

  • 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. Lately I've been working a lot with scraped and free proxies and have gotten annoyed by some of them working with UBot and some not - despite other proxy checkers saying they are good. Here's a simple script that will test a list of proxies(chosen by you) and will save the successful ones to the desktop under "successful proxies.txt". This has a good amount of idle while checking, this is because my UBot has a mind of its own at times and needs to catch up - so you can lower the wait times if you'd like. ui stat monitor("<span style=\"font-size:30px;\">Proxy Checker</span>", "")
  2. 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
×
×
  • Create New...