Jump to content
UBot Underground

AutomationNinja

Fellow UBotter
  • Content Count

    1221
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by AutomationNinja

  1. There is a free math solving captcha bot on this forum somewhere...
  2. Sample scripts: http://support.ubotstudio.com/index.php?/Knowledgebase/Article/View/72/0/sample-scripts-for-ubot-studio-version-4
  3. Being that I create bots all the time I totally understand why a date cannot be given. Meeting deadlines with programming is nearly impossible. One little thing could throw off your progress.
  4. Pretty tricky to do now days. You need a cell phone to verify your account.
  5. Create a variable. Set the variable to zero. Use that variable in your stat monitor. Every time an account is increase use the increment command to increase the variable.
  6. If it is online then it isn't private so in my opinion it is fair game.
  7. You could drag and drop in the required commands - otherwise you would need to upgrade to pro at the very least.
  8. It works for me on Windows 8 and VPS 2008
  9. Yeah sockets would be good. They tend to get complicated sometimes.
  10. If you don't have .net framework 4, or your version of windows up to date then this can happen. I would also check my windows service packs and make sure none of them are corrupt - If they are run a repair on them.
  11. I do burpees every once in a while. That gets your blood moving pretty quick.
  12. I closed my facebook account and twitter account. I leave skype turned off. With email I unsubscribed to almost everything. I rarely check my email. I also rarely check in on the UBot Studio forum. For me to stay motivated I have to force myself to do things like taking time out for myself like getting exercise, and not working too much. I find UBot Studio to be addictive so I have to remember to take days off otherwise I burn myself out. There is more to life than working in front of a computer all the time. Do something different: Work in the garden, go to a spa, go on a trip, watch a mo
  13. I would talk to these guys and see what they can do for you: http://www.dwavesys.com/en/dw_homepage.html
  14. You might be lucky enough that you only have to code it for each forum platform. It is going to depend on the verification email your receive. You could try something like scraping the name/url of the site and creating a variable for that which you could use as part of the verification email process with a wildcard.
  15. You can also use google voice to verify 5 accounts, and then if you do some research you can find places where you can rent a phone number for a dollar per month. With that you can verify around 5 accounts per phone number. What won't work is using google voice to verify 5 accounts and then using google voice of those 5 accounts to verify more accounts....
  16. A CSV file is similar to a text file separated by commas. Something similar to this should work. add list to list(%booya, $list from text("bob,frank,james,yaro", ","), "Delete", "Global") You might want to post the code you have so we can see what your doing...
  17. You cannot load info from a .csv file into the ui drop down.
  18. You can set up a loop while command. Once the captcha is solved and the element you chosen no longer exists then it exits the loop. Otherwise it keeps trying to solve the captcha.
  19. I let my customers know that my software is guaranteed not to contain any malicious code and that it performs the tasks as described and nothing more. I also include a warning on my software saying that if you didn't purchase this product from my website then you are taking unnecessary risks and that downloading pirated software can cause serious harm to your computer. I also include a detailed visual instruction guide explaining how to add an exception with the most common anti-virus programs. Nobody has ever complained. I think giving them advanced warning reduces the shock of seeing the pr
  20. Looking forward to the updates - images! links! Yeah!
  21. that isn't ringing any bells for me. there is the change attribute command or type text or click...
×
×
  • Create New...