Jump to content
UBot Underground

DarkAngel

Fellow UBotter
  • Content Count

    93
  • Joined

  • Last visited

  • Days Won

    3

DarkAngel last won the day on October 17 2011

DarkAngel had the most liked content!

Community Reputation

10 Good

About DarkAngel

  • Rank
    Advanced Member

Profile Information

  • Gender
    Male
  • Location
    Bloomington, IN

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