Jump to content
UBot Underground

AutomationNinja

Fellow UBotter
  • Content Count

    1221
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by AutomationNinja

  1. I know just the guy you want to talk to. I have tested it and it is killer.
  2. You could use alerts. They pause the script until you click the ok button. Plus you can give the user a message.
  3. Source code is more than compiled. That is pretty much standard.
  4. use id instead of class Something like this; type text(<id=w"wlspispSolutionElement*">, $solve captcha(<id=w"wlspispHIPBimg*">), "Standard")
  5. for those with the standard edition it gives them room to add more fields and buttons n stuff. Those of us with pro or dev can just create a custom interface.
  6. I created a math solving captcha. It is availible for free. Solving all kinds of captchas would be a huge undertaking. For just hotmail and twitter it would probably still be huge. Lets start the bidding at $6,000
  7. If you do a search online (javascript for typing text) you will be able to find javascript that simulates typing. Insert that into the run javascript command
  8. Running to many programs or too many threads causing you to use up your available RAM.
  9. Now this probably won't work but it is something I would love to see ---> The ability to have affiliates rebrand compiled bots with their name and affiliate link. What do you think the chances are of a plugin being able to do that?
  10. You can't get the wizard to show up in a compiled bot. You should be able to use a #variable in connection type, server, and port.
  11. If you have ever wondered how to make the "ip:port:username:password" format usable in UBot Studio then give this a go: ui open file("Proxies:", #proxies) clear list(%proxies) clear list(%currentproxy) add list to list(%currentproxy, $list from text($random list item($list from file(#proxies)), ":"), "Delete", "Global") change proxy("{$list item(%currentproxy, 0)}:{$list item(%currentproxy, 1)}") set proxy credentials($list item(%currentproxy, 2), $list item(%currentproxy, 3)) (Untested)
  12. Send in a ticket to support for sure.
  13. I don't even know what bitcoin is. heard of it but that is it.
  14. Everything you wanted that you didn't get for christmas is right here http://support.ubotstudio.com/index.php?/Knowledgebase/List/Index/13/ubot-4 and here: http://www.ubotstudio.com/tutorials.aspx I wouldn't try to just figure it out. that would be damn near impossible, but if you read all of that and watch the vids and ask lots of questions then you will be botting like crazy
  15. Let us know if it works. See if he is smart this time.
  16. cool. I will have to check them out. It is just one site that blocks them. 5qu1d00 recently changed their site to reduce spam (within the last week or so). So I imagine that if you use any private ip that is sequence with a bunch of other ip's that are showing spam trends then your ip will get blocked. Looks like their spring spam clean-up is going to work. Good for them, bad for us.
  17. You can't call images from the application folder either? So if css can be done then HOW Mr. TD?
  18. hmm.. any different about it? like maybe in an onload command or something? Just taking wild guesses.
  19. I haven't actually done it, but wouldn't you just call the .css file in the app folder?
×
×
  • Create New...