Jump to content
UBot Underground

DarkAngel

Fellow UBotter
  • Content Count

    93
  • Joined

  • Last visited

  • Days Won

    3

Posts 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.

    • Like 1
  2. I think it would be nice to have "init" command, which could accept additional commands (like read file,set,stop,navigate,shell... commands), which would allow us to load default values right before ubot is shown to user.

     

    This way user doesnt need to first run the bot, in order to load default settings (UI variables).

     

    I think this could be also used for other things, maybe even for protecting (licencing) bots.

    I have been waiting for something like this from a long time.

  3. 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")
    

  4. This is all I wanted to know! only reason I got ubot studio was to make bots for websites like those. No one has made a tutorial or even made a video explaining how to make this. I also can't even figure out who to make a god damn google account. The stupid birth day section keeps wanting to divide the numbers I put in there, makes no sense to me. Looks like I'm to fukin stupid for ubot studio.

     

    I have the professional edition and have only made a hotmail account creator! Already bought the youlikehits bot from youlikehitsbot.com. Looks like I'll be leaving this to the professionals It's a good thing I'm still in the 30day money back guarantee. Spent well over 200 hours on this and can't even make a simple bot or even scrape a fukin page for username.

     

    talk about a waste of time! I'm only bitching to myself about these problems. ps why the F can I only make one god damn post a day!

     

    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

  5. It means when you have a ui html panel that has a text box or select box pre filled with a value, we load that into a variable immediately, instead of only loading it into a variable if something changes in the ui html panel.

     

    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.

×
×
  • Create New...