Jump to content
UBot Underground

Anewbist

Fellow UBotter
  • Content Count

    104
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Anewbist

  1. PLEASE LET ME KNOW HOW I AM DOING SO FAR. BY clicking the plus or minus sign at the end of the posts
  2. the reason why I am doing this is because I PM the people that gave their time to put up the videos and asked for more instructions, asked them to explain it slower, can they break it down a little bit more in other words really becoming a pain. without even trying first on my own to understand it through the training that is already provided if you go through the basics, follow or do the training along side the instructors you will begin to get an understanding of ubot an understanding of how to create your army do not make the mistakes that I have and possibly get your
  3. just finished Seth Turin-Going over the basic concepts of Ubot Studio node scripts flow learning how to get nodes and scripts into the script box learning the different ways on how to put the script into the windows learning how to use the tool box on typing to get the command on how to get the commands into the script window you can click and drag a link in to the script windows. he talks about parameter, witch is a certain kind of node that explains some thing to another node on how to do it's job we learn that they are different kind of parameters strings,constant,variables, l
  4. Just Finished Seth Tutorial Demonstrating the Choose/Chosen System in Ubot at UbotStudio
  5. before i do anything else. I am going to do a refresher on the tutorial that are up for our learning so today I started with seth turin form fill in ubotstudios tutorials
  6. Skeleton.ubota suggestion was to set up a bot to use as a base. with subs please guys take a look make the corrections so we can adjust.
  7. ubot tutorials.txt this is a list that I scraped with a bot Hope it helps the list is in a text file with over 200 links to large to place in the forum and linking tem
  8. now you will get the basic understand from the videos and scripts. try to break them down. now that you got the basics......... goto Seth videos at ubothelp goto ubotstudios/tutorial and work along side with what is going on. and save the files in a folder then.... we head over to Arron ubottutorials and follow and work along side him. the reason that i was getting frustrated was that i was watching and not doing my mind was moving so fast about the tools that i can create I wanted the information now I bugged everybody for a while..... and you know what........nothing.... they told
  9. So before we can get into writing our codes for ubot we need to get a basic understanding. So my first choose for the tutorial is to watch frank over at ubotjunkie. now just don't watch, as he explain the process stop the vid and go and complete the tasks at hand. it does not matter if you mess up. I did. but once you go though the process and follow frank you will begin to understand the basics flow of things. then i went to Newb here with Ubot in the forum and downloaded hte videos that elteejay posted. goto =learning the right way to create a bot = A tip to avoid th duplicate word
  10. So lets recap The Ubot System of operation known as USMEAC. U: Utility - the Site or platforms over which the operation is to happen (may be considered to be part of the Situation heading) S: Situation M: Mission - a simple mission, normally delivered in a single sentence which is then repeated E: Execution - Details of how the Bot is to be carried out, including: * Commander's intent - what Ubot is to do * Scheme of maneuver - how Ubot is to do it * Main Effort (optional) - where it is to be done * Mission statements for any subs-and or loops * Timings * Actions upon certain
  11. U S M E A Command/Signal A. SignalPrimarySecondary [*]B. Command Location of Key Leaders- you already have a few. the persons that have created the training videos and active members in the forum answering question and giving solutions.Developers - find the developer on the forum and follow them, read over the post, look at how they assist in helping with problems Since it was mention, break down the script into sub (small teams), it is important that you know and understand the order in its entirety so as to be aware of which parts of the order apply directly to them and the subordinate sub
  12. U S M E Administration/Logistics (Service Support) A. Administration-asking for support in the forum B. Logistics - coming back to the forum and asking questions, looking over others bots going through the tutorialsexamining scriptsC
  13. U S M Execution A. Bots IntentCenter of GravityCritical VulnerabilityExploitation PlanDesired End state [*]B. Concept of the bots Operations Scheme of ManeuverFire Support Plan [*]C. Tasks[*]D. Coordinating Instructions A C
  14. U S Mission Who, What, Where, When, and (most importantly) Why?E A C
  15. Yes this is based on the: The five paragraph order is an element of United States Marine Corps, United States Army and United States Navy Seabees of small unit tactics that specifies instruction to a unit, based on an METT-TC Analysis (Mission, Enemy, Terrain & Weather, Troops & Fire Support, Time, and civilian) using the BAMCIS process (Begin the Planning, Arrange Recon, Make Recon, Complete Planning. Issue Order, Supervise) (i.e. fireteam, squad, platoon, company, etc.) prior to potential enemy engagement. It provides a structure for the unit to be able to understand and execute th
  16. So as we can tell learning how to develop a bot is 80% pre planning so lets go back to our USMEAC and break that down U S A. Site Functions and ProcessesSituation (SALUTE) Size, Activity, Location, Unit, Time (observed), EquipmentCapabilities/Limitations (DRAW-D) Defend, Reinforce, Attack, Withdraw, DelayMost Probable Course Of Action and functions of the site (EMPCOA) [*]B. Ubot functions and operations Higher's Mission & IntentAdjacent ScriptsUI,Startup,Loop,ShutdownFind open source scripts and bots [*]Supporting- find tutorials and bots that does what you want it to do [*]C. loops
  17. BAMCIS process Begin the Planning sketch" out the bot Arrange Recon visit and plan your bots function at the siteMake Recon See how other Ubot to scrape the Yellow pages business nameaddresscitystatezipphoneemailwebsite [*]Complete Planning organize Your bots in big subs usually.InitializeUIStartupLoopShutdownInitialize clears cookies, clears list, sets constant variables.UI defines all of the UI elementsStartup is my initial NAV, list processing, initial counter value setting etc that should be done before the main Loop.Loop includes the bulk of my bot. If the bot does not require any loo
  18. OK we now have part of the basics down. Now we are going to search around the forum to get some other great idea and tips. Duke n Dave created a post in the scripting tutorials, tips and tricks A good way to see what is going on in your script
  19. * "sketch" out the bot * creating empty subs * with the names of the MAJOR functions of the bot. The really BIG pieces. * Then fill in each really big piece with smaller subs for the smaller functions. * Then lastly begin actually creating the steps within those small functions. biggest advantages always know exactly where You left off the last time You worked on it. Try to "pre-plan" for as many subs as You can think of that You expect to call on several times, so You can get them setup early in the process. This would create a very solid structure for the bot. can some one
  20. I was asked a question of why am i doing this. well first it is to improve my understanding of Ubot. second why am I trying to get everyone involved. by having advance member and nobs involved it is doing alot of things for the community by the developers leaving an sample of what they know , customers and newbies alike will look at the rating and post that the contributor to see if he or she has an understanding of the program. your reputation will go up in the community and by leaving a vid explaining the process that they use will show an command over the utility. nobs and customs
  21. tooltrainer stated "sketch" out the botcreating empty subswith the names of the MAJOR functions of the bot. The really BIG pieces.Then fill in each really big piece with smaller subs for the smaller functions.Then lastly begin actually creating the steps within those small functions. This would create a very solid structure for the bot. can some one provide an example
  22. thank you webautomationlab for the kind words thank you tool trainer for your process can you provide a screen shot or a vid cast of the steps that you just explained. if any advanced members that are out their that will be willing to leave an example of what tool trainer just stated thank you
  23. any developer out their please send me a pm of the list of bots that you developed your prices for the source code or better yet use this for your bot list and list price
×
×
  • Create New...