Jump to content
UBot Underground

presbyran

Fellow UBotter
  • Content Count

    25
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by presbyran

  1. Not working for me Tried everything Delete Ubot Clear %APDATA%/Ubot Re-install x86 file Any other solutions? Need it fixed asap Thanks
  2. hi Aymen how many pc can this tool be running on? maybe intrested thanks
  3. does this support special characters? Like åäö ÅÖÄ and so on
  4. @blumi40 do you know how this can be done? or you want the answer aswell?
  5. Hi I'm trying to change the inline style value within a ui html panel. Is this possible? Please if someone know any tips on how this could be done.. Here is my code: set(#num, 0, "Global") ui html panel("<div class=\"progress\" variable=\"#num\" fillwidth=\"value\" style=\"background-color:#0{#num}{#num};\">THIS IS TEXT</div>", 70) loop(10) { increment(#num) wait(0.5) } If you see i want to change the background color of the text, so foreach loop it will get a new background color.
  6. Please PM me, did not get any email with the bot have paid to you
  7. wow great share from you both (@scott and @HelloInsomnia)
  8. Hi guys Have looked around the forum and could find any info on hwo to work with JSON the best way? Anyone can point me to the right direction? Thanks
  9. Hi just added you on skype please send paypal details
  10. Hi Is there any way to manupilate UI Html Panel? Here is my simple code: set(#javascript, "<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js\"></script>", "Global") ui html panel("<div class=\"start\">1</div>", 50) set(#value, 1, "Global") loop(10) { set(#start, $eval("$(\'.start\').html(\'{#value}\');"), "Global") wait(0.5) increment(#value) } I want the value of the ui html panel to increment when pressing Run button on Ubot Dont knwo if it works, anyone have any idea?
  11. Sorry to hear that.... Any tips on how to protect yourself from that?
  12. Thanks magoo for the quick reply. Will have a look
  13. Any good tutorial on how to get started with threads? Would be nice to try it out.
  14. Hi I have made a bot that register to a site with custom info. And the email accounts i had it before. (about 600 accounts) Now to my question: I need to know the best way to connect to hotmail and click on the verify account link. I managed to click on 1 link but when i try to reconnect to hotmail and verify the second account, i get an error message saying that i have to wait 15min for trying to connect to the mail server. Im using proxies as well. How do you do it? Please help im stuck Thanks EDIT: Problem solved Clue from seth: http://ubotstudio.com/blog/2011/12/13/new-pop-em
  15. Hi Ubot friends.. I'm new here, and new to Ubot! Let see what this software can do for me Hope to learn alot from this powerful software! Let start learning
×
×
  • Create New...