Jump to content
UBot Underground

AutomationNinja

Fellow UBotter
  • Content Count

    1221
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by AutomationNinja

  1. If you have ever wondered how  to make the  "ip:port:username:password"  format  usable in UBot Studio  then give this a go:

     

     

    ui open file("Proxies:"#proxies)
    clear list(%proxies)
    clear list(%currentproxy)
    add list to list(%currentproxy$list from text($random list item($list from file(#proxies)), ":"), "Delete""Global")
    change proxy("{$list item(%currentproxy, 0)}:{$list item(%currentproxy, 1)}")
    set proxy credentials($list item(%currentproxy, 2), $list item(%currentproxy, 3))

     

    (Untested)

     

     

     

     

    • Like 3
  2. cool. I will have to check them out.

    It is just one site that blocks them. 5qu1d00 recently changed their site to reduce spam (within the last week or so). So I imagine that if you use any private ip that is sequence with a bunch of other ip's that are showing spam trends then your ip will get blocked.  Looks  like their spring spam clean-up is going to work. Good for them, bad for us.

×
×
  • Create New...