Jump to content
UBot Underground

emp

Moderators
  • Content Count

    137
  • Joined

  • Last visited

Everything posted by emp

  1. Hi Turbo! Welcome! I have not seen your code, so I am stumbling around in the dark a bit. (Yeah, I have heard the jokes about my sex life being like that, and they hit too close to home, thank you) Anyhow.... Choosing a button by outerhtml seems to me like a recipe to failure. Especially with wildcards, the odds are high that the same code can be found several times on the site. That way, uBot might have been lead to a different button and clicked it happily, although in vain. ::emp::
  2. emp

    can this be done?

    Yes, you can do this. Here is how I would do this: uBot can open a file and load the contents into a list. Then you loop through the list and use the URL to navigate to the site with the nav command. - Once you are on a site, you can have uBot perform a set number of tasks (those are contained in their own subroutines, like "posting for wordpress, posting for blogspot, etc..." - Using an if statement, a different subroutine is called, depending on which site you are on. The loop goes to the next URL ::emp::
  3. Sorry, but I am stupid. As you can see in the new documentation http://botsoftware.org/UBotCommandoGuide.pdf You can access POP3 email accounts. ::emp::
  4. If you have a web interface for the mail, this should be no problem. Without a web-mail interface, you are out of luck, tho. ::emp::
  5. emp

    what all can ubot do?

    UBot is a visual scripting environment for simulated web browsing. Ha... To make this more clear: With uBot you can "click together" a program that browses websites and performs commands on those. So it is possible to "write" a bot that creates users on social bookmarking websites, leaves comments on WP sites or any other task you would handle in a web browser. ::emp::
  6. OK, attached to this message is a reddit account creation bot. Read it and learn. It only creates one account right now, but it should be easy enough to modify. Enjoy, ::emp::
  7. This should be possible, as you can put the pulled data into variables, then have the bot navigate to another site and then use those variables to fill the forms on that site. So, err - YES, it is possible. ::emp::
  8. I am also running this on 2 different computers (mine at work and @home) and 2 different Antivirus programs. Nothing picking up anything, seems to be an AVG issue. ::emp::
×
×
  • Create New...