Jump to content
UBot Underground

daveconor

Members
  • Content Count

    47
  • Joined

  • Last visited

Everything posted by daveconor

  1. Im trying to automate a submission form, trouble is, the fields get a randomly assigned id every time ex: <id="input-:19">, the number 19 will change randomly. Cant use wildcard or regex because more than one fields have an id of <id="input-:*">, cant use class either because they all have the same class. Any ideas? thanks
  2. Love it, the past couple days I was just thinking how great would it be if there was a feature to collapse top level nodes only and BAM! there it is, thanks.
  3. I don't understand how grouping nodes into a folder like node isn't a feature, seems like a no brainer.
  4. thanks, and yea I was able to connect to outlook and my hostgator mail
  5. First time using connect to mail server and it doesn't seem to be able to connect, settings: Yahoo Mail POP3 With SSL user pass pop.mail.yahoo.com 995 Cant figure out what I'm doing wrong Sometimes the error it give me is "access to this service is not permitted" BTW - no proxy, and using my 5 year old account
  6. I would pay money for a plugin that does this if possible
  7. Maybe this feature exists and I don't know about it but I was thinking it would be great to be able to organize a number of nodes and put them in this sort of forlder example: All ui monitor nodes could go into the ui monitor dropdown folder Instead of this looooooong line of node mess that makes it a headache to find anything if it does exist, o god, please tell me how, thanks.
  8. Leaving it blank didnt work for me, I just saved the file and reopened it, that did the trick
  9. Looking to buy the .ubot source code for a google/gmail account creator, shoot me a price.
  10. Trying to built a bot that creates gmail accounts, the normal $solve captcha doesnt seem to return a result, Im using deathbycaptcha services, any advice?
  11. Thanks, that worked beautifully
  12. tried that, didnt work because its not on the same line
  13. Sup fellas, Im trying to scrape a password on a web page that has no ID, I tried $page scrape but the html looks like this: Username:<strong>testuser</strong><br/>Password:<strong>testpass</strong> Is there any other way? thanks
  14. Well I found a way to get it done, if I save the changes I made in $spin by pressing the ok button it will break the variables inside BUT, if I leave it open and instead press ok on the node inwhich the $spin node is located, it will save the changes and wont break the variables
  15. I have done it in node view (dragging them over) but like I said, it breaks the variables if I open to edit and save, as for code view, I dont have pro. Any other ideas? thanks
  16. Im new to bots, I've managed to make one and now I want it to cycle through the lines in my ui block text which has a variable x, so I want variable x to change in accordance to which line it is running, also, how would I promt it to move down to the next line. Ex: ui block text: red blue orange yellow I want it to go through all 20 actions for red which would be variable x first and then make blue variable x and go through those 20 actions again
  17. thanks for the reply but I've tried that and the results are not consistent if you mess around with $spin too much, ex: click to edit $spin and then hit ok after your done, it will sometimes break the variables inside, its wierd. Still looking for a solution
  18. So I'm trying to to spin text with 3 different variables using $spin ex: {My {#variable1} | Your {#variable2} | His {#variable3}} It seems like having curly braces within curly braces is breaking the variable so it shows as text ex: your #variable or His #variable would appreciate any help, thanks
×
×
  • Create New...