Jump to content
UBot Underground

Brutal

Fellow UBotter
  • Content Count

    691
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Brutal

  1. John, can you put up a ver. 4.* of the example you have here?
  2. OP, you should consider explaining the solution you found so that when others have similar issues, they can find your post and solution.
  3. add list to list(%YourDesiredListName, $list from file("Browse To The File You Want To Pull Into Your List."), "Delete", "Global")
  4. Here's the situation: 1- I scrape youtube video descriptions and save to a file. 2- Now, I want to use those scraped descriptions in my content submitter, but many of them have url's. 3- I need a way to delete or replace ALL urls within that file, but i have no idea what the url will be or where it will be in the file. 3a- Clarification... This is a bot for other people to use, so I can't know what descriptions they might scrape, so the question is how do i find/replace text (url's in this case) in a file when i do not know exactly what the text is, or exactly where it is? Any help g
  5. I downloaded and will check it out for sure - anything that speeds up productivity is always a great find. Thanks for the share OP!
  6. OP - If I understand correctly you are saying that in ubot, when you drag the ui html window into your work space, you see the cancel button, but do not see the 'ok' button next to it? If that is the case.... It's weird, because mine has it, and we both appear to be using dev editions. Did you make sure you have the latest edition? (4.1.4) Having any other issues with seeing the complete screen on anything else? If you are, you might try changing your screen res. a bit to see if that helps anything.
  7. OP - I have been messing around with the DEFINE function, and if I understand you correctly, it seems that you could create your complex custom variables that way. I'm probably missing your point - so hopefully one of the really knowledgeable ubot people here will chime in.
  8. This is an old thread, and I probably shouldn't post but I ran across it while looking for proxy related information, so I assume others find it too. I just want to toss this out there... If you are using a "clicker", you are committing fraud. Fraud is a federal crime (in the U.S.) and people go to prison daily for fraud, and they stay in prison for years. So, if you are considering using anything that "fakes" something and causes someone else (even a nameless company)to pay you money for providing a service that you did not really provide, you might want to brush-up on your prison-lingo
  9. I'm not clear on what you are talking about... Can you upload a screenshot?
  10. I got hit with the same problem - for me it was another program conflicting with ubot... I systematically killed the processes of programs (non-essential) in my task manager and tried ubot each time... I eventually found the culprit.
  11. I have been working on a gmail related bot, and of course have been met with trouble every step of the way - However, I did (eventually) realize that google uses different form processes based on the user agent of the visitor (pretty slick of them). For example, if you create an account generator using ie8 as your user agent, and it works flawlessly, and then you try to use a different user agent, it breaks your bot. So, here's the tip - If you are going to use randomized user agents in your bot, be prepared to test every user agent in your list and use the if/then/else options as needed i
×
×
  • Create New...