Jump to content
UBot Underground

Ridge

Members
  • Content Count

    35
  • Joined

  • Last visited

Everything posted by Ridge

  1. That seemed to be the issue, changed my data entry from csv/table to two separate ui block text boxes. I wonder why the passwords for my csv file are being pulled with that extra line? Any guesses?
  2. I'm thinking that this could be causing it? The passwords have what seems like an extra space underneath them? https://puu.sh/vBIsw/f3cde0cbe9.png
  3. Hello, I've set up a script to pull emails and passwords from a csv file and verify emails via the connect to mail server, however when I try to run the script it fails, even though the details are correct, when entered manually it connects just fine. If anyone can help I'd much appreciate it! Error: http://puu.sh/vBGxw/2631587ee3.png Code: https://puu.sh/vBI2f/c9109702b7.png https://puu.sh/vBI3j/c6968536a8.png
  4. Hello, I have my bot set up so it'll generate usernames on the fly but whenever I stopped the bot and start it back up it uses the same usernames from last time. Here's how I have it set up, so what's the deal how can I fix this? Any help is much appreciated! Running on uBot 5.0.6 btw. http://puu.sh/h6Y8k/bf2b7243c3.png
  5. Yes, the error was it was set to delete dups, by default lol.
  6. Hello, I'm trying to check and see if account are being upgraded or not, however I can't seem to figure out how to do this. I thought of adding a column to my table that's purpose was to look for a certain element that would determine if they were premium accounts or free ones. However I don't know of a way to add information like this to a list. I'm currently messing around and this is the best I could come up with, but it when it loops it doesn't add a new line, it just overwrites the current line. set list position(%upgraded, 0) loop(10) { if($exists(<title="Home">)) {
  7. Alright I've figured out how to do that, I am however now facing an issue on how to save the information. When it gets saved it saves as follows, lets say there is 5 accounts I need saved, this is how it saves them. Username Username Username Username Username Password Password Password Password Password I'm lost at what to do lol
  8. Hello, I'm trying to figure out how I can get uBot to open one file that contains usernames and password but enter the information separately. As of right now it enter's everything like so Username form: thisistheusername:thisisthepassword I have the information stored like so Usernames:Passwords Usernames:Passwords Usernames:Passwords Usernames:Passwords Usernames:Passwords Usernames:Passwords Usernames:Passwords I need uBot to enter the username into the username form and the password into its form. Not both, I however can't seem to find out how to do this Correct code: ui open
  9. Hello, I'm trying to enter an email from an email list (list from file), the same email needs to be entered twice to confirm it was entered correctly. However I can't find a current list position parameter. I've tried using $list position inside of $list item, this doesn't work as it enters the next email in the list and not current one. I've also tried using previous list item, however this also entered the next email... ui open file("Emails", #emails) add list to list(%emaillist, $list from file(#emails), "Delete", "Global") set list position(%emaillist, 0) reset account("Any") type text(
  10. Alright so I've tried using click commands, change attribute, change drop down. Nothing is working, the closest I've gotten was with click command, the first click opens the menu like it's supposed to, but the second click that's supposed to choose one of the values doesn't register/work. When using change drop down, my only options are Random and Random skip first choice, which neither do me any good.
  11. Okay so please explain how knowing the site will help? It won't change the fact that uBot won't allow pop ups, so really how will it help? It wont.
  12. Still trying to figure this out
  13. As I said before, the site does not matter. Knowing what site it is will not help solve the problem at hand.
  14. I've updated the OP to include the email provider I am using.
  15. I've been messing around and looking in the wiki and still haven't been able to get this to work...
  16. What is Regex? I can't find it as a command.
  17. I tried doing that but it's not working...
  18. The site doesn't matter, I'm not giving out that information. What matters is I can't click the link in the email. I asked for a work around, or how I can copy and paste the confirm code.
  19. What do you mean what side? I'm pretty sure the problem is when trying to click it normally it'll open in another window but the built in browser won't allow this.
  20. I've tried using the click command, tried manually clicking it in the browser, nope nothing. It will not open! My only options at this point are to 1) clink on the "green confirm your account" button or 2) copy the confirmation code and paste it into the confirm box on the website. http://i.imgur.com/xqAP0Sg.png Email I am using to receive the confirmation is http://www.fakemailgenerator.com/
  21. I'm trying to change the drop down menu on http://www.fakemailgenerator.com/ to @cuvox.de as the rest are blocked on the site I'm trying to bot. However I can't seem to get uBot to change it. I've used change dropdown, and just dragging and dropping. I've included a video to show what I'm trying to do and also what I had attempted to do. If someone could help me automate this or make it to where every time the website is loaded it loads the @cuvox.de domain every time that'd help even more. http://screencast.com/t/XE0tXvZWQ
  22. I'm trying to figure out how I can have two tabs in the browser work at once and together. I want to use http://www.fakemailgenerator.com to get email from, however if you click it and check it out the way it works is it pre-loads an email account each refresh. I need to somehow get a new email each refresh and also get this email onto another tab (copy & paste). Then once i make the account using this email I need to be able to verify the account by clicking a link in the email. How could I do this?
  23. I'm still having the above issue, could someone help me out?
  24. Alright when I try using the next list command it puts a bunch of emails in the field instead of one. How can I fix this?
×
×
  • Create New...