Jump to content
UBot Underground

UBotBuddy

ADMIN
  • Content Count

    3450
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by UBotBuddy

  1. What HelloInsomnia explains is VERY true and accurate. Watch his video. Local variables are the key to fully grasping Threads. Buddy
  2. You can also use: http://wiki.ubotstudio.com/wiki/Stop_Script Buddy
  3. So you have access to my account and you know when I am helping others? Wow! Thanks! Buddy
  4. From what I can see in your bot. The "query with results" should be inside your "connect to database" container. Also, make sure that your SQL statements end with a ";" Ignore the double quotes. I hope that helps. Buddy
  5. Like HelloInsomnia said it is hard to guess from this distance. Chances are pretty high that it is your machine. That is to say your installed version of Windows. I have seen way too many instances when I have heard that comment and the final issue was the machine/operating system. You have to understand, UBS does not touch the OS or tweak environmental parameters to run its commands/functions. I don't mean to sound argumentative. I just speak from experience. I've been using UBot for a long time. I would suggest looking at the environmental parameters that are loaded when a Shell s
  6. If Windows will run on an Android or Apple then it might be possible. As of today, No will be my answer. Buddy
  7. I'm not a Socket coder at all but I have done a few Threads. I will say this. You need to work from the inside out. Make absolutely sure that your Socket is running perfectly before you start adding the Thread element to the mix. The biggest frustration for botters is trying to debug too many things at once. Case in point. There have been many botters who think the Define command is a Subroutine. While it can function in that manner what I have seen is that programmers will jam a pile of commands & functions into a Define and then it breaks. They are overwhelmed trying to debug it
  8. I would love for UBS to have a Text-based browser but it doesn't. I advocated for such a browser but at the time I believe I was the only one who voted for it. A company cannot really justify creating something like that for one customer. Since then, I have had several bots that needed that capability but using techniques to strip out non-text like functions, images, CSS code and even random HTML code the overhead just got to be too much so I abandoned the projects. In my case, I was wanting to analyze the text (articles/post) to process the data in such a way that I could make educated
  9. Welcome to the wonderful world of Google! We have all encountered the manipulations that Google imposes. Basically, you just have to plan for the worse and hope for the best. Way back when I used to scrape Google, I would document the variations of their changes and then adapt my scrape per that particular change they used. I then learned that I could search for each pattern and then apply my scraping code the target area. It worked pretty well. That's what I used to do. Buddy
  10. During my testing I saw some amazing results. I wish i had thise skills in my DNA. LOL Buddy
  11. Plugins are nice for complex things but for something like this it is over-kill. Regex is a much cleaner approach without the overhead. Buddy
  12. Be careful Stuna. UBS does notify AV companies. The problem is the AV companies do not update as quick as everyone would like them to. Buddy
  13. You're probably correct. Hard to keep up with everyone that I have communicated with over the years. Buddy
  14. Hi friends, The original Picasso Bot first appeared back in version 3 days. A long long long time ago. So I thought I would start from scratch and recreated it using the commands from version 5. I hope you can see the power of UBot Studio and what you can do with it if you think outside of the box. Buddy https://www.youtube.com/watch?v=vC0fMHd32Ow
  15. In the Standard version do you have access to the other browser? There are two browsers for UBot, Chrome 21 and Chrome 49. If you have the ability to switch byt clicking on Tools and selecting Options then I would switch to the other one. You can also try changing the User Agents; http://wiki.ubotstudio.com/wiki/Set_User_Agent Buddy
  16. Are you wanting to learn Socket commands? check out these on the Wiki site: http://wiki.ubotstudio.com/wiki/Socket_Commands Buddy
  17. So if you cannot add and exception to your AV then I would uninstall it to see if that fixes the problem. Then I would contact the AV company and tell them what happened. Maybe they will have a fix. Buddy
  18. I have used this from time to time: (text1|Text1) the pipe serves are the OR and it must be within the parentheses. Buddy
  19. First. In cases I like that I never use Clear All. I always add my variables that I want to preserve in a single cycle Loop at the beginning. At some point when I do need to clear most of my variables I will copy that Loop and place inside of a button for my UI and then I will take out or modify what I want that button to do. I was doing this before the Clear All was added to UBot. Buddy
  20. Back in the days of version 3 there was a command that did what you have described. But in version 5 (where we are right now) it is called the "Include" command. If you want to know more about this command go to the Wiki at this address: http://wiki.ubotstudio.com/wiki/Include I hope that helps. Buddy
  21. What images are you referring to? What Darryl showed you is an excellent example of what you need to use. I guess I'm missing the point of what you are striving to acheive. Buddy
  22. What sites would be good to test with? I don't typically work in production environments so having a couple of websites that produce this kind of captcha would be good to have for testing. Thanks Buddy
×
×
  • Create New...