Search the Community
Showing results for tags 'proxy checker'.
-
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>", "")
-
- 3
-
-
- proxy checker
- proxy
-
(and 1 more)
Tagged with:
-
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
- 8 replies
-
- proxy checker
- plugin
-
(and 3 more)
Tagged with: