Jump to content
UBot Underground

Search the Community

Showing results for tags 'custom commands'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. Hi! In this tutorial I will attempt to show you how to use a "define" command/function, I call them "methods". A method can be a group of nodes or just one node that accomplishes a specific task. Much like if you have separate tabs to do different things in your program. Tabs are containers, defines are custom containers that can contain groups of other commands and functions even your custom commands/functions. Why do I need to do all this extra work man? Saves memory - Local variables and list are not saved to memory when used inside defines. Reusable code - You can reuse these methods a
  2. UBot Boot Camp Intermediate Part 2 http://network.ubotstudio.com/store/wp-content/uploads/sites/2/2016/11/ubot-interm-part-2-boot-camp-550-b-600x600.png Hello UBotter! When you finish this you will be able to make large bots with structure and readability. Nothing worse than writing a large bot and the site changes for whatever reason and you are spending hours looking for that snippet of code. Again, you don’t need all this structure for a smaller bot. However, it is a good practice to just do it and you will just be in the habit. In the long run it will save you time and use less co
  3. Hey all, I have a bot which I'm building for resale which goes through signup and posting at various sites. Because sites frequently change their signup process (in order to frustrate botters like us, haha) I'm anticipating having to release updates fairly frequently. What I'm wondering is if there is a way to call a define command from an external file? So for example I code my bot like this: Define sign-up at site A Define sign-up at site B Define sign-up at site C Then run all those custom commands depending on what the user has selected. So what I was thinking was that if site B
×
×
  • Create New...