Jump to content
UBot Underground

Recommended Posts

Just trying to get my head around the upgrading options.

 

If I were to go Dev, I would get the following.

 

 

UI Modification - - Yes

Branding Removal - - Yes

Custom Splash Page - - Yes

UI Color Schemes - - Yes

 

Then:

 

Javascript Support Standard Advanced Advanced

Data Manipulation Standard Advanced Advanced

Content Scraping Tools Standard Advanced Advanced

HTML Manipulation Standard Advanced Advanced

 

WHAT DOES THAT MEAN?

 

As the offer will be expiring soon.

 

Please can someone provide some feedback on these additional features.

 

For me the most important feature would be, that when Upgrading a version of UBOT it doesn't make the previous code redundant, rewrite it, or just chop it completely.

 

Cheers.

Link to post
Share on other sites

I think basically the pro version has all the stuff standard should have had to begin with plus firefox and some stuff you have to do with javascript if you don't upgrade and the dev version you can take off the branding, have a custom splash page and have an html ui which from the user opinions in forum posts doesn't seem to work and probably should have been put in the pro version anyway.

 

If they fixed the constant false positives in Norton anti-virus, didn't have a compiler that can change without you doing anything and could fix the crashing when doing large bots the Dev version would be well worth an upgrade.

 

Thats my opinion for what its worth :rolleyes:

 

Andy

Link to post
Share on other sites

I think basically the pro version has all the stuff standard should have had to begin with plus firefox and some stuff you have to do with javascript if you don't upgrade and the dev version you can take off the branding, have a custom splash page and have an html ui which from the user opinions in forum posts doesn't seem to work and probably should have been put in the pro version anyway.

 

If they fixed the constant false positives in Norton anti-virus, didn't have a compiler that can change without you doing anything and could fix the crashing when doing large bots the Dev version would be well worth an upgrade.

 

Thats my opinion for what its worth :rolleyes:

 

Andy

 

 

Thank Andy....I don't wanna turn this into a bitchin session, Seth can you sum up for me nicely or LillyT. Because at the moment I am struggling to understand the benefits.

Link to post
Share on other sites

Thank Andy....I don't wanna turn this into a bitchin session, Seth can you sum up for me nicely or LillyT. Because at the moment I am struggling to understand the benefits.

 

 

These are the other commands and constants you get with the Dev Version. If these commands and constants (as well as the right click menu with choose ancestor, choose from chosen, choose first child, choose next sibling, choose parent ) look like something you need, then it is a benefit to get it. If none of these commands and constants matter to you, then I guess it's not a benefit. It's up to you and what you need at the moment:

 

The Pro and Dev License Commands

 

*UI Elements(Dev License ONLY)*

 

UI html Panel

This creates a blank panel in the ui area in which you can use html, css, and javascript to design your own ui.

UI Splash Page

This allows you to display a webpage within the compiled bot before the bot even starts to run.

UI Remove Branding

This will remove the "powered by" link in UBot Compiled Bots.

UI Foreground Color

This will change the foreground color in UBot Studio, UBot Compiled Bots, and UBot Reader.

UI Background Color

This will change the background color in UBot Studio, UBot Compiled Bots, and UBot Reader.

UI Tab Color

This will change the tab color in UBot Studio, UBot Compiled Bots, and UBot Reader.

 

*The Choose/Chosen Commands*

 

Scrape Chosen Table

Scrapes and creates a table based on a chosen table.

 

*The File Commands*

 

Rename File

Renames a file

 

Move File

Moves a file to a new location.

 

Delete File

Deletes a file.

 

Copy File

Copies a file to a new location.

 

Rename Folder

Renames a Directory (Folder)

 

Move Folder

Moves a folder to a new location.

 

Delete Folder

Deletes a folder.

 

Create Folder

Creates a new folder

 

Copy Folder

Copies a folder to a new location.

 

*Input Commands*

 

Move Mouse

This will move the mouse to specified coordinates.

 

Mouse Click

This will simulate a mouse click, or a mouse down or mouse up action.

 

Send Keys

This will simulate typing.

 

Press and Release Key

This will simulate pressing and holding the alt key, shift key, or control key.

 

*Action Commands*

 

Set Active Window

This will bring a desired window into focus according to that window's title.

 

Close Window

This will close the active window.

 

The Pro and Dev License Parameters

 

*Variable Constants*

 

Subtract lists

This function allows you to compare two lists and create a new list containing all items that are unique to the first list.

 

Subtract lists

This function allows you to compare two lists and create a new list containing all items that are unique to the first list.

 

Sort lists

Sort List allows you to sort all items contained in a list in either ascending or descending order.

 

Common list items

This function allows you to compare two lists and create a third list containing all items that are common to both lists.

 

*Text Constants*

 

Text to uppercase

Changes all text in a string to uppercase letters.

 

Text to lowercase

Changes all text in a string to lowercase letters.

 

Text to proper case

Capitalizes the first letter of each word in a string which is also known as Title Case.

 

Trim

Removes any leading or trailing blank spaces from a string.

 

Subtext

Returns a new string that is a substring of an original string. The substring begins at a given starting point and extends up to the given length.

 

Random text

Generates a random alpha-numeric string of user defined length, including upper and lowercase letters

 

Pad text

Adds a fixed number of characters to the left or right side of a string based on the total length of the string selected.

 

Text length

Returns the total length of some text.

 

Insert text

Inserts a substring into a string based on the specified position.

 

Find index

Finds the index of any subtext within a text string

 

Append line to text

Appends a new line to a piece of text.

 

Find regular expression

Find regular expression allows users to conduct specific searches on text strings using regular expressions.

 

*File Constants*

 

Get files

Files From Folder returns a list of all files in any given directory.

 

Special folders

Shows the current directory of the computer’s special folder.

  • Like 1
Link to post
Share on other sites

These are the other commands and constants you get with the Dev Version. If these commands and constants (as well as the right click menu with choose ancestor, choose from chosen, choose first child, choose next sibling, choose parent ) look like something you need, then it is a benefit to get it. If none of these commands and constants matter to you, then I guess it's not a benefit. It's up to you and what you need at the moment:

 

The Pro and Dev License Commands

 

*UI Elements(Dev License ONLY)*

 

UI html Panel

This creates a blank panel in the ui area in which you can use html, css, and javascript to design your own ui.

UI Splash Page

This allows you to display a webpage within the compiled bot before the bot even starts to run.

UI Remove Branding

This will remove the "powered by" link in UBot Compiled Bots.

UI Foreground Color

This will change the foreground color in UBot Studio, UBot Compiled Bots, and UBot Reader.

UI Background Color

This will change the background color in UBot Studio, UBot Compiled Bots, and UBot Reader.

UI Tab Color

This will change the tab color in UBot Studio, UBot Compiled Bots, and UBot Reader.

 

*The Choose/Chosen Commands*

 

Scrape Chosen Table

Scrapes and creates a table based on a chosen table.

 

*The File Commands*

 

Rename File

Renames a file

 

Move File

Moves a file to a new location.

 

Delete File

Deletes a file.

 

Copy File

Copies a file to a new location.

 

Rename Folder

Renames a Directory (Folder)

 

Move Folder

Moves a folder to a new location.

 

Delete Folder

Deletes a folder.

 

Create Folder

Creates a new folder

 

Copy Folder

Copies a folder to a new location.

 

*Input Commands*

 

Move Mouse

This will move the mouse to specified coordinates.

 

Mouse Click

This will simulate a mouse click, or a mouse down or mouse up action.

 

Send Keys

This will simulate typing.

 

Press and Release Key

This will simulate pressing and holding the alt key, shift key, or control key.

 

*Action Commands*

 

Set Active Window

This will bring a desired window into focus according to that window's title.

 

Close Window

This will close the active window.

 

The Pro and Dev License Parameters

 

*Variable Constants*

 

Subtract lists

This function allows you to compare two lists and create a new list containing all items that are unique to the first list.

 

Subtract lists

This function allows you to compare two lists and create a new list containing all items that are unique to the first list.

 

Sort lists

Sort List allows you to sort all items contained in a list in either ascending or descending order.

 

Common list items

This function allows you to compare two lists and create a third list containing all items that are common to both lists.

 

*Text Constants*

 

Text to uppercase

Changes all text in a string to uppercase letters.

 

Text to lowercase

Changes all text in a string to lowercase letters.

 

Text to proper case

Capitalizes the first letter of each word in a string which is also known as Title Case.

 

Trim

Removes any leading or trailing blank spaces from a string.

 

Subtext

Returns a new string that is a substring of an original string. The substring begins at a given starting point and extends up to the given length.

 

Random text

Generates a random alpha-numeric string of user defined length, including upper and lowercase letters

 

Pad text

Adds a fixed number of characters to the left or right side of a string based on the total length of the string selected.

 

Text length

Returns the total length of some text.

 

Insert text

Inserts a substring into a string based on the specified position.

 

Find index

Finds the index of any subtext within a text string

 

Append line to text

Appends a new line to a piece of text.

 

Find regular expression

Find regular expression allows users to conduct specific searches on text strings using regular expressions.

 

*File Constants*

 

Get files

Files From Folder returns a list of all files in any given directory.

 

Special folders

Shows the current directory of the computer’s special folder.

 

Thanks, just bought the prolicence.

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