Jump to content
UBot Underground

laurynherbert

Fellow UBotter
  • Content Count

    19
  • Joined

  • Last visited

Posts posted by laurynherbert

  1. If a program uses a plugin then you will need to install that plugin to see the program properly. If you have that plugin you can install it by going to Tools -> Plugins and then add the .dll file there.

    I had come across the code from heopas on doing the invisible recaptcha through 2captcha and I'm hung up on this line here:

     

    set(#response,$plugin function("HeopasCustom.dll""$Heopas ReCaptcha Solve"#datasitekey),"Global")

     

    I was looking through the commands for "$plugin function" and I can't find it. I have already uploaded the dll

  2. Yes and I prefer $spin instead of $rand, seams to be more random.

     

    You can also use $random list item as well, but u can choose :)

     

    see attached example

     

    CD

     

    Yes and I prefer $spin instead of $rand, seams to be more random.

     

    You can also use $random list item as well, but u can choose :)

     

    see attached example

     

    CD

     

    Thank you. I downloaded the file and tried to open it, but got the message, "This bot contains an invalid script"

     

    If it helps, I'm using ubot 5.5.13 standard edition

  3. Perhaps this question has been answered, but I cannot find in the form. I would like to compile a bot that can choose a random numb from a group of numbers.

     

    EXAMPLE:

     

    01-02-03-04

    05-06-07-08

    09-10-11-12

     

    Can you make ubot select x-amount of those numers, randomly (without choosing the same number twice) to make random combinations?

     

    EXAMPLE:

     

    05-07-09-12

    01-04-05-11

    03-07-08-10

     

    (this would be how the compiled random 4-digit (or however many) combinations would come out).

     

    Is this possible to do in ubot? If so, your expert advice would be greatly appreciated.

     

  4. this problem has popped up before and their is a fix for it somewhere on the forum,I would suggest google search the forum,I think you need to copy the %appdata% of ubot into the same folder as the bot is located or something like that

    I found the issue. It was when the software was being compiled and conencting to ubot secure as I purchased that service to protect my software. I can verify this as I built a bot without that service and it worked fine. Just like that. So what I really need is another way to protect my software vs. the ubot service. This little mishap has cost me a lot of money and I recall when it happened. Several months back the ubot site was down, for a while. When it came back up, shortly after that, all but two of my softwares wouldn't open. Something in the database is not right, least for my stuff.

  5. Test on a different PC. Working there? Then probably easiest to reinstall your PC.

    It probably takes a lot more time to search the issue. than to do a fresh install of everything.

    Also a good way to get rid of old and unused stuff. 

     

    And don't forget to use something like:

    http://www.sandboxie.com/

    For testing software. That will help a lot with keeping your PC clean.

    Dan

    I've tested on two other computers I have. Same deal... its just stuck loading. I have also unistalled ubot, did a fresh install and same results. Not sure what else to do at this point.

  6. Hoping for some help. I've done several searches and what's worked for others isn't working for me. I use to create Bots all the time and never had an issue. Now, any bot I create doesn't open once compiled into .exe - it just sticks in the "loading" phase. I even compiled a bot just now that does nothing more than navigate to ubot and even it, once compiled doesn't work. I've contacted ubot, but their support, was no help. They guy said he had no problems opening it. If anyone knows something to help, it would be appreciated.

     

    Side Note: I have .NET Framework 4.5 installed, everything is up to date. Even bots I compiled and sold all the time, won't open now...(except for two) and that's the really weird part. All this trouble must of started with the updated version as I made all my software a couple years ago. Now I come back to make software and it doesn't work... and for no good reason.

  7.  

    I don't remember if the run javascript command is available in the Standard edition, but if it is you can use this to refresh the page.

    run javascript("location.reload();")

     

     

     

    you could also try using the navigate command and for the URL, input:  $url

    navigate($url, "Wait")
    

    Thank you for your responses. I tried both of those and both redirect me to another page.

     

    The bot is trying to post an ad - but you have to do captcha before your ad will post, that's not the issue. When it gets to the page where you have to enter captcha, the image isn't there... unless I refresh the page, then it appears. When I use the standard methods of refreshing (via javascript or the navigate command), I get redirected from that particular page.

     

    ONLY when I click the "refresh button" that's built into the ubot browser does it refresh the page and actually return to the right page - and then the captcha image appears.

     

    While I'm fairly profecient in building my style of bots, this one has me stumped. Any help would be greatly appreciated. And thanks again for your responses.

  8. here is what your trying to do with the search. will gather all search results

     

    I tried to download the file.. I'm having the same issue to (I'm new, just started today). Can you send me that file as well? It would really help me out.

     

    Thanks.

×
×
  • Create New...