Jump to content
UBot Underground

bondigor69

Fellow UBotter
  • Content Count

    27
  • Joined

  • Last visited

Posts posted by bondigor69

  1.  

    Here is a really simple way.

    set(#random_number, $rand(1, 100), "Global")
    if($comparison(#random_number, "<=", 30)) {
        then {
            comment("post comment")
        }
        else {
        }
    }
    
    

    It doesn't make 30% of a time... what if for 20 times the number is between 1 and 30. I'm saying that because I used that method before

  2. Ive struggled with it as well. I wanted to scrape the urls to decide if more than 2 posts were present for the group (if more than 2 dont post again)... I found there was an easier way to do that than scrape the urls I posted. So what is it your trying to accomplish with scraping the URLs and is there something else you can scrape that will help you accomplish your goal.

     

    in my case I grabed the group name and if it had a +20 beside it... kinda cheating it worked.

    I dont get it please elaborate

  3. Hey guys I want to scrape facebook post url.

     

    Let's say I go in a facebook group and make a post. How can I get this post url.

     

    Sometimes the admin need to approve so this is no important.

     

    I want to get the post url that get appears automatically in a group.

     

    I can't figure out how to do it , because sometime the status I just posted in a group can be the 3 offset depending if there is pinned posts

     

    I think when you post, the posts area refreshes automatically with the new post. Is there a way to get that post url without scraping.

     

    or .....

     

    Any ideas.

     

    thank you

  4. hey guys

     

    How can I find the offset position of a element that is containing a specific url and set it as a variable.

     

     

    for example

     

    <a href = "test.com" class="test">test<a>

     

    <a href = "test.com" class="test">test<a>

     

    <a href = "EXAMPLE.com" class="test">test<a>

     

    <a href = "test.com" class="test">test<a>

     

    How can I find the offset position of EXAMPLE.COM

     

     

    thank you

  5. Hey guys im trying to create an addmefast bot

    when I login to addmefast.com and go to facebook likes.

     

    I click on like and a blank popup window shows up.

     

    I can't figure out how to scrape to actual javascript link and after open it in new window.

     

    I have a macro scrip that does that if it helps

     

     

    I just want to scrape the link and open it in shared browser but the link is

     

    href="#" onclick=javascript .......

  6. Hello I'm writing to you guys for some advices since I can't figure out by myself
    So I have 10 facebook accounts
    -I want to login i those 10 accounts in separate window
    - So in new browser 10 times I log in the accouns
    -Now I will set a variable for each account
    -Then an if statement ( if variable = X then do the work in this window)

    - I dont understand how I can do this step
    ( if variable = X then do the work in this window)

    I want the windows always remain active and being able to do some work in each window depending the if statement with the variables


    Hoping for some help

    Thank you

  7. hello world.

    Im creating an bot that register twitter accounts.And everything works fine.

     

    Now I want to use proxies, but lots of proxies don't work or dosent allow connection to twitter.

     

    I want to use the fucntion CHANGE PROXY ----> Navigate to twitter.

     

    -If ---> twitter was loaded succesfully (or the word twitter was found on page(scrape)), continue my script

     

     

    -else ---> change proxies until twitter is loaded or the word twitter was found on page(scrape))

     

     

    HOW CAN I DO THAT

     

    I have no idea

     

    Please help me step by step

     

    Thank you

×
×
  • Create New...