Jump to content
UBot Underground

Get random names from a list


Recommended Posts

I try to create an account and replace the names and surnames from .txt files.

Everytime i do this i get errors.

Now, as i'm new to uBot, i guess the fault is on my side, so any help would be apreciated.

 

My actions:

 

I created a UI Open File named "Name:"

On the website, i rightclick in the element "name" and choose "change choosen attributes".

I select "value" and rightclick "sub parameter" => Insert => Insert variable and select #names.

In the UI Open File i select a file names.txt with the names i want to replace.

Now i let it run and it gives me an error.

 

I also tried:

 

I select "value" and rightclick "sub parameter" => Variable Constants => Random List Item (because i want the uBot to pick random names from the list).

 

Gives an error as well. :huh:

Link to post
Share on other sites

Bump.

I keep getting errors.

 

Even when i decide to try to select the name field of the website and choose:

 

-. Change choosen attributes => Sub parameters => account constant => $firstname

 

 

What i want to do is changing the "name" and "surname" fields on a website and change these in names from a .txt file as mentioned in post #1.

Link to post
Share on other sites

Alright there is a bigger issue here.

 

Even i surf to the site, then on the name element i rightclick and choose "change chosen attribute" then i choose "value" then the question "What will we change it to" and i use the word "test".

 

Now i click play a few times, nothing happen.....

 

So when i tried exactly from one of the video tutorials how to get a name from a list.txt file and gave me an error, now this very simple thing fails as well (without error).

 

F*#$^%K!!!

 

Might be a stupid question, but can HTTPS a problem?

Don't think so, as there are already Twitter bots made with uBot.

 

But there is a guy that has issues with Facebook as well.

Facebook also use HTTPS and he has the same issues as me. :angry:

Link to post
Share on other sites

Email the script to me or post it here and I'll take a look at it. :)

 

Thanks for your reply alcr.

However i have found the issue on my own side.

 

I decided to watch the video tutorials from Seth again and guess what.... i forgot "choose by attribute" BEFORE "change chosen attribute"!

 

Damn, this issue was annoying me for 2 days (yes even when i go to bed and tried to sleep).

 

EUREKA! :D

Link to post
Share on other sites

Issue seems not solved, but the error is gone. :)

 

Problem is, i want to return RANDOM names from a list.

 

I have a UI Open File box to get the names.txt from.

I get it working now, however it picks one name only instead of random.

 

I added: Add to list => %names => value = #names (from the UI Open File)

 

Change choosen attribute => $read from file => $random list item => %names

 

It only returns the first name from the names.txt file over and over again.

 

What am i doing wrong?

Link to post
Share on other sites

Issue seems not solved, but the error is gone. :)

 

Problem is, i want to return RANDOM names from a list.

 

I have a UI Open File box to get the names.txt from.

I get it working now, however it picks one name only instead of random.

 

I added: Add to list => %names => value = #names (from the UI Open File)

 

Change choosen attribute => $read from file => $random list item => %names

 

It only returns the first name from the names.txt file over and over again.

 

What am i doing wrong?

In the bit where you've gone Change chosen attribute => read from file => random list item => names

 

Just change it to:

 

Change chosen attribute => $random list item => %names

 

You don't need the $read from file there

Link to post
Share on other sites

In the bit where you've gone Change chosen attribute => read from file => random list item => names

 

Just change it to:

 

Change chosen attribute => $random list item => %names

 

You don't need the $read from file there

 

I agree, read from file is wrong. You need list from file. Here look at this script I made real fast to show you.

Random Name from List.ubot

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...