Jump to content
UBot Underground

seoeymard

Members
  • Content Count

    26
  • Joined

  • Last visited

Posts posted by seoeymard

  1.  

    Here this works.

    navigate("http://addmefast.com/free_points/facebook_likes.html", "Wait")
    wait for element(<innertext="Like">, "", "Appear")
    set(#fb url, $scrape attribute(<class="freepts_row">, "title"), "Global")
    allow popups("Yes")
    click(<innertext="Like">, "Left Click", "No")
    in shared browser {
        navigate(#fb url, "Wait")
        wait for browser event("Everything Loaded", "")
        click(<id="timelineHeadlineLikeButton">, "Left Click", "No")
        wait for browser event("Everything Loaded", "")
        wait(2)
        close page
    }
    click(<id="uscript-close-button">, "Left Click", "No")
    wait for browser event("Everything Loaded", "")
    
    

    It worked! hahaha!

    Thanks a lot!

  2. Hi,

     

    As you can see, I want to show the next email in the second alert.
    It happens like this.

    When I run, it uses the first email, then loop it and it should use the next email.. and then loop.. it uses the next until it reached the last row that contains a variable.
    I also want to monitor the emails used in the process before it loops using the ui stat monitor.

    Please help me. :P

    Standard user.

     

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

  3. Hi,

     

    I want to open file using UI open command.
    After getting it in a variable,
    I wanna load it into a list automatically, not one by one.

    The txt file contains search terms.

    I managed to load 1 search terms only.
    I want to load it ALL, for the List total function can work in the Loop.

     

    http://img801.imageshack.us/img801/2457/0xzv.png

    Thanks!

  4.  

    Hello everyone I talked to AutomationNinja and he said that he would not mind if I posted a modified version of his private proxy code. Heres what the code dose now. I changed the code to use a table instead of a list, making it possible to increment down the table of private proxies from position 0 to the end of your table one by one. Now you can easily keep your private proxies in sink with your accounts table. inorder for the code to work you have to have the delimiter of UBot set to a colon " : " or the code will not work. enjoy!

    ui open file("Proxies:", #proxies)
    clear table(&proxy table)
    clear table(&current proxy table)
    create table from file(#proxies, &proxy table)
    set(#row, 0, "Global")
    loop(15) {
        change proxy("{$table cell(&proxy table, #row, 0)}:{$table cell(&proxy table, #row, 1)}")
        set proxy credentials($table cell(&proxy table, #row, 2), $table cell(&proxy table, #row, 3))
        wait(1)
        navigate("http://www.whatsmyip.org/", "Wait")
        wait(5)
        increment(#row)
        wait(1)
    }
    
    

     

    I tried it and it is not changing the proxies. Hmm?

    Anyone tried it?

  5. Make a website.. Use paypal as a payment method.
    Your giving a trial right?
    Go to forums.Look for people who is very trusted in the community to use your bot.
    Have them review it and post it in the site.
    Get some reputation by answering threads.
    There are many forums to start getting your reputation up.
     

×
×
  • Create New...