Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 06/29/10 in all areas

  1. Yeah the main problem with automating the new UBots is that you can't tab to the bottom pane which contains the play button and form fields. That definitely makes automating a little harder. I made a new AutoIt3 script for the new UBots... it opens the UBot, selects the correct tab, and mouses over the play button to press play. Here's the .exe file (more info on my blog). You can create this .exe file by compiling the script below in AutoIt3. Just don't move the mouse when it's trying to click play. ;Basic script AutoRun UBot - takes an .exe as parameter ;Directions: ;Put this
    2 points
  2. Okay now. Here is what I have figured out about the new Table feature. Check my bot out below. In the first tab, you can traverse your CSV file. You must know the number of your Columns and Rows. Remember this is zero based indexing, meaning (0,0) is the first cell of the first row and the first column. And (4,4) is the last cell which is located in the fifth row and the fifth column. Here was my test CSV file: 1,2,3,4,5 1,2,3,4,5 1,2,3,4,5 1,2,3,4,5 1,2,3,4,5 In the second tab I played with changing a specif cells value. I used the same row & column from the first tab. Ini
    1 point
  3. 1 point
  4. with the tutorials I have two screens, one to watch and the other to follow along. we need to go over the training before we build our USMEAC plan. with getting by understanding the software you understand your capabilities and the tools. Or your team witch is the function of ubot. so much is going into pre planning and training. the reason is that if you are building out your own bot you can pick out the functions that you need and match them to what you are trying to do. always keeping the goal in mind. A good method of learning watch 7 times the one tutorialfollow along (
    1 point
×
×
  • Create New...