Jump to content
UBot Underground

Need help typing more than 1 line of text


Recommended Posts

I am making a bot to post article in multiple forum, without me having to sign in for each forum.

Right now all I know is to use Type into, but this way I can only type in 1 type of text.

I want the bot to auto format the post, so I am writing the post in MS Word, using tag to identify Title, Header and things like that, and have Ubot pick each content and type into post area, append tag like

, [strong][/strong] appropiately.

The problem right now is I don't know how to type in multiple lines of text.

Link to post
Share on other sites

Well, you can paste multiple lines directly into the parameter box, use a $read file command, add the file's contents to a list, etc...there are several ways to accomplish what you need.

 

 

John

Link to post
Share on other sites

Smarter is to use "load html" command in new browser where You can format all text using html tags like <br> <strong>.... then scrape "document text" to variable and "change value" of field in main window.

Link to post
Share on other sites

Ok, all the solutions is valid. Thank you all!

I've decided to choose JohnB's suggestion, using $Read file.

The bot I'm making will help user to easily manage multiple forums and save time.

What I'm doing is create an excel file, with 4 collumn: Username, Forum, and Post Content, and Reply

 

User will only have to open the excel file, Reply in the reply collumn.

I will have Winautomation read the excel file, compile a text file for each forum, in that text file will use all the common tag to format the content.

Then, Ubot studio just have to read each file and post to each appropiate forum.

Link to post
Share on other sites
  • 2 weeks later...

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