Jump to content
UBot Underground

spa3212

Members
  • Content Count

    107
  • Joined

  • Last visited

Posts posted by spa3212

  1. Hi,

    This can be very simple for someone..

    loop while($not($find regular expression(#website, #website))) {
        wait(5)
        click(<innertext="Next">, "Left Click", "No")
    

    actually loop and click next untill it find particular regular expression..But the loop never stops even it find that regex on page..I want it to stop or break loop and move to next command..

     

    plz help

  2. I don't know if this help..coz I am new to ubot..

     

    ui open file("Get CSV", #CSVfile)
    ui text box("keyword number", #picknumber)
    set(#row, #picknumber, "Global")
    create table from file(#CSVfile, &keywordcsv)
    define checkvideo {
        navigate("https://google.com/ncr","Wait")
        wait(5)
        type text(<name="q">, $table cell(&keywordcsv, #row, 0), "Standard")
        wait(5)
        click(<login button>, "Left Click", "No")
        if($search page("youtube.com")) {
            then {
            }
            else {
            }
        }
    }
     
    I stuck under if command..
     
    Now I want if youtube.com found on search page then bot should create a csv file and type yes else no..for all keyword 
    and then move to next keyword do the same..
     
    please help..
  3. I wants to create a bot..which is very simple just involve few steps hope you can help..

     

    1. bot will open list of urls from a url.csv file

    2. search for a text on page if found will say yes and "yes will be saved to 1.csv file" 

    and if not found will type "No" in the same 1.csv in next row..

    3 this will go in loop using all urls of url.csv

     

    Thats all..

     

    But if possible...if we can add yes or no in next column of url.csv file instead of created new csv file.

     

    please help..I tried a lot but everytime bot is not able to add yes or no..items in new csv..

     

    Thanks in advance.

  4. Hi,

    I want to scrape 4 fields of a webpage But I want to show the scraped data in UI section of bot so that I can copy it easily..

     

    Now issues is How this can done ..if possible if not possible is it possible to have a single text file of example below..

     

    and is there any way I can have all 4 field scraped data in single UI box 

    But single UI box should have data according to fields.

     

    like if the webpage have 10 parts from 1 ...10 and part have 4 fields...name,age,address,city

     

    now is this possible to have data in this manner in a UI box or a text file single 

     

    example 

     

    Line 1 of text file = Name of part 1

    Line 2 of text file = age of part 1

    Line 3 of text file = address of part 1

    Line 4 of text file = city of part 1

     

    Line 5 of text file = Name of part 2

    Line 6 of text file = age of part 2

    Line 7 of text file = address of part 2

    Line 8 of text file = city of part 2

  5. I think, I fail to explain what is required let me try once more..

     

    I have firfox page in this page there is text "close this" 

    Now time is not specific when this text "close this" appear in the firefox or webpage..

     

     

    Now what I want ubot to loop while till it see "close this" text on webpage soon it find , it just close the firfox window..

    But if bot don't see "close this" text string..bot will not do anything

     

    I hope this clears my point.

  6. Hey

     

    I love this script.

     

    However, it sometimes gets stuck. Mainly 2 things happen HMA just will not connect and the little HMA icon bottom right is flashing. 2nd thing is that it says connected but has not actually connected. Is there away to set some kind of timeout that after 2 minutes if the IP has not changed it moves on to the rest of my script...

     

    Obviously the script wont work but once it finishes that run it will start from the beginning again.

     

    Also, sometimes HMA will just disconnect - is there a way to ensure it is connected first before clicking the change IP - if connected it just changes IP. If not connected it just clicks connect? (cant do both because HMA only allows me to change every 5 minutes on my 10 license pack)

     

    I'm sorry Im complete newb and have spent hrs trying to figure this out

     

    Thanks in advance

     

    Very good question, need help on this.

  7. Hi,

    My bot uses hma and change IP once one task is over, But sometime hma don't change IP address and bot after its pause time move to next task without knowing the fact that hma has changed IP or not, means it move to next task using previous IP..

     

    is there any way bot can compare previous IP, and New IP and see if they are both same, and if same bot must stop or pause..

     

    I know you guys must have a good solution for this..and I think many of us would be facing such problem please HELP

×
×
  • Create New...