Jump to content
UBot Underground

big dog status

Fellow UBotter
  • Content Count

    76
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by big dog status

  1. Thanks UBotDev, I finally have come with a js solution in my head that I think will work, if not I'll go your route. 

     

    @drhum I was only able to confirm from ubot support, like UBotDev mentioned, that this type of functionality is not available in ubot. But if we are clever there are ways we can use javascript to give off this effect. I'll post my results when I am certain. Thanks guys.

  2. Hey guys I've been stuck on this for a few hours.. What I'm trying to do is simply add a check mark or a "loading.gif" next to a small section of my bot that keeps the user updated with the current actions. I know it's not necessary but I'm going all out with this latest bot and finally cracking into the ui html panel for the first time.. 

     

    So with that said, right now I've got a selector named "status" which has the display attribute set to a property of none. I am simply trying to use "run javascript" to execute the following code:

    $(".status).fadeIn(slow);

     

    When I right click and run node on the "run javascript" function nothing displays, but if I place that jQuery inside of the ui html panel, it displays.  I have been at this for a while now and any way you can suggest for me to accomplish this goal would be greatly appreciated.

     

    Thanks in advance :)

  3. Hi,

     

    I have a script that relies on a .csv file to read account data. I am making my first attempt at multithreading and for the life of me, can't figure out how to make my #currentAccountRow, different for each thread.

     

    I've been at it for 2.5 hours, I've read just about every multi threading, thread, it seems. I'm sure I'm missing something small but can someone kindly explain to me the logic involved where a script uses one variable to determine which row of a csv it is currently on?

     

    When I try it out now, both threads load up and work BUT they are working on the same account. I'm not doing the looping method I'm just manually setting up threads and setting my  #currentAccoutnRow differently, within each thread.

  4. I think I want to take a stab at writing a real bot, from scratch. I love ubot, it has enabled me to make more money and do things I would NEVER be able to do, the program crashes at least 12 times a day for me, it's hourly when I'm working.

     

    I don't complain about it much b/c ubot has enabled me to do amazing things, but at the same time, it's also causing me productivity with all the crashes and errors.. So what's next? VBNET?

     

    Ubot crashes so much, the only guess I can make is that it's hard to write a stable program that is a development environment, idk. I just wish it did not crash religiously.

     

×
×
  • Create New...