Jump to content
UBot Underground

random random

Fellow UBotter
  • Content Count

    9
  • Joined

  • Last visited

Community Reputation

0 Neutral

About random random

  • Rank
    Newbie
  • Birthday 01/01/1

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Having an issue with pulling in a list from a CSV file. I used another thread's code that I found here on the forums for this (forget where), but it doesn't seem to be working. Comes up with blanks. Would love it if someone can tell me where I'm going wrong. create table from file(#uiopen csv,&csvtable) set(#tabletolist,1,"Global") loop($table total rows(&csvtable)) { add item to list(%topics,$table cell(&csvtable,#tabletolist,0),"Don\'t Delete","Global") add item to list(%comments,$table cell(&csvtable,#tabletolist,1),"Don\'t Delete","Global") increment(#tabl
  2. Your bot didn't seem to click the Sign Up button after entering the captcha, but beyond that you just needed to add some waiting for the desired element to load. The attached bot works for me. facebook.ubot
  3. Only tested this about 4 times, but it worked every time. Propeller Account Creator.ubot
  4. Do a send keys chosen with Exact as the string you send.
  5. I'm probably overlooking something obvious here, but is there a way to delete/remove a single item from a list? Something similar to a reject method? Replacing with $nothing isn't cutting it.
  6. Figured I'd mention that one of the recent updates to ubot fixed this in case it wasn't already known. Thanks for the library, btw. Good stuff.
  7. Can't add this into new scripts after the most recent ubot update. The current ones inside a script work and I can still include it, but when I try to click on ulib_strings through run sub I get a huge error every single time. Doesn't matter if its an older script or a brand new one, same thing. I've attached an image of the error if you want to take a look. Let me know if I should post this in the bug report section instead.
  8. Didn't mean that you should do it manually. I meant a loop that goes through your entire scraped url list changing all http://www. to http:// in the same way as what Jim posted. His is just cooler.
  9. Really new to Ubot here so this probably isn't the answer you're looking for, but one way to do it would be to scrape the whole url, then iterate through your url list afterwards replacing the www with nothing.
×
×
  • Create New...