Jump to content
UBot Underground

a2mateit

Fellow UBotter
  • Content Count

    1673
  • Joined

  • Last visited

  • Days Won

    60

Everything posted by a2mateit

  1. Yep, sometimes useragents can be your friend. If you ever get stuck or need help feel free to pm me
  2. Dude I can tell you right now that your problem is more than likely version 5. I would use version 4 until 5 is stable.
  3. Welcome aboard, I think its great you've gotten a head start at such a young age. You can manipulate the dropdowns by changing the user agent to ie6. But I would say that starting out with a gmail account creator might not be the easiest things to do. Gmail is notoriously hard to bot. Good luck, Justin
  4. What steve said. When you click the quote box it will keep stuff from being parsed as a math expression.
  5. Hey Luis, Don't worry about pop-ups. Navigate directly to the facebook signup page: navigate("https://www.pinterest.com/join/register/facebook/", "Wait") Then do what you need to do from there.
  6. You can use regex to grab the confirmation code in the email and set it to a variable, then navigate to the website and enter the confirmation code that way.
  7. Try the keyboard event command and use "enter" and "key press".
  8. Have you tried the onload command? Could be what your looking for.
  9. Could probably be done with image recognition but it will take ALOT of if/then else/if statements...
  10. I think I need more coffee... Do you got a small working code snippet? WOuld be greatly appreciated.
  11. Yeah I don't quite grasp how to pull data back out of the ini when it's got many sections
  12. Using v4 here... I also agree that 5 was pushed out to fast, without enough thorough testing. Like the problems are such simple things, it makes you wonder how they are overlooked. The $spin fucntions doesn't even work for example. But I know with any major version release there can be bugs. I just hope they are sorted out sooner rather than later...
  13. Hit me up man, I'll help you out.
  14. I believe he's talking about ubot studio, not running compiled. For some reason v5 thinks it needs to hog the entire screen while its running. Which is a very annoying feature imo. Try v4 and see if you get the same problems, because i'm pretty sure this is just a matter of how v5 takes over the screen.
  15. I don't think the standard edition allows the $get files command you are using.
  16. Hey Carl, Anychance you will be adding in the panel anytime soon? Like what you used to create the twitter account creator.
  17. Hey Darryl this looks pretty sweet! Don't have a need for this yet, but you can bet that as soon as I do I will be buying.
  18. This problem is as old as ubot itself. There have been many, many threads on this exact issue. Many of which were deleted when the forum was "restructured". But if you do a quick search you'll find that your definitely not the only one getting the browser crash. Here are a couple of threads created by members to try and work around it: http://www.ubotstudio.com/forum/index.php?/topic/13968-free-automatically-close-ubot-browserexe-crashes-fix/ http://www.ubotstudio.com/forum/index.php?/topic/11469-fix-awesomium-blue-screen-browser-crash-workaround/ Good Luck!
  19. As long as your not using threads or resetting the account data it should save the same info it used. Or else you can set it to a variable, call the variable when needed, and then save the variable as needed. Example code: set(#username, $account data("Username"), "Global") set(#password, $account data("Password"), "Global")
  20. +1 on using enter to make it work and getting it fixed. I use it when testing, and can't run it inside the thread.
  21. You have to wrap it with curly brackets. Click the " " button to keep it from being converted to a math string
  22. You create the 301's to your money site and then blast those.
×
×
  • Create New...