Jump to content
UBot Underground

zdot

Fellow UBotter
  • Content Count

    211
  • Joined

  • Last visited

Posts posted by zdot

  1. Y'es I'm using Meter licensing. When I tried to use INNO set up it was working fine and I was able to install database in document folder or appdata, but Inno setup and Meter licensing doesn't work with automatic updates...

     

    Maybe I can use the script you send me for downloading the 32/64 bits System.Data.SQLite.dll to download the database as well.... Yeah, I think it's a good idea

  2. I took the 5 days trial and I was hooked. At first I wanted to make my own, but yt is tricky as hell to automate and Blumi did a fantastic job. So, instead of having my own ready in weeks if not months, I decided to buy his and use it right away.

     

    I am glad I did. Its a good tool to drive traffic to your YT channel easily. The bot is stable and really well coded.

     

    great work Arno!

  3. try that, it might help you out

     

    I'm using also a HUGE list of user agents and refferers in spin commands, or in regular ad list to list command. I wanted to post it, but it seams impossible to post bots or zip file here....

     

    clear list(%browsers)
    set(#browsers, "Internet Explorer 6
    Internet Explorer 7
    Internet Explorer 8
    Internet Explorer 9
    Internet Explorer 10
    Chrome
    Safari
    Firefox 4
    Firefox 5
    Firefox 6", "Global")
    add list to list(%browsers, $list from text(#browsers, $new line), "Delete", "Global")
    set list position(%browsers, $list position(%browsers))
    loop(20) {
        set user agent($random list item(%browsers))
        navigate("http://www.whatismybrowser.com/", "Wait")
        wait(1)
    }

  4. Anyone knows how to include a stopwatch in Ubot?

     

    I want to show some kind of progress while the bot is running. It's not in a loop so I can't use a progress bar. I'm using a http post plugin, and it is waiting sometime up to 20 seconds until the result is returned to the bot.

     

    The stopwatch has to start when the run button is clicked ans stop when process is over.

     

    thx a bunch in advance

×
×
  • Create New...