Jump to content
UBot Underground

Otts

Fellow UBotter
  • Content Count

    130
  • Joined

  • Last visited

Posts posted by Otts

  1. If the file downloads automatically when you navigate, try to navigate then use the command: save downloaded file

    I managed to fix this. Thanks for your input. However I am sometimes getting errors when doing so, it will show an error on Excel stating 'This file is currently in used, please close this and try again' 

     

    This error will cause the program to get stuck, how could I close this error?

    Regards

  2. hi,

     

    I am using my php script that contains my PHP my admin database tables. when this PHP script is ran, it will download the MYSQL database table. When I use the 'Download file' and run the node for http for the PHP script it works fine and downloads instantly.

     

    However when I compile the bot to .exe, it isn't even running the script.

     

    Can someone help please?

     

    Thanks

     

    Code:

    download file("https://XXX.XXX/refresh.php","C:\\Users\\GOAT\\Desktop\test.csv")

  3. Hi, So I really like the idea of UI Log in the latest Ubot. However, If i have 3 tabs for example and I want the UI log to appear in all 3, I can only get the UI log to use #log variable, so whatever is happening in the UI log on tab 1, it will show in tab 2 and tab 3. 

     

    Is there a way where you can allocate each UI log to a different variable,

    I.e :
     Tab 1 UI log is allocated to #log1tab,
     Tab 2 UI log is allocated to #log2tab,
     Tab 3 UI log is allocated to #log3tab

    Also is there a way to make the log automatically scroll down each time text exceeds?

     

    Please let me know. Thanks alot

  4. So, for example. When you are creating a bot in ubot4, you use the command: Click mouse

    It brings up the page where you can select your X & Y coordinates and then it automatically generates the program name.

     

    for example, 'google Ubot Studio Professional', but when you compile the bot, the program name would change.

    Also the parent class is randomly generated text, so my question is.

     

    [ How would I use 'click mouse' on page when the bot is compiled? ]

     

    I hope this isn't as confusing as it looks, but you Ubotters with your expertise could assist me, please?

     

    Kind regards,

    -Otts

  5. You want to compare the list position of the proxys list to the list total, not the list position of the proxy breakdown.

     

    $comparison($list position(%proxys), ">", $list total(%proxys))

    I have changed it, and it is now changing the proxy after the list total, but its not incrementing the proxies now, it just uses the first proxy on the list

     

    f($comparison(#num created10"<"#number accounts10)) {

            then {

                if($comparison($list total(%proxys), ">"$list position(%proxys))) {

                    then {

                        set list position(%proxys, 0)

                        clear list(%proxy breakdown)

                        add list to list(%proxy breakdown$list from text($next list item(%proxys), ":"), "Delete""Global")

                        change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}")

                        if($comparison($list total(%proxy breakdown), ">", 3)) {

                            then {

                                set proxy credentials($list item(%proxy breakdown, 2), $list item(%proxy breakdown, 3))

                                change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}")

                            }

                            else if($comparison($list total(%proxy breakdown), "=", 3)) {

                                change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}:{$list item(%proxy breakdown, 2)}")

                            }

                            else {

                                change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}")

                            }

                        }

                    }

                    else {

                    }

                }

                if($comparison(%proxys"!="$nothing)) {

                    then {

                        clear list(%proxy breakdown)

                        add list to list(%proxy breakdown$list from text($next list item(%proxys), ":"), "Delete""Global")

                        if($comparison($list total(%proxy breakdown), ">", 3)) {

                            then {

                                set proxy credentials($list item(%proxy breakdown, 2), $list item(%proxy breakdown, 3))

                                change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}")

                            }

                            else if($comparison($list total(%proxy breakdown), "=", 3)) {

                                change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}:{$list item(%proxy breakdown, 2)}")

                            }

                            else {

                                change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}")

                            }

                        }

                        wait(1)

                    }

                    else {

  6. Here is my code can't get it to work:

     

    if($comparison(#num created10"<"#number accounts10)) {
            then {
                if($comparison($list position(%proxy breakdown), ">"$list total(%proxys))) {
                    then {
                        set list position(%proxys, 0)
                    }
                    else {
                    }
                }
                if($comparison(%proxys"!="$nothing)) {
                    then {
                        clear list(%proxy breakdown)
                        add list to list(%proxy breakdown$list from text($next list item(%proxys), ":"), "Delete""Global")
                        if($comparison($list total(%proxy breakdown), ">", 3)) {
                            then {
                                set proxy credentials($list item(%proxy breakdown, 2), $list item(%proxy breakdown, 3))
                                change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}")
                            }
                            else if($comparison($list total(%proxy breakdown), "=", 3)) {
                                change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}:{$list item(%proxy breakdown, 2)}")
                            }
                            else {
                                change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}")
                            }
                        }
                        wait(1)

     

  7. Hi, i can multithread the browsers, it is just when the proxies reach the total list they stop rotating. I cant seem to get the code right by making it set back to 0 

     

     

    if($comparison(#num created10"<"#number accounts10)) {
            then {
                if($comparison($list position(%proxy breakdown), ">"$list total(%proxys))) {
                    then {
                        set list position(%proxys, 0)
                    }
                    else {
                    }
                }
                if($comparison(%proxys"!="$nothing)) {
                    then {
                        clear list(%proxy breakdown)
                        add list to list(%proxy breakdown$list from text($next list item(%proxys), ":"), "Delete""Global")
                        if($comparison($list total(%proxy breakdown), ">", 3)) {
                            then {
                                set proxy credentials($list item(%proxy breakdown, 2), $list item(%proxy breakdown, 3))
                                change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}")
                            }
                            else if($comparison($list total(%proxy breakdown), "=", 3)) {
                                change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}:{$list item(%proxy breakdown, 2)}")
                            }
                            else {
                                change proxy("{$list item(%proxy breakdown, 0)}:{$list item(%proxy breakdown, 1)}")
                            }
                        }
                        wait(1)

     

     

    Please help, regards

  8. If you are talking about the normal ui text box etc commands you can style them using the ui stat monitor, but it is limited. 

     

    Try this in the "ui stat monitor" label field:

    <style>input[type="text"]{border:solid 1px;}</style>
    

    Carl :-) 

    You know in your hotmail creator, you have that background html panel that seperates all of the features, how do you do that?

×
×
  • Create New...