Jump to content
UBot Underground

namstery21

Members
  • Content Count

    62
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by namstery21

  1. I have been using exbrowser and most of automaxed plugins.... but basically don't use default browser of them, because of fingerprints and many other problems,, I just use multilogin,, and with that, I can solve google, facebook and other sns detection.. but they renewed their system and maybe they will not support previous versionof multilogin api. so I'm wandering whether any one plan to support multilogin x api.. using ubot program. if no one support multilogin x, maybe I have to hire programmer to use it. but if exbrowser or automaxed support it, maybe really happy to use it with 2 or 3 ti
  2. automaxed is reliable developher,, I'm using many of his program,, but automaxed browser doesn't support ML... but exbrowser support it,,
  3. Only because of the chatgpt api connection, I paid the enterprise version,, when I use it with ubotstudio, it works well, but after comiling, it does not work,, can't start when using installed chrome and with previous version compiling it does not work properly..
  4. 1. How can I get the captcha plugin? Previously I used the advanced captcha.dll plugin. But from yesterday the alert "plz the developer of this plugin contact the ubot manager" is showing up. When I search it, I have only 2 option for captch solvoing,, advanced captcha & ultimate captcha.. I also have ultimate captcha license but when I contact him to change the hardware id, can't get the answer,, so I don't know hoto solve this situation. any suggestion? 2. UI program,, From yesterday I can't type at ui text box or use "ui open file" at my ubot,
  5. That is achieved by adding the /auto argument like so: "C:\Path to your File\Your Compiled Program.exe" /auto => thanks for your kind answer,, but where shoud I put the argument? at the ubot file to make .exe or any where? when I put the arguement what you said in the ubot code, it does not work
  6. When the pc start, by puting the compile .exe file shortcut to startup section. If I want to run the exe file without click run, what do I have to do? after booting I want to execute the comiled file without clicking run button.. previously I used the macro program,, but it show some errors nowadays. Any body to give me some hints?
  7. the main reason why I use ubotstudio is the plugin like exbrowser, pash's plugin and so on. it make everythings easier for me. but nowadays no new plugin any more....
  8. I can get the code for invisible recaptcha v2 with 2captcha.com + plugin.. but my target site is not the traditioanl format 2 captcha explain,, I want to get the input area to solve captcha Is there anyone who can solve this? target site is band.us to join what I did until now.. add list to list(%Debug,$list from text($plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", "access key", "6Lf7sxwUAAAAAMCZndbhrzZ8ybi7JY-fGLIZmHAF", "https://www.google.com/recaptcha/api2/bframe?hl=ko&v=npGaewopg1UaB8CNtYfx-y1j&k=6Lf7sxwUAAAAAMCZndbhrzZ8ybi7JY-fGLIZmHAF
  9. namstery21

    smspva api

    I'm looking for the person who can make api connection of smspva with ubot. if you can help, plz send me your contact info.
  10. If I get this captcha code, what is the regualr expressions for choosing only 2th line,,, I want to get 7rb94 only,, Anyone to help me? Captcha ID: 60314779027 7rb94
  11. When alert poped up, is there anyway to make a sound to see alarm? Any help?
  12. I used the large list like this.. plugin command("Bigtable.dll", "Add item to large list", "big_list", #dream) but It did not work.. What is the pre-word for large list like $ or % or something?
  13. Great service and advice... Thanks..
  14. plz give me just 1 sample code of using large list...
  15. When I scrape something, it just stopped sometimes when i exceed 10,000 strings of list. So I just tried the large list function.. I downloaded it somewhere but I can't find it from.. Is the large list total same with just list function? When I use "%", I think it is not working.. What do I use large list to define?
  16. I don't know javascript but maybe they hide something.. here it is... <script type="text/javascript">function callbackRecaptcha(token) {if(bandAuth.recaptcha.verifyRecaptchaResponse() == false) {bandAuth.recaptcha.reset();return false;} var form = document.getElementById('email_sign_up_form');onSubmit(form);} bandAuth.recaptcha = {isDone : false, execute : function() {grecaptcha.execute();}, reset : function() {grecaptcha.reset();}, verifyRecaptchaResponse : function() {var response = grecaptcha.getResponse();if(response.length == 0) {return false;}bandAuth.recaptcha.isDone = true;retu
  17. Thank you for kind answer... but is this right? Maybe something wrong..with me.. I don't know before captcha image appear, it is solved or after captcha shown, does we solve it?
  18. I send pm.. plz check.. thanks a lot.
  19. When I click join for this site.. "https://auth.band.us/email_sign_up" it only show if I click join(last button). There is no checkbox or textbox to solve it..(not as ultimate captcha plugin sample..) I'm using ultimate chaptcha plugin with 2captcha.. Is there anyone who can show me the example of this site capcha solving?
×
×
  • Create New...