Jump to content
UBot Underground

SaHiN

Fellow UBotter
  • Content Count

    244
  • Joined

  • Last visited

Posts posted by SaHiN

  1. use in ui buttom

    see it sample file in folder "Sample Files - V2.4.4.0 Up"

     

     

     

    ui stat monitor("sasasasasa   :   ",#say)

    asasa()

    define asasa {

        set(#say,0,"Global")

        loop(100) {

            increment(#say)

            wait(1)

        }

    }

    ui button("Stop Thread") {

        plugin command("Advanced Ubot.dll""threads control""Stop")

    }

     

    define don't working. only thread command?

  2.  

    I always use the $xpath parser instead, here is an example for you:

    set(#html,$plugin function("HTTP post.dll", "$http get", "http://ubotsandbox.com/", "", "", "", ""),"Global")
    set(#title,$plugin function("HTTP post.dll", "$xpath parser", #html, "//title", "InnerText", "HTML"),"Global")
    

     

    Thank you HelloInsomnia

    • Like 1
  3. hi aymen,

     

     

     

    I think i worked on an update so this doesn't happen!

     

     

    You must've used a common http header , the only things you can set in this command are uncommon http headers , common http headers are the kind of headers that exists in every http requests , what is the header you are trying to set ?

     

    problem solve. Thank you.

     

     

     

    -tcpclient video?

     

     

    thank you.

  4. I went ahead and I bought this, I am very impressed with it! The UI styles are very well designed and so is the bot itself, I was able to make a quick compilation video in less than 5 minutes of purchasing. I haven't really done anything with Vine before, but this bot makes downloading and compiling videos really easy! :)

     

    The good and quick work.

     

    Thank you :)

×
×
  • Create New...