Jump to content
UBot Underground

DarkAngel

Fellow UBotter
  • Content Count

    93
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by DarkAngel

  1. Well, it makes perfect sense to me if they aren't refunding you your money. Otherwise, what's to stop someone from trying the software because of new features and then requesting a refund within the 30 day period, and then doing that again every month. And I don't think your EE laws apply here since UBot is an American company.
  2. That is correct. By doing this, your bot will continue where it left off.
  3. Here is my simple solution (without asking for anything in return): 1) Download RestartOnCrash from http://w-shadow.com/blog/2009/03/04/restart-on-crash/. 2) Add your application in RestartOnCrash and set it to kill the process when it's not responding to Windows messages. 3) Use the Execute a command option to restart the app after killing it. This should keep you going until Awesomium is stable.
  4. Yes, that is the correct way to do it.
  5. You can use the "Subtract Lists" function to this. Here, this is what I mean: clear list(%List A) clear list(%List clear list(%New List) add list to list(%List A, $list from text("1,2,3,4,5,6,7,8,9", ","), "Delete", "Global") add list to list(%List B, $list from text("3,5,6", ","), "Delete", "Global") add list to list(%New List, $subtract lists(%List A, %List , "Delete", "Global")
  6. I just tried to PM you for something but I am getting a message that you cannot receive any more PM's.
  7. Try using the code below: change checkbox(<type="checkbox">, "Checked")
  8. If you could PM me the page, I can take a look into this for you.
  9. Install Firefox, and then install the Adobe Flash Player for Firefox. Then try loading a flash page in UBot. It should work! This is because the Awesomium Browser (which is used by UBot) uses the NPAPI version of the Flash Plugin which is typically installed when you download the Flash Player for Firefox.
  10. You can use the Windows Task Scheduler to schedule your Bot to run at specific intervals. To run the Bot automatically once it starts, pass the "/auto" argument to it. Here, this is what I mean: http://content.screencast.com/users/krish_puri/folders/Jing/media/38b054a9-3b18-46e3-b2a3-4971a2450cc2/2011-10-02_1536.png
  11. The numbers are getting divided because you are not using the "quotes" button at the bottom right corner of the node. To make sure that the numbers are treated as a string and no calculation is done, you need to click on the quotes button. Here, this is what I mean: http://content.screencast.com/users/krish_puri/folders/Jing/media/1c0ea2a7-9093-4994-82a8-2980656d6abf/2011-09-23_1731.png
  12. Have the same question. Andy, can you please add support for UBot 4?
  13. Alerts and Pop-up windows are currently disabled in UBot 4.
  14. Is it possible to preload the text box variable value by reading a file, like it was in v3.5? I have been trying to do this, but have not been successful so far in v4.
  15. Hi Eddie, I tried to do this but it's still not loading it into a variable for me. Can you please provide a working example of this? I am trying to preload vaules using the "$read file" function.
  16. You will need to use the "add list to list" command for that.
  17. I am having the same problem. "Wait for browser event" doesn't seem to work, and my bot keeps on getting errors because of this.
  18. DarkAngel

    Lists

    That should work fine too.
×
×
  • Create New...