Jump to content
UBot Underground

meter

Fellow UBotter
  • Content Count

    954
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by meter

  1. PS Mods move this where appropriate. PSS Sorry about broken text. Copy pasted it out of readme.txt, which was written in Notepad with Wordwrap enabled.
  2. This is a hardware locking licensing system for Ubot. I made this for myself, and thought I might release it for free. It works in the following manner: When a client buys your ubot, you first send him the Hardware_Key_Generator.exe. The client runs this program and generates a hardware key for himself, which he sends back to you. You then take the hardware key that your client gave to you, and input it into Hardware_Key_Locker.exe. The locker will then lock the selected compiled Ubot exe file to the hardware key you provided. Each hardware key is unique for each computer. So, the cli
  3. I can think of one way off the top of my head which might sound bad and complex, but really isnt (have done something similar). Create a sub that takes the article title as a parameter. Have that sub write the article title to a file called input.txt. Then use the SHELL command to run an external program called checker.exe. Now, code up checker.exe in any language you know, I prefer C#. Have checker.exe open the file input.txt, and read the article title from it. Next, have it open a file called article_title_list.txt. Check if the article title from input.txt is present in article_title_lis
  4. Yep, got it dy. Thanks After experimenting with tumblr I found that they pop that captcha on you if you create too many accounts from the same IP, or if you fill in the fields for account creation too fast. Either way it doesnt bother me since I got a long proxy list and a working captcha cracker
  5. It only gives it out when it detects a bot. Try filling in the forms with no delay on Ubot. Also have a problem with the ezinearticles captcha. Once again, it isn't resizing properly.
  6. Hey there The Decode captcha feature doesn't correctly resize the captcha, even when I select Yes for Brute Force parameter. What are my options now for solving this nasty captcha? Thanks, -m
  7. Be careful when buying a protector/licensing solution for ubot. A compiled ubot is already protected with a .NET protector called Xenocode. If you want to apply a protector OVER Xenocode with a licensing system in it... well, lets just say you're going to run into problems. Be sure to test out a product on a Ubot compiled exe BEFORE you buy it, otherwise you might get screwed over. Furthermore, I would wait until 3.3 comes out, since it will have a new compilation system that might not be compatible with whatever protector/licensing program you plan on buying. If there is enough interest in
  8. Hey there, the download links are both down Any chance for a reup? Please?
  9. I'd rather not do that. Want this to be fully automated, and not have to babysit the script.
  10. I've just finished a wordpress posting script literally 5 minutes ago. Wordpress doesn't open the control panel in a new window when it logs in =/ You're doing something in a manner more complicated than your should be doing.
  11. I understand how to open files. However, I am having trouble with the file paths. For example, originally I had it set to open: "C:\Users\meter\Desktop\Blogs.txt" Then, I changed it to just open: "Blogs.txt" (meaning, open the blogs.txt that is in the same dir as the script). However, Ubot then tries to open: "C:\Program Files\Ubot\Blogs.txt" Which, is not what I want... I want it to open the blogs.txt that is in the same directory as the script. How do I do that?
  12. ^This is what I did in a similar situation. Scrape the destination URL, and then use nav to go to it.
  13. Hey there nayr, thanks a lot, works for now! It's really random, so I'll post here if the problem reappears. -m
  14. Would be much appreciated nayr. I am also having this trouble too. Any ETA on an update?
  15. Thanks alcr! Here is the link for any others with the same problem: http://ubotstudio.com/forum/index.php?/topic/3003-making-sure-fields-are-activated/page__hl__crazyflx%20activate%20fields__fromsearch__1 Btw, did you get my PM about licensing issues I sent yesterday? Sent you an email as well -m
  16. Upon further research it seems that Ubot is having troubles with the Wordpress.com ajax? That's all I can think of. Any tips on dealing with Ajax screwing up inputs?
  17. Hello all, I am trying to make a simple bot that logs into a Wordpress.com account. I have successfully filled out the Username and password fields, and then clicked on "Log in". However, when I do this the Ubot browser tells me that the site has an invalid security certificate, and refuses to proceed. I tried manually logging into Wordpress.com with the same account details from IE8, and everything works fine. So, what am I doing wrong in Ubot? -m
×
×
  • Create New...