Jump to content
UBot Underground

frankthetank

Members
  • Content Count

    25
  • Joined

  • Last visited

Everything posted by frankthetank

  1. Couldn't work out how to fix it so I just made another bot which is ran externally. It's not ideal to be honest, but it is working properly. Thanks for all your help.
  2. I added a UI button to run just the "runbot" define and tested it with the compiled bot and it works... Yet when I run the full compiled bot which has the "runbot" define within it, it won't work. I can't work out why not!
  3. Yeah, that is how the folder is setup. I have even tried adding in a browse file to select the images before I run it and it still doesn't work. define runBot { set(#randomNumber, $rand(1, 20), "Global") plugin command("Advanced Screen and Windows.dll", "windows to top (other app)", "Processes Name", "program", "") wait(2) plugin command("Advanced Screen and Windows.dll", "mouse move to image", "{$special folder("Application")}\\1.bmp", 96.00, "True", "False", "False", 100, "Mouse Left Click", &Report) wait(2) set(#loopCounter, 0, "Global") loop while($compari
  4. Your bot "Mouse Click Image.exe" works great, I am wondering why my bot doesn't. It works when in debug, but not when compiled. Even though, "Mouse Click Image.exe" is in the same folder as the compiled bot and that works fine and I have tested the same images to find also. Is there a setting or something I am missing when compiling? What do you mean by "put one on your bot"? Just in the same folder as compiled bot?
  5. It is now working for debug. I still cannot get it to work with compiled bots though. I have put the folder "dll" and "imageProcessing.exe" in the same folder as the compiled bot .exe file. Am I doing something wrong? I put your example bot "Mouse Click Image.exe" in the same folder as my compiled bot and when I choose an image to test, it finds it no problem with your compiled bot...
  6. I keep getting this error message when running the mouse move to image command. I downloaded the Apichai.rar file, I'm not sure where the files should be put though. I couldn't understand what you meant in the instructions.
  7. I just bought this and it is saying I have to wait 48hrs to receive it in email? I received your other plugins instantly I was sure. Was hoping to get to work on some stuff today using it,
  8. Hi, Does anyone know of other VPN software that can be connected/disconnected and be able to choose a random server to connect to using ubot commands, the way you can with HMA? It would need to have a decent number of server locations and IP addresses too. If you couldn't do it in ubot, would there be another way? Thanks,
  9. Hi, this is probably a stupid question, but any chance you could tell me how to properly use auto close browser crash? Do you run it in a thread? Or do you just have it at start of bot? Thanks,
  10. Thanks so much for the bot. It's really helpful! I have been running it on a few different servers and on each one, after a certain period of time it will stop closing the error messages. Don't know why. If I restart it, it will start closing them again. Is there any way could add an option to have it restart automatically every 24hrs? I could even pay you for your trouble. I don't really want to use a task scheduler or anything like that, would much rather it be contained within the bot. Thanks.
  11. Just that browser.exe has crashed. When not in a new browser it works most of the time, just now and again it will give the browser.exe error when using set user agent. I'm using a program someone made on another thread to automatically close the browser.exe error messages, but it's not ideal. I would rather figure out how to fix it. Thanks for taking the time to reply again,
  12. Unfortunately that seems to have made it worse as I'm getting an error message on every loop when changing Set User Agent while In New Browser.
  13. No, I haven't tried that yet. Do you think that may fix it? Thanks,
  14. Yeah I already do that, thanks for the suggestion though. It was happening on the odd occasion before, but since I compiled my latest bot it's doing it all the time.
  15. Hi Martin, I am using Ubot 4. I'm pretty sure it's the Set User Agent that's causing it. Thanks for the reply,
  16. Now and again when my bots go to Set User Agent using the "Set User Agent" command, the bot will get a browser.exe error. I'm not using the standard user agents that come with ubot. I add list to list with list from file (a text file in my documents). Then I set a variable useragent to random list item. It then uses the Set User Agent command with the useragent variable. I've tested using each of the user agents in the text file and they work great when I manually set them. I also tried adding a 5 second delay between each line of code. The list isn't that long, only around 50 differ
  17. Thank you all for the suggestions. I have changed my bot and I'm currently testing. Really appreciate the help...
  18. There is a long enough delay between searches so it isn't a captcha issue. I am using browser. It just looks the way it normally does when Google has loaded. The search box is definitely visible. Thanks for the reply!
  19. Hi, One of the bots I'm working on at the moment is to check the rankings for some of my sites. I am getting an error which seems to happen at random though and I've no idea why. I navigate to Google (with wait for page to load set) and then I wait for element <name=q> with a 60 seconds timeout to make sure the search box is there before searching. I could do thousands of searches and never get an error doing it this way. Yet, randomly it will just not be able to find the search box at all...The page is loaded fine and I can see that the element has appeared so I've literally no i
  20. Unfortunately clearing the tables and lists didn't make any difference...I have bought Pash's plugin to restart the bot at the end of each day. So I will see how that works out!
  21. I just bought the plugin to automatically restart my bots at the end of each day. I'm currently getting a very strange error and I can't work out what is going wrong with it. If I run the bot normally without restarting it works fine the way it has been for the last couple of weeks. When I restart the bot using the plugin, as soon as it gets to "set user agent" it causes an error crashing ubot. Why would it be doing this and how can I fix it? Thanks.
  22. Thank you both for the replies. Looks like I might have no other option but to restart the bot. The perfect time would be after it has finished the number of visits for the day as at that point it just waits until the next day before starting the visits all over again. It does add items to some lists for each loop of visit, they are cleared at start of loop though. If I clear every list and table before clearing the memory at the end of each day, might that fix the memory issues without having to restart the bot? I'm currently using this plugin to clear the memory, http://www.ubotstud
  23. I am trying to get my bot to run 24/7 but at the moment the memory usage over time gets too high and the bot will eventually crash. I made a bot that will visit my site hundreds of times throughout the day and then will repeat the process day after day. I have read various threads about fixing memory issues. I've added change user agent at the start of every loop and also used the memory clearing plugin at the end of each loop (every visit of site), which works for all processes except one browser.exe. This browser.exe will go down to about 1mb temporarily, but after a short amount of tim
×
×
  • Create New...