Jump to content
UBot Underground

zenos

Members
  • Content Count

    283
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by zenos

  1. Hello pash, sorry but it does not resolve my issue.

    I just open my bot, I don't do anything but open a checkbox dialog, and all the actions and defines just after clicking OK on the checkbox dialog, does not go on. It is like it is on pause, nothing happen.

     

    I have net framework 4.6 installed on windows 7, i7 3.4Ghz, 16G ram...

     

    I use ubot 4

     

    Here is the configuration of one checkbox dialog : http://prntscr.com/93pmgg

     

    Thank you again ;)

  2. Me, again...

    It seems to be a problem when I use multiple checkbox dialog on the same bot, on different define.

     

    Some times, I don't know why, the actions just after closing the checkbox dialog don't continue.

     

    It is ok until the dialog close, just after it close, no actions, it is like it is on pause...

     

    Do you know this problem ?

     

    Thank you pash ;)

  3. Hello pash, I'm having little trouble using "checkbox dialog".

     

    When make a change on the table, and when I click on "cancel" button, it save to the original table (Table In). Could it be possible just to save it when I click "OK" button and not when I click "cancel" ?

     

    And, can I change myself these words (ok/cancel) on the buttons anywhere, I'm french and my customers too ;)

     

    Thank you again, and really good job for all of your plugins, I love them ;)

  4. Hello pash, I've just made update of your plugins but it require licences keys that I do not have...

     

    http://i.imgur.com/jsJnSVY.png

    CAn you send it to me by mail or MP ?

     

    transactions id:

    Advanced Dialog : 91Y498287H250021E

    Advanced Ubot : 2PD94702PE8669626

     

    Thank you ;)

  5. http://birdybooster.com/images/pdv.jpg

     

     

     

    Features:

    • Add unlimited accounts
    • Follow targeted Users
    • Follow Active people (exclusive tool)
    • Retweet targeted tweets
    • Favorite targeted tweets
    • Create lists and add users to lists
    • Multi Follow with 5 accounts at the same time, followers from users.
    • Multi Unfollow with 5 accounts at the same time, only people who doesn't follow you back, or everyone.
    • Multi Retweet a tweet with all your accounts
    • DM poster to all your followers, with spin, with 1 picture (shuffel from folder you choose), with links, and with the name of your follower inside the DM
    • Schedule hundreds of tweets with pictures and spin text
    • Use proxies or not, HMA or not.

     

     

    Please don't hesitate to contact us if you have any question. This will be our pleasure to help you.

    We are not selling the .ubot source code

  6. Just discoverd this plugin today, I have a question

     

    How can I check if an element "exists in local list" ?

     

    I tried to make it work like that but without any success:

    plugin command("LocalDictionary.dll", "clear global dictionary")
    
    thread {
        plugin command("LocalDictionary.dll", "init local dictionary")
        plugin command("LocalDictionary.dll", "init local list")
    
        plugin command("LocalDictionary.dll", "local list from file", %listes, "{$special folder("My Documents")}\\ABONNEMENTS_1.txt")
    
    fast()
    
        }
    
    
    thread {
        plugin command("LocalDictionary.dll", "init local dictionary")
        plugin command("LocalDictionary.dll", "init local list")
    
        plugin command("LocalDictionary.dll", "local list from file", %listes, "{$special folder("My Documents")}\\ABONNEMENTS_2.txt")
    
    fast()
    
        }
    
    
    define fast {
    
    if($plugin function("File Management.dll", "$exists in list", %listes, #mokjhluyfscra)) {
        then {
            alert("good")
        }
        else {
             alert("bad")
        }
    }
    
    
        
    }
  7. Hello

     

    1. You have to move everything to the exbrowser commands. And probably convert a lot of expressions over to xpath. So this will require some work.

     

    2. No, it will download the required components automatically

     

    3. Yes

     

    Kindest regards

    Dan

     

    Really good, thank you ;)

  8. I'm gonna take it in a few days but before that, i have questions...

     

    1. Is it easy to implement this plugin if my bot is already done (I'm not using HTTP plugin), I have a big bot for Twitter (soon available for US) and I have to be sure it will not be a huge work to use your plugin on it.
    2. Is the PhatomJS browser have to be installed on my customer's computer or not ? It's not a big deal if it is)
    3. Is the "crash browser" resolved if I use FF, Chrome or phantomJS with your amazing plugin ?

    Thank you all for your answers ;)

×
×
  • Create New...