Jump to content
UBot Underground

Recommended Posts

UBot Boot Camp

 

Basic Training – Poster Source Code

 

http://network.ubotstudio.com/store/wp-content/uploads/sites/2/2016/11/ubot-basictraining-boot-camp-550-b-r.png

 

Hello Newbie! :D

 

In this “Source Code” aka .ubot file I will attempt to show you how to use the most common nodes used in any software you build. This is not a full production bot yet but this one in particular shows how to make a posting bot. Most of the same code can be used for a scraper too. You will learn how to learn the following commands and functions(nodes).

 

Commands:

  1. set header - change user agent and referrer

  2. navigate

  3. wait for element

  4. type text

  5. click

  6. change checkbox

  7. stop script

  8. clear list

  9. add list to list

  10. loop

  11. alert

  12. set

  13. loop while

  14. if

  15. wait

 

 

Functions:

  1. list total
  2. list fr4om text
  3. text from list
  4. new line
  5. next list item
  6. spin
  7. rand
  8. random list item
  9. comparison
  10. list item

Concepts:

  1. nesting functions
  2. looping
  3. list management
  4. logic
  5. page elements
  6. radio buttons
  7. text fields
  8. submit button
  9. delimiters
  10. parameters
  11. multiple functions and variable in a field
  12. using multiple commands and functions together
  13. what is a function
  14. using alert for debugging
  15. what zero based system is
  16. using commands and function in multiple ways
     

Each of these are explained by a comment next to it.

 

This source code intends to show a natural progression of a bot build over 4 tabs. Over these four tabs I will introduce new nodes step by step then refactoring as I go. I also show how one might build a bot around a form and loop through data in a list then submit it.

 

This is really basic stuff that you will use over and over but in this source you will understand how to use these nodes in more than just one scenario. Instead of just knowing what the node does you will know how it works in conjunction with others in a few different ways.

 

This source is missing some steps however I did note where you will need to insert the nodes to login to a service like Word Press. After going through this source I hope you will be able to get started making your bots faster and understand the some of the fundamentals in UBot Studio.

 

I also started a Skype group and the link is inside the source in the “Resources” tab along with other need to know information. I know when I started I struggled with how to put things together and in what order. I hope this source provides you with some insight to speed up your for steps into bot building.

 

In the near future I will release some supplemental information to this source and I have several more in line near ready to release as well. These are intermediate to advanced and they cover many more nodes and UBot tips as well.

 

I look forward to helping you getting started in the UBot Studio Boot Camp Skype group. Hope to see you soon so enlist today!!

This group is just for Newbies and anyone that likes to help Newbies.

 

Download it today in the UBot Store

 

 

 

 

Documentation for this UBot tutorial

 

 

Here is the link to the second source of this series
 

[Free] Ubot Boot Camp Intermediate Part 1- Source Code [Free] Ubot Boot Camp Intermediat Part 2 – Poster Source Code

 

 

Hope this Helps YOU! :D

Nick

post-5979-0-58879800-1476148469_thumb.png

  • Like 5
Link to post
Share on other sites

Thanks guys!

added a link to the OP for the 2nd source code of this series.

http://network.ubotstudio.com/forum/index.php/topic/19982-free-ubot-boot-camp-intermediate-part-1/

Link to post
Share on other sites
  • 4 weeks later...
  • 2 months 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...