Jump to content
UBot Underground

Ridge

Members
  • Content Count

    35
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Ridge

  • Rank
    Advanced Member

System Specs

  • OS
    Windows 8
  • Total Memory
    8Gb
  • Framework
    v4.0
  • License
    Standard Edition

Recent Profile Visitors

1936 profile views
  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...
×
×
  • Create New...