Jump to content
UBot Underground

frankthetank

Members
  • Content Count

    25
  • Joined

  • Last visited

Community Reputation

0 Neutral

About frankthetank

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  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,
×
×
  • Create New...