Jump to content
UBot Underground

dsc76

Fellow UBotter
  • Content Count

    63
  • Joined

  • Last visited

Community Reputation

6 Neutral

About dsc76

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    8Gb
  • 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. That fixed it thank you so much!!! +1
  2. Hello, The bot decodes the captcha and works perfectly on my Windows7 64 bit machine but moving the compiled bot to the Windows Server 2008r2 machine causes the captcha to pop up outside ubot. I would like to prevent the captcha from popping up outside ubot as this hangs up the bot. Please see attached screenshots of nodes and captchas. This happens in new browser window while multi threading. Any feedback appreciated. Thanks, Eric
  3. Seth , Thank you for the tutorial and the functioning sctipt. It works absoultly perfect! TYVM everyone +1 -Eric
  4. To satisfy your curiosity, yes, I tested the bot to the best of my abilities and searched for a solution for several hours before posting the thread. You have to respect the fact that not all of us are expert level ubot programmers. Myself and others who are still learning depend on the forum to answer questions, and not every thread will help the community as a whole. With that being said I appreciate your assistance and the time it took you to make the example bots. You demonstrated the value of the debugger to me and I will have to track down a tutorial how to use it properly, as a
  5. I think Seonid tried something to that effect in the bot from post #31 and #35.
  6. Sorry Seonid, I see the same issue as before. When I click on the small new browser windows the same list item is being used in all threads at the same time not a different nextlistitem in each window. Also, functionality to cycle through the list more then once is not included in your test bot so who knows what additional problems that will cause. Perhaps this is bug referred to in previous posts. Add me to the list of people who are waiting for a fix. This should be a simple command that asks "how many threads" and accepts a variable. I suppose I'll wait to see what happens with futu
  7. Hi Seonid, Thank you for the feedback! I know the troubleshooting must have taken you some time, but I still do not see a solution to my orgional problem. 1) When I run the bot multithreadOK.ubot the same value (list item) appear in each new window. 2) There is no funcionalty that will allow me to cycle through the list more then once. The bot from post #27 ( reattached below) was the exact bot I am trying to use with all the functionalty I want except for the multithread and ui to control it. The ui labeled "cycles" in the bot attached below is the number of times I want to cyc
  8. Totally stumped and getting frustrated. Here is the most simplified version of the bot I am trying to multithread. Please help. multithreadbot.ubot usernames.txt
  9. Yes, I understand that the number of threads = number of little windows. I turned off the error option as you instructed and the bot ran (not compiled), but the number of windows far exceeded the number of threads imputed to the ui. The number of windows looked more like the listtotal of the usernames.txt which I have populated with ten list items not the 3 threads I specified. Please let me know if more clarification on what I am trying to accomplish would help with the fix. Perhaps there is a simple way to do this that I am missing. I really appreciate all your help. -Eric
  10. Hi John, Please see attached screenshot. (same issue as screencast by DuaneF in post #22) I downloaded the fresh version you fixed from post #19 and set the thread count at 3 but more than 3 windows opened. Then I got a exceeded the range of the list error. Not sure what is going on... Thanks for all the support -Eric
  11. John, I now see the cycle loop set to 3 that's a great place to start and I can add a variable no problem thanks. I have been calling the command to run the custom command before the define container with all my bots so thanks for the correction. I double checked all the file paths (Im using special folder) and everything seems in place but the script is setting idol when I push play. See screen shot. -Eric
  12. Hi John, Sorry, but I push Play on that script and nothing happens. I waited a fair amount of time for the small browser windows to pop up but they never did. Also, the changes to the script you made do not allow me to specify via UI how many times (cycles) I would like to loop through the username list. Did I miss something? Thanks a bunch! -Eric
  13. Hi John, “Ok, first, you have to define the command before running it, so you can just switch those two things. “ I switched the order of the loop and loopwhile command is that what you are referring to? I want to keep looping though the list username.txt the amount of times set by the #cycle variable. My logic as it pertains to the loopwhile statement is to continue looping while the #counter variable is less than (or less than / equal to) the listtotal of usernames.txt multiplied by the amount of cycles. For example if my username.txt file had 10 usernames and I wanted to f
  14. John, Yes, I watched that tutorial video and attached what I produced a few posts up. I am not sure where the Wiki came in to play other then a reference. Here is what I have so far. multi thread test.ubot Thanks.
×
×
  • Create New...