Jump to content
UBot Underground

myubo

Members
  • Content Count

    67
  • Joined

  • Last visited

Everything posted by myubo

  1. Actually I got it running for a few years now on MacBook Air M1 Arm 64 processor so it will run on Apple silicone m1/m2/m3... Just install: Windows 11 ARM version on your Parallels Desktop Install: Visual C++ 2015-2022 x86 (important that its x86 version) And it will run.
  2. Yea I never figures it out, and no-one seems to want to help 🤷‍♂️
  3. Thanks Seth. Sorry for all the negativity but some of us do depend on this software
  4. We all just wanted to make sure you guys are aware of the situation. Thank you for the update.
  5. https://www.linkedin.com/in/seth-turin-0a210a14 http://sethturin.com
  6. Oh I agree, just an update somewhere so that we at least know that they are aware of the issue. Right now we don't even know if they know that its down lol
  7. Lol hate to hear all this about the original developer and since I really do love this software
  8. Why wouldn't they make the software run license free when the server is down? Makes no sense to make it opposite and screw over hundreds if not thousands of customers for their blunder
  9. I keep an open uBot in a virtual machine snapshot just in case this happens... Still a big inconvenience when this happens though because my backup is on an external drive I now have to load up. PS I even submitted a ticket on there site, I will post back if I hear anything there or on FB.
  10. I get that things go wrong with servers and websites. I just don't understand why they don't post on there website how long its going to take to fix. Just keep us updated. PS I just tried contacting them on FB messager
  11. Same issue here, I think their license server is down but I can't find any info on this anywhere
  12. Hey everyone, I can't figure out how to upload a video on facebook marketplace when placing an ad at: https://www.facebook.com/marketplace/create/item I can upload an image just fine using this code: change file field(<style=w"*background-position: 0px -62px*">,"C:\\image.jpg") BUT very similar code for video doesn't seem to work. This code tries to upload but it never does: change file field(<style=w"*background-position: -21px -177px*">,"C:\\video.mov") Any help would be much appreciated Thanks in advance 🙂
  13. Ubot Chrome browser shows 0 for color depth and I believe some websites are blocking my script from running because of it. Is there any way to pass or spoof screen color depth? Color depth can be checked at this link: https://www.whatsmybrowser.org
  14. AHHHH I finally figured it out!!! Wasn't even hard when I now think about it set(#formDisabled,$scrape attribute(<class="css-1p44k52 e3o7t1d4">,"innerhtml"),"Global") set(#formEnabled,$replace(#formDisabled,"disabled","enabled"),"Global") change attribute(<class="css-1p44k52 e3o7t1d4">,"innerhtml",#formEnabled)
  15. Hey at https://flipboard.com/signup After you fill in the: email, name, password and click continue, ReDaptcha button is going to appear and the "Continue" button get grayed out, html code DISABLED With Ubot i need to change this: <button type="submit" class="button--primary button--block button--base css-bsz50z ea02pfk0" aria-disabled="false" data-vars-button-name="signup__form-submit" data-ga-target="button" disabled="">Continue</button> Change it to this (need to remove the "disabled" tag) <button type="submit" class="button--primary button--bloc
  16. I've been trying to get this to work for house now lol and can not figure it out, please help. I don't see one working example of captcha input on this whole site. I can get this Advanced Captcha plugin (.dll Advanced Captcha Plugin ATTACHED) to work with 2captcha.com on the demo site at: https://www.google.com/recaptcha/api2/demo?invisible=false BUT I can only get it to work because on that demo site the ReCaptcha is wrapped in: <form id="recaptcha-demo-form" method="POST"> </form> Here is the .ubot code that work on the first above demo site: na
  17. I'm not sure why your are not getting the recaptcha... You should I mean I can click the box too with uBot but it asks for recaptcha probably because of my used vpn IP addresses
  18. Yes but that only worked on your end because you didn't have to fill out the ReCaptcha. Do it a few more time from the same IP and and you will have to fill it out.
  19. Hey thanks for the quick reply. I just tried and still won't submit the recaptcha. Here how would you submit any of these 3 recaptchas since they don't have a proper form/post? https://nopecha.com/demo/recaptcha And this one I understand since its wrapped in <form action="/recaptcha-v2-checkbox.php" method="post"> https://recaptcha-demo.appspot.com/recaptcha-v2-checkbox.php
  20. I submit button is grayed out and disabled in source code, I can mess with the source code and change the DIABLE to ENABLE and the button starts working, but how can I possibly do this with Ubot?
  21. Can anyone please take a look to the code above? I think the problem is POST, in the google recaptcha demo above you just send this javascript to POST run javascript("document.getElementById(\"recaptcha-demo-form\").submit();") But on this website tec.work/account/my-account and many others recaptcha form isn't wrapped in a form so you can't send post with the javascript above. Any suggestions guys?
  22. @Rustproof That is an awesome idea! I can keep all the code without having to modify it and reuse it later if I need. Nice job buddy, nice job haha. This should be pinned to the top
×
×
  • Create New...