User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 17:23, 4 January 2013 (diff | hist) . . (+417) . . N Delete File (Created page with "This command is a File Command. This command simply deletes a file. File to Delete refers to the file you would like to delete. The browse button on the co...")
- 17:14, 4 January 2013 (diff | hist) . . (+578) . . N Move File (Created page with "This command is a File Command. The command moves a file to a new location. File to Move refers to the file you would like to move to a new location. New Lo...")
- 17:06, 4 January 2013 (diff | hist) . . (+236) . . Rename File
- 17:04, 4 January 2013 (diff | hist) . . (+566) . . N Rename File (Created page with "This command is a File Command. This command renames a file. The command can be found under the system commands within the tool box. The == Example == <pr...")
- 16:40, 4 January 2013 (diff | hist) . . (+1,109) . . N Save to File (Created page with "This command is a File Command. This command allows you to save text and lists to a file. You can specify the name and location where you want to save the f...")
- 16:32, 4 January 2013 (diff | hist) . . (+372) . . N Shell (Created page with "This command is a File Command. This command will run any executable program you place within it. The Browse button allows you to browse for the .exe progra...")
- 16:21, 4 January 2013 (diff | hist) . . (+48) . . Pause Script
- 17:32, 3 January 2013 (diff | hist) . . (+705) . . N Compiling in the Developer Edition (Created page with "Compiling in the Developer Edition of UBot Studio comes with many features. The Developer edition compilation options can be accessed by clicking the Developer options tab. ...")
- 17:31, 3 January 2013 (diff | hist) . . (+217) . . Compiling in the Standard and Professional Editions
- 17:29, 3 January 2013 (diff | hist) . . (+303) . . N Compiling in the Standard and Professional Editions (Created page with "Clicking the Compile option in the file menu brings up options for compilation. The general compilation options allow you enable and disable the display of the captcha servic...")
- 17:29, 3 January 2013 (diff | hist) . . (+58) . . Main Page
- 17:06, 3 January 2013 (diff | hist) . . (+20) . . Main Page
- 16:53, 3 January 2013 (diff | hist) . . (+886) . . N UI html panel (Created page with "This command is a UI Command. This command creates a blank panel in the ui area in which you can use html, css, and javascript to design your own ui. The comm...")
- 16:35, 3 January 2013 (diff | hist) . . (-509) . . UI Commands
- 16:22, 3 January 2013 (diff | hist) . . (+654) . . N UI button (Created page with "This command is a UI Command. This command creates a button on the UI area within your bot. After dragging the command into the scripting area, you can fill t...")
- 16:15, 3 January 2013 (diff | hist) . . (+598) . . N UI window (Created page with "This command is a UI Command. This command will allow you to create a settings window that you can find under the settings drop down in UBot Studio. You can p...")
- 16:04, 3 January 2013 (diff | hist) . . (+700) . . N UI stat monitor (Created page with "This command is a UI Command. This command will display the value of any variable you insert into it on the UI area above the browser. For example, you can se...")
- 22:28, 30 December 2012 (diff | hist) . . (+544) . . N UI list box (Created page with "This command is a UI Command. This command creates a list box on the UI panel tied to a specific variable. == Example == <pre> navigate("http://ubotstudio....")
- 22:22, 30 December 2012 (diff | hist) . . (+776) . . N UI drop down (Created page with "This command is a UI Command. The command creates a drop down menu on the UI panel tied to a specific variable. == Example == <pre> load html(" <html> <body>...")
- 21:59, 30 December 2012 (diff | hist) . . (+701) . . N UI save file (Created page with "This command is a UI Command. This command creates a save file field on the UI panel tied to a specific variable. == Example == This command works similar t...")
- 21:24, 30 December 2012 (diff | hist) . . (-1) . . UI open file (→Example)
- 21:11, 30 December 2012 (diff | hist) . . (+825) . . N UI open file (Created page with "This command is a UI Command. The command creates an open file field on the UI panel tied to a specific variable. This command will create a file browsing butt...")
- 20:53, 30 December 2012 (diff | hist) . . (-1) . . UI check box
- 20:52, 30 December 2012 (diff | hist) . . (+3) . . UI check box (→Example)
- 20:52, 30 December 2012 (diff | hist) . . (+665) . . N UI check box (Created page with "This command is a UI Command. This command creates a checkbox in the UI portion at the top of the browser. == Example == Checking the checkbox sets the corr...")
- 16:26, 30 December 2012 (diff | hist) . . (+687) . . N UI block text (Created page with "This command is a UI Command. This command creates a large text field in the UI portion at the top of the browser. == Example == Label refers to the label f...")
- 15:33, 30 December 2012 (diff | hist) . . (+632) . . N UI text box (Created page with "This command is a UI Command. This command creates a field in the UI portion at the top of the browser. == Example == Label refers to the label for the text...")
- 15:17, 30 December 2012 (diff | hist) . . (+56) . . Comment
- 15:17, 30 December 2012 (diff | hist) . . (+357) . . N Comment (Created page with "This command is a Flow Command. This command allows you to write comments within your code. == Example == <pre> navigate("bing.com", "Wait") comment("The s...")
- 15:12, 30 December 2012 (diff | hist) . . (+450) . . N Divider (Created page with "This command is a Flow Command. This command visually divides up pieces of code to help the visual aesthetics of the scripting window. It is used for debuggi...")
- 15:07, 30 December 2012 (diff | hist) . . (+124) . . In New Browser
- 15:03, 30 December 2012 (diff | hist) . . (+703) . . N In New Browser (Created page with "This command is a Flow Command. This command runs all contained commands inside a separate browser in a separate window. These separate browsers will appea...")
- 14:55, 30 December 2012 (diff | hist) . . (0) . . Alert (→Example)
- 14:52, 30 December 2012 (diff | hist) . . (+314) . . N Alert (Created page with "This command is a Flow Command. This command displays an alert box to display a message to the end user. == Example == <pre> alert("Hello World!") </pre> ...")
- 14:45, 30 December 2012 (diff | hist) . . (+748) . . N Define (Created page with "This command is a flow command. This command allows you to define a custom command or function that can be used in your bot. == Example == Naming the com...")
- 19:42, 29 December 2012 (diff | hist) . . (+1,065) . . N Else If (Created page with "This command is to be used inside an If statement to check for another condition if the first condition was not returned true. This is an enhancement that helps avoid nestin...")
- 19:31, 29 December 2012 (diff | hist) . . (+598) . . N Else (Created page with "This command is used inside an if command to specify which commands should run if the condition is not true. == Example == <pre> if($exists(<innertext="Video Training in Te...")
- 19:15, 29 December 2012 (diff | hist) . . (+611) . . N Then (Created page with "This command is used inside an if command to specify which commands should run if the condition is true. == Example == <pre> if($exists(<innertext="Video Training in Ten Mi...")
- 19:07, 29 December 2012 (diff | hist) . . (+17) . . If (→Example)
- 19:05, 29 December 2012 (diff | hist) . . (+6) . . If
- 19:02, 29 December 2012 (diff | hist) . . (+802) . . N If (Created page with "This command is found under the [Flow Commands].This command runs the contained commands if the conditional set within it is true. The if command comes with the [Then] and [El...")
- 18:20, 29 December 2012 (diff | hist) . . (+589) . . N Thread (Created page with "This command runs the contained commands in a separate thread from the main script allowing multiple commands to run at the same time. (Professional and Developer Editions Onl...")
- 18:02, 29 December 2012 (diff | hist) . . (0) . . Flow Commands (→List of Flow Commands)
- 17:59, 29 December 2012 (diff | hist) . . (+983) . . N Loop While (Created page with "This command runs the contained commands as long as a condition returns true. You can create any condition necessary to your processes. For example, you could specify that a...")
- 18:37, 24 December 2012 (diff | hist) . . (+115) . . Loop
- 18:34, 24 December 2012 (diff | hist) . . (+361) . . N Loop (Created page with "This command repeats the contained commands a specified number of times. == Example == <pre> set(#number, 0, "Global") loop(10) { increment(#number) add item to lis...")
- 18:27, 24 December 2012 (diff | hist) . . (+2) . . Return
- 18:27, 24 December 2012 (diff | hist) . . (+56) . . Return
- 18:24, 24 December 2012 (diff | hist) . . (+674) . . N Return (Created page with "This command exits the current command or function and allows custom functions to return a value. This command is designed to allow the user to re-use code in the form of cust...")
- 18:08, 24 December 2012 (diff | hist) . . (+1,017) . . N Wait For Browser Event (Created page with "This command waits for a browser event to happen such as a page being loaded and DOM ready. The options for browser events are: DOM Ready (To read more about DOM, please see ...")
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)