Jump to content
UBot Underground

jomark3

Fellow UBotter
  • Content Count

    179
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by jomark3

  1. I've been away from Ubot for a while so maybe some active users can answer a question for me. I downloaded version 6 and I'm using it, but are most people using Ubot 5.9.55 or Ubot 6 (because it is too buggy)?
  2. Buddy, in Ubot support sent me these instrux and they worked: 1. Uninstall UBot Studio from your system. 2. Using %APPDATA% (open windows explorer and paste that into the path of the address bar), then select the Roaming folder and Delete the folder named UBot Studio. If you have any 3rd party plugins make sure that you have those backed up. I would also reboot your computer after doing the uninstall to ensure that there are no residual UBot files running in memory. MAKE SURE YOU DO THIS! 3. Disable any AV, Anti-Malware software, Firewall, Proxies as well as Microsoft's User Account Control
  3. I use windows 10 and I cannot run ubot 5 (the support files will not load). I have not tried ubot 6, but ubot 4.2.20 is running fine? I have been dealing with support but they are no help at all. I would love some help from other members who may have solved this problem. I disabled windows defender and Mcafe firewall, but still no go.
  4. I created a similar program when we were looking to buy a boat. With a few modifications, you can modify it to suit your needs. Click the 'Start' button and the bot searches craigslist boats that meet our criteria, then saves all of the urls to a list. It then visits each url so you can see the item. If you click on the 'Next' button, it visits the next item. If you click on the 'Log This Boat' button, it saves the url (along with some other info on that boat,.If you want to review all of the boats you saved, click on the 'Save This List' button. Note: This bot was created using version
  5. Open a new instance of ubot. copy & paste the nodes you want to re-use into the new bot. Save the new bot.
  6. Create a define In this define, set a variable (#clicks) to calculate your percentage Create a loop to do your clicking. Set the number of cycles in the loop to #clicks
  7. In version 4, you can open 2 (or possibly more) projects at once.
  8. For week 15, the program correctly predicted the winner in 12 out of 15 games for an 80% accuracy rate. Anyone interested in a partnership on this project?
  9. I am working on a program that predicts nfl scores. I am looking to partner up with an experienced, creative ubotter with good marketing skills to collaborate on this project. The ubot program is nearly complete but, as with any new program, there are a few bugs to fix and a few more features to incorporate. If you are creative, experienced, and have good marketing skills, pm me with your qualifications and we can discuss a partnership. Following are the predictions the program made for (week 16) nfl games to be played from 12/24-12/28: Teams Win/Loss Forecasted
  10. Just a little post to demonstrate the power of ubot to newbies who are struugling to learn how to use it.. I had a job where I had to scrape over 300 urls, visit each url, scrape the name and description of each item and save this data to a file. The job would have taken 4-5 hours to do manually, but I created a ubot pgm that did the job in 20 minutes. Of course, it took an additional 20 minutes to ctreate the ubot pgm. After all these years, I am still in love with ubot!
  11. Hey Frank, Using the alert command, the user is prevented from clicking anything on the screen until the alert box is clicked. This may be an easier way to go.
  12. I created a simple bot to do something similar to what you are asking for. I am looking to purchase a boat from craigslist. The bot scrapes all of the cl listings meeting my criteria and saves the urls to a list. It then cycles through that list one by one. If I am interested in the current item, I click on the button to save that item. (the define for that button scrapes data from that listing and saves it, along with the url, to a different list) If I am not interested in the item I click the button for next item which brings up the next item in the list. After I had gone through the e
  13. You need ubot version 4.2.20 or newer to use plugins, older versions of ubot do not recognize plugins.
  14. Create a batch file with one line of code as follows: start "" "complete path to compiled ubot exe file" /auto The finished bat file will look something like this: start "" "C:\Documents and Settings\Owner\Desktop\Ubot Programs\Finished Programs\My Affiliate Data Bot\My Bot.exe" /auto You can create the file in notepad, then save it with a .bat extension. Then run the batch file and it will run your bot.
  15. Thanks Edward_2, I thought that might be the case, the product is actually a romance/foreplay program for couples. I was originally going to offer it on Clickbank (as I sell a couple of other products there), but I thought it might be good to develop a working relationship with other experienced, creative, clever, ubotters. I guess that everyone here is making all the money they need - lol. Thanks again for your input.
  16. I read a post a few days ago that suggested you take on a partner, and although I've never done this before, it sounds like it might be a good idea. The product is in the adult genre and it is nearly finished (just some final tweaks needed to dress it up before launch). I am looking for someone experienced in marketing to the adult market and of course, they should be familiar with ubot. We will split the profits on this product 50/50. As for me, I have been using ubot (Dev edition) for about 3 years and been involved with IM for about 6 years. I have extensive experience with affi
  17. Thanks Edward_2. Apparently, I misunderstood the Find Index function.but I can do what I need to do using javascript.
  18. I have 30 items in a list and I am trying to identify the position of each item in the list using the 'Find Index" function. Following are the results of each item position and the resulting index from the 'Find Index' function: position index 0 0 1 8 2 16 3 23 4 31 5 39 6 48 7 56 8 65 9 74 10 81 11 89 12 98 13 106 14 118 15 128 16 137 17 147 18
  19. I have 30 items in a list and I'm trying to use find index to identify the position of each item. However, find index does not to working properly (I'm using version 4.19). Following are the index numbers for each position: position index0 01 82 163 234 315 396 487 568 659 7410 8111 8912 9813 10614 11815 12816 13717 14718 15819 17120 18221 18922 20223 21324 22225 23226 24227 25028 26029 271
  20. For today: Dec 17, 2014: multiply (4 digit year - 2014) by 10,000 multiply(2 digit month - 12) by 100 set (2 digit day - 17) Add these 3 numbers together and get a total like 20141217 Do the same for your second date and subtract the totals.
  21. From your example: 85-(85*0.15)=72.25
  22. Possible workaround... Add an onload command that includes a loop that spins your text. Then stop the loop when the user initiates the program by clicking start, or run. (The difference in time that each user takes to start the bot will randomize their results.)
×
×
  • Create New...