Jump to content
UBot Underground

Gogetta

Moderators
  • Content Count

    870
  • Joined

  • Last visited

  • Days Won

    73

Everything posted by Gogetta

  1. Same here, I would like the option to disable auto save also.
  2. The only think i can think that is causing this error is that your not running the url extractor first. But there should be a handler if the list is empty. Yeah, just IM me. Edit: I see your running your windows as a guest, can you save and create files while running windows as a guest? I'm not sure, but why not try and log on as an actual user and see if it works. That may be a problem to.
  3. Which button are you talking about? Are you talking about when posting a comment you cant rate the review? If so I found a work around for it using a javascript.
  4. My fault, I left part of a slideshare code in it. I updated the download link so give it a try now and it should work.
  5. Is anyone having problems running this using IE8?
  6. [GET] Scribd Account Creator & Comment Poster http://i50.tinypic.com/a9sjtd.gif Scribd Comment Poster By Gogetta I made this bot for someone and decided to share it. I disabled the Docstoc and Slideshare within all the scripts, so the only part of this bot that works is Scribd. You don't need to worry about captchas when creating accounts since Scribd doesn't use any. It should be pretty easy to understand, just create accounts and extract urls. Then your ready to start blasting your comments along with a clickable link! But keep in mind your comments may take
  7. This sounds very exciting, I can't wait.
  8. Well whenever I use proxy support in any of my bots I use the If --> Search Page --> Then Run Sub Basically if the webpage doesn't load the bot will continue with the next loop til it finds a working proxy. So lets say I made a Youtube account creator, well if Youtube's page didn't load because of a bad proxy my bot wouldn't produce any errors. Why? Because the "Search Page" didn't return true and so the sub will not run, causing the bot to instantly loop back and find a working proxy. This keeps most of my bots running smooth. Also if you play around with the"not" qualifier you c
  9. Here is what you can do to solve the problem. http://i47.tinypic.com/2wgawci.gif
  10. http://img709.imageshack.us/img709/7816/imageclearcookies.gif Yes all you do is Run Shell --> & Put the string in a Sub Parameter --> ...and it should work. I can confirm this works in IE8 and IE7 on Windows Vista. If anyone knows how to run the clear cookies box hidden I would be interested in knowing how.
  11. I actually use ccleaner in my bots that I run on my own PC. But like I said when it comes to other people using the software why make something more difficult. I was just sharing another way I found to clear cookies, if you don't want use it then don't.
  12. Well if everything is setup correctly, your Ip, Port, Username, and password. It must be something to do with your decaptcher account, and you should contact them and let them know.
  13. Yes, but the problem with that is when a client purchases a bot I don't want to have to tell them to install another software just to run it.
  14. I'm not sure since I haven't done anything at all in Cpanel. But can't you just extract the confirmation link from the page and then navigate to it? This way you wouldn't need to click it.
  15. I'm not sure but I don't think Send Keys Chosen works all the time in IE8. So here is a work around using set dialog text. Open File.ubot
  16. Ubot sometimes struggles when clearing out all of the browser cookies and temp files. So with websites like Youtube and Yahoo you may have some problems when logging into different accounts. Here is what I did and it worked perfectly in IE7. howtogeek.com I used the shell and ran this "RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351" and all of my cookies were deleted.
  17. I agree, read from file is wrong. You need list from file. Here look at this script I made real fast to show you. Random Name from List.ubot
  18. Yeah, sorry guys this bot no longer works. Youtube fixed the mobile link and doesn't allow anyone to register through it any more.
  19. Yes it's possible to make a video uploader bot. Just always try to find the basic html page and upload through that. Ubot can't handle flash yet. Here is the link to Youtube html uploader, you shouldn't have a problem with this one. Use send keys to input the file name, thats how i did it. http://upload.youtube.com/my_videos_upload?restrict=html_form
  20. The bot gathers and scrapes urls from google based on keywords then starts the account creating process. So... Right now all i have left to add is the PM sender. The auto poster is already done and it works pretty good. The account creation I would say is about 75% to 80% successful.
  21. Lol, I have made this bot and was just getting ready to sell it. For the NoSpam! questions, and also the Random questions, just pop them and use decode capthca. It works the same way.
  22. Here is one way to do it: http://ubotstudio.com/forum/index.php?/topic/2605-example-5-attempts-to-enter-captchas-move-on/
  23. So you have an account creation bot that fails to enter the cpatcha the first time. Well how do you tell the bot to try to enter the cpatcha again for a total of 5 attempts, and then if the captcha was correct on the 3rd time skip the rest and move on. I have actually done this a few different ways, but these work just as good and is a lil less confusing then the others. Download the scripts and study them, and also read the comments. 5 captchas using while loop.ubot 5 attempts using if statements.ubot
  24. Your trying to navigate to the entire list at once. Do this, nav --> next list item --> and then choose the list you want to use. Because by looking at your image I see you are are telling ubot to load all of the urls into the browser address bar at once. You have to break it up using next list item. Now if you wanted to navigate to each of your scraped urls you would need to create a loop.
×
×
  • Create New...