Jump to content
UBot Underground

crazyflx

Moderators
  • Content Count

    279
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by crazyflx

  1. Thanks man, I appreciate it! I need to get some feedback to see how it works on other people's PC's. There are bound to be error messages, but since I finally got it to work on my PC without any at all, I don't know what they might be on other PC's.
  2. I was going to try and help, but no matter how hard I try, I just can't get the window you're showing on your screen. There must be something different somewhere, I just can't figure out what.
  3. Next time you get the error, would you mind taking a screenshot of the error box and what node it is currently trying to run and then posting the pictures? It will probably help in solving the problem.
  4. I've actually added GMX to a bot of mine, and it works great so I know it is possible. I've uploaded a "sample" that will successfully create an account for you at GMX (because it did for me), but you'll need to modify it a lot to suit your needs as it was the original one I threw together very quickly just to test. If it doesn't work, the problem you're most likely experiencing is a temporary IP ban at GMX for too many attempts to sign up for an account (which happens to me all the time at every email site when attempting to automate them...constant account creation attempts are always a
  5. What alcr said probably works, if it doesn't though, the following command is what I've always used: change proxy 127.0.0.1:localhost
  6. @ GreenCat -> Although this kind of defeats the purpose of automation, another option is to just save already existing email addresses and their corresponding passwords (up to 3 email addresses total) in this format: emailaddress,password Save the file as "created emails.txt" in the same folder you have the .exe file stored. But, as I said, I'll work on a fix. A bot of this magnitude (what you're seeing is only about half of what I've got going here on my PC) is definitely going to have some kinks to work out, so I really really appreciate your feedback, very nice of you!
  7. I'm actually running Vista, and you just brought up a point that I completely forgot to mention, ahhh!! I can't believe I forgot. You must right click on it, and choose "run as administrator" to bypass the Vista security control that prevents programs from running on their own. As for it not recognizing that you're already logged in, it should as I have that programmed in, but there is a 30 second delay after it clicks the "log out" button. Maybe you didn't allow it to sit for 30 seconds? As for this: your guess is as good as mine. The localized version is definitely an issue, that i
  8. No problem. You'll be satisfied. They are really fast, and he doesn't restrict what sites you can visit with his proxies like some other proxy providers do.
  9. If you ever hit play, wait 5 seconds, and if nothing happens at all, hit the stop button, and then hit play again.
  10. I'm not sure why uBot does that, but close out the bot. Re-open it, highlight 1 - Generate Usernames, and hit play
  11. EDIT: I just realized how long this post is , but please read the whole thing as there is a lot of relevant information throughout the whole post. Thanks! Alright, I'm sharing this for a couple of reasons. Mainly because it works perfectly on my PC, but I want to see how it ends up working out for somebody that hasn't been playing around with it for 4 days now (in other words, I want to see what somebody looking at it through "fresh eyes" thinks) It isn't finished, but here is what it does: It randomly generates usernames for you that are always 9 characters long, and completely r
  12. While I didn't need this for this particular problem, it was nice to see how that works. I've got about a million uses for a solution like this. Thanks (yet again, haha) Aaron!
  13. I definitely didn't see that. No problem though, I've been working on something else, but I made sure to "build" a proxy switch into it banking on the fact that it would eventually/somehow work the way I needed it to. Either way, thanks for the heads up on this thread, it is definitely good to know.
  14. If all the sites have the first name field labeled as "First Name" and the source code is all pretty much the same with the exception of the id field being labeled a different number, you could always do this: outerhtml choose attribute by *First Name*
  15. Thanks Aaron, if I had only tried it sooner...oh well.
  16. Oh, I forgot to mention this in my original post. Sometimes when you send a captcha to beatcaptchas to have them solve it, you get the following message: image has timed out, you have been refunded (or something like that) If that happens, it will send them the captcha again. It will do that a total of 3 times, and if you get that message all three times, it stops and you get an "alert" message saying that you must now solve the captcha manually as beatcaptchas timed out 3 times in a row.
  17. Ahhh, that is one thing I hadn't ever tried.... And yes, I do still have some left from a couple of other providers (I just canceled so I could move them all over to the aforementioned provider, but I'll have them for another 14 days or so) I'll give that a go and let you guys know how that works.
  18. Alright, so I was trying to get private proxies to work for quite some time, and I just couldn't get it to work (proxies that didn't require authentication however, worked just fine...but public proxies are a HUGE pain to try and use because they are just so unreliable, slow and basically just an all around pain) So, how did I get it to work? Well, it wasn't anything I changed, but rather a change my proxy provider made. I buy my proxies from a number of different proxy suppliers, but one of them just made a change to their "proxy system". I've always bought private proxies and had them
  19. No problem at all For me, it seemed as though the success rate was linked (somehow) to the type of captcha's I was sending them I discovered "beatcaptchas" because of using SEnuke (which is one of the two captcha solving services they use) and they always worked great SEnuke. I haven't had a chance to use them a bunch yet with uBot yet, but the little that I did yesterday worked out pretty well for me.
  20. That last part made me laugh out loud (literally, and "lol" just didn't quite get my point across). Thanks for the compliment, I really appreciate it.
  21. DeCaptcher.com was giving me issues today, and I didn't feel like putting up with it anymore. I realized I've still got about 650 captcha's left at beatcaptchas.com so I figured I might as well use them. I made a bot (and have attached it) that is meant to be used to solve captchas using beatcapchas.com The only two fields you have to change are those pictured below: http://img130.imageshack.us/img130/9629/choosecaptchainputbox.jpg http://img696.imageshack.us/img696/7195/choosecaptchaimage.jpg I have made it so the two things you have to change are easily found by making the nodes y
  22. Alright, now that you're all set up and all that makes sense, now for the next part. Are you looking to insert a sentence, a paragraph or an entire article into the text field in question? Reason I ask is because the method for doing the first two options and then the last are different. If you're looking to insert a sentence/paragraph, you'd do it like this: Choose by Attribute (choose where the spun text is going) Change Chosen Attribute -> Next List Item from -> List %Selected Spun Content Now, if you're looking to insert an entire article, it is a little trickier. Just go
  23. uBot can read files, but it can't "manipulate them" directly. (I guess that's the best way to put it). To do something other than just read a file, you have to add what's in that file to a "virtual list" in uBot. What I mean is, lets say you had a list of 10 URL's in a .txt file, but you wanted to visit the 5th one in the list first. You can do this by running the command "navigate to -> list item 5" because you've "translated" that .txt file into a language that makes sense to uBot. It doesn't create a new file, just makes "virtual" list that uBot stores in it's memory for later use.
  24. I've uploaded a bot that will change the format of the scraped lyrics from this: line 1 of song line 2 of song line 3 of song to: line 1 of song. line 2 of song. line 3 of song. If you want to run it, you'll first have to change the "input file to variable" to select wherever you have your scrapedlyrics.txt file saved and you'll have to change location of where you want "output file (all one line)" to save to on your computer. lyrics scraper.ubot
×
×
  • Create New...