Jump to content
UBot Underground

AutomationNinja

Fellow UBotter
  • Content Count

    1221
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by AutomationNinja

  1. Welcome. Start out with a small project. Have fun.
  2. wrong part of the forum to ask. need a little more info to help you out on that one.
  3. type text(<id=w"wlspispSolutionElement*">, $solve captcha(<id=w"wlspispHIPBimg*">), "Standard")
  4. You could try something like this save to file($special folder("Application"), "stuff") - you can change the options in the special folder
  5. Email services attach alternative messages that are suppose to be the same as the original message except with images and stuff, but looks like they got lazy and didn't so you are seeing that error.
  6. Check the cell in the debugger. The info you want may be in another cell. you can also turn off the error messages in tools - options
  7. navigate("http://www.google.ca/", "Wait") click($element offset(<class="gbts">, 2), "Left Click", "No") type text(<id="gs_tti0">, "puppies", "Standard") click(<name="btnG">, "Left Click", "No") add list to list(%puppies, $scrape attribute(<class="rg_i">, "fullsrc"), "Delete", "Global") navigate($random list item(%puppies), "Wait") you will need some wait commands but that is basics http://screencast.com/t/ddJkpyTe
  8. Anything in particular you are trying to right click on? The commands that pop up when you right click are already built into ubot.
  9. Seems to work ok for me. I had the bot close itself: http://screencast.com/t/Xc35GMNFd
  10. ok I lied it works. Example: set(#disco, "where can i find a good disco in florida", "Global") in new browser { navigate("http://www.google.com", "Wait") wait for browser event("Page Loaded", "") click(<name="q">, "Left Click", "No") type text(<name="q">, #disco, "Standard") wait(5) }
  11. Javascript is what you will be using most of the time. You can have some commands work upon loading, but not an entire bot (so they might have to push one button). If you have the developers version you can hide what is going on in the browser and hide the navigation window as well. Personally I love UBot. When there are bugs they fix them right away. Support goes way out of their way to help people which is more than I would expect from them. Technology isn't always perfect and neither is UBot, but I have never regretted purchasing it. It kicks serious a$$. If I could only have one piece
  12. Hi there, That would be the "in new browser" command. Right now it isn't able to use variables from elsewhere in the script but that is going to be fixed in the next update.
  13. So you are trying to download all the data that you would see if you were viewing the "source" ? You can scrape all that. The images would require you to use the save element image or save browser image - not sure which. haven't actually used those commands.
  14. 1. Sure. 2. I wouldn't do that as that link probably changes. 3. I would stick with doing #1
  15. yeah I just change proxy and leave it blank.
  16. I found hotmail to be a huge pain in the arse. Surprisingly I found gmail way easier. Plus yahoo charges for pop3. of course with pop3 if you are using an ip they can still see your real ip so then I went the login manual method - yuck. A few months back creating email accounts wasn't so difficult but now days it is tricky. then there is the phone verification thing. fun fun fun..
  17. Replace the numbers with * and pick wild card http://screencast.com/t/ObjwBW6xu
  18. There are commands to "cloak" what you are doing such as set referrer, set user agent, and clear cookies. What does it look like when you get blocked? Jing is super helpful for recording and sharing screencasts. Makes it easier to understand when we can see what you see.
  19. I know what you mean. I have this habit of trying to figure out things on my own and sometimes I waste days. Always worth asking instead.
  20. Just kidding add item to list(%url, $url, "Delete", "Global")
×
×
  • Create New...