Jump to content
UBot Underground

Data to variables, splitting. Is that possible?


Recommended Posts

I wanna buy ubot studio 4.2, cause I checked every topic, and everyone telling that's the best version right now.

Anyway.

 

 

#1 Question

I've got some database with data like:

data1, data2, data3

in CSV file.

Only three columns and a lot of rows inside.

Is that possible to open this file, and randomize one of them(rows), put this three datas(columns) as variables(#data1, #data2, #data3)?

 

#2 Question

I've got some database with emails, and password in this format: email:password

And what I want to do, is add that as variables, and third variable will be username.

Username will be splitting email variable, to moment when @ character will start.

 

I did that before in javascript, and that's how it looks:

 

this.username = this.email.split('@')[0];

 

Of course after that I wanna save as three variables(#email, #password, #username)

 

 

 

 

If yes, how to do this two?

 

I wanna buy Ubot and start my project as fast I can, so at this moment, when I'll click buy button(that's an invest, a looot of money for standard version), I wanna make sure, that's possible.

 

// Please move this thread to Scripting forum

Edited by ianshier
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...