Jump to content
UBot Underground

foldog22

Members
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About foldog22

  • Rank
    Newbie

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

1134 profile views
  1. Okay, thanks for the help. I watched a video on using the define command but it isn't clear to me how to use it in my situation? Do I Define a function, named RandomVideo, and use "return" for "Random List Item"? Like such: define $RandomVideo { return($random list item(%RandomVideo))
  2. Hello All, for the last day or so I have been reading about how to use multithreading. I have looked at many videos and examples but can't figure out how to use them with what I am trying to do. The issue I am trying to figure out is how to limit the amount of threads open. Below is the flow Log into site Scrape Site for List (List1, has 278 items in the list) Loop Go to random URL from the list1 Create a new list from the random url (List2, has 16 items to chose from) Click random link from new list (List2) Clear list2 Most of the examples I have found deal with using multiple accou
  3. I am sorry but I don't understand. I don't think it is the list, because I also tried List from file, then Click Random List Item and that didn't work either. I think my issue is grabbing an item off of the list and clicking it. When I look at debugging I can see a list has items in it with the correct URL.
  4. For the scrape? I don't think the scrape is my issue, I think the clicking from the list is my problem. I come to the conclusion because even if I use a list from text, I have the same issue.
  5. Hello, I am new to UBOT and looking for a bit of help. Create a List, from scraping a page for attribute, then clicking a random item in the list. Here is my code. When I run the code, it never clicks on anything from the list. add list to list(%VidCats, $scrape attribute(<href=w"Videos.aspx?cId=*">, "href"), "Delete", "Global") click(<href=$random list item(%VidCats)>, "Left Click", "No") wait for browser event("Page Loaded", "") Below is a sample from the source code of the page. I want to create a list from the below (VidCats) </li><li><a href=
×
×
  • Create New...