Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 07/15/17 in all areas

  1. In this case you probably want to create a database that keeps track of the numbers so that they are not kept in memory. At the very least keep the numbers in text files labelled in process or completed or something but having a database with the numbers in it could be more flexible and allow you to store more information related to that tracking number. I would do an sqlite database, Aymen has a plugin for it.
    1 point
  2. Okay... this is very strange, but I believe I may have resolved the issue. All I did was create a new bot in ubot, and copied all of the code into it and then compiled it. Somehow, it's working flawlessly now. I'm baffled as to what has caused this issue, but relieved that it has been resolved. Thanks for your help everyone!
    1 point
  3. So, my above post spelled out with a real example would look like this: MasterList.txt contains: example1@yahoo.com:password1 example2@hotmail.com:password2 Now This: Add to List (List Name=%List of All Accounts/Passwords) > List from File > (File to Open=MasterList.txt) Does This: %List of All Accounts/Passwords would now equal: example1@yahoo.com:password1 example2@hotmail.com:password2 Now This: Set Variable (Variable Name=#Individual Account/Password) > Next List Item (List=%List of All Accounts/Passwords) Does This: Variable - #Individual Account/Password now woul
    1 point
×
×
  • Create New...