Jump to content
UBot Underground

Best way to Save Account Bot info to File


Recommended Posts

Hello Ubotters,

 

I am wondering what is the best way to store information into a file. I have attached an example showing what my code is.. the bot works 100% and I know a little about adding items to a list etc.. but am not sure how I would accomplish this...

 

http://elev8webconsulting.com/example.PNG

 

After I fill the text field with my seed user name and random characters how would I add this item to a list along with the password (which is a textbox variable) and email (which is a textbox variable) separated by commas or colons.

 

Do I need to assign it some kind of value first? Thank for any Help

 

duken dave

Link to post
Share on other sites

set #randomnumber rand(1000,9999)

fill text area {1}{2} #seedusername #randomnumber

delay

fill text area #password

 

add to list %accounts

{1}{2},(or any other separator you like){3}

#seedusername #randomnumber #password

save to file (%accounts)

 

I hope this helps...

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...