Jump to content
UBot Underground

myubo

Members
  • Content Count

    71
  • Joined

  • Last visited

Everything posted by myubo

  1. 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
  2. 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?
  3. 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?
  4. @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
  5. So no way to comment out bunch of lines of code? For example below works in PHP. BUT if you do the below in Ubot, Ubot turns the code green and just deletes the code when you switch views. /* wait(5) navigate("google.com","Wait") wait(5) */ OR // wait(5) // navigate("google.com","Wait") // wait(5)
  6. Can you comment out code in Ubot? I don't always want to delete the code since I might use it later. I in php you can just do // before the code, or like this: /* code here */
  7. My code works perfect on google demo site, but can't get it to work on below site, can anyone take a look please? I don't understand how it can work on one site but the other https://www.tec.work/account/my-account Work here on google demo site: https://www.google.com/recaptcha/api2/demo navigate("https://www.tec.work/account/my-account","Wait") wait(4) set(#url,$url,"Global") set(#AccessKey,"XXXXXXXXXXXXXXXXXx","Global") set(#captcha_url,$scrape attribute($element offset(<title="reCAPTCHA">,0),"src"),"Global") define $trim to between(#trimto) { return($find regular e
  8. Moved all my files to a new much fast laptop from win10 to win10 and now I have this strange issue... Ubot Studios AND any complied bots I make will not load pages visually only, page is white/bland at startup. Only UPDATEs what I see is when I switch a TAB .... deleted PS its FIXED, needed to upgrade my graphic card drives if anyone ever runs into a similar issue in the future.
  9. Yea I don't know their server might be having trouble, hopefully it's fixed soon. And update would be nice. I tried emailing them and on facebook, no reply yet...
  10. Is it just me? I can't visit: ubotstudio.com I get a 522 Error from Cloudflare
  11. Also is there any difference between: < AND < Less than ??
  12. Thanks. Is it just me or isn't that a few years old? No new developments? I can't seem to find a changlog anywhere...
  13. Can anyone tell me the current version of ubot studios available right now?
  14. I know this is an old thread but all the links are dead. Can anyone please share this again with a working download link, thanks 😊
  15. Having some issue with freezing bots, I use reset browser quite a bit and that help, was wondering if close page is better or should I be using both? What's the difference?
  16. "reset browser" vs "clear all cookies" they both seem to do the same thing, what's the difference? I also noticed that just using "set user agent" (keep the same agent) does the same thing as "clear all cookies", is this true? Also "allow flash (No)" seems to do the same thing as "reset browser", "clear all cookies" Which one do I use and when... Thanks for any input, its much obliged 😊
  17. Thanks bud, yea it seems that exbrowser scripts work fine with twitter
  18. Hi trying to login to twitttter, but its not letting me "type text" anywhere on the website anymore including login page. URL: twitter.com/i/flow/login Can someone take a look and maybe tell me what the issue is? I suspect its some type of antispam protection I can't seem to figure out. Thanks for any help 😊
  19. Are you sure you are checking that folder for the current user login into your machine? Can you check for those files under all user under: C:\Users\*** C:\Users\~CURRENT USER NAME~\AppData\Roaming\Bionize\Python Standard Library
  20. I FIGURED THIS OUT FINALLY!! People are missing C:\Users\**\AppData\Roaming\Bionize\Python Standard Library My "AppData\Roaming\Bionize\Python Standard Library" folder was empty. Went to my old laptop on which ubot works, copied all the files from that folder onto my new laptop and uBot started just fine. Please hit like if this helped you out so others know this works 😊
  21. I have all this installed and I still get stuck on "Starting UBot Studios...": .NET Framework 4.5, 4.0, 3.5 installed Visual C++ 2015-2019 x86 installed Visual C++ 2015-2019 x64 installed Visual C++ 2008 x86 installed I installed all the same stuff in a virtual vmware Windows 10 32bit and uBot starts up fine. I don't get it, it super frustrating as I really don't want to have to run a virtual windows 10 just to run Ubot Studios.
  22. Same issue here, License verification goes by, and I get stuck at message "Starting UBot Studios...". I realized that I can not get it to work in 64 bit Win 10. Installed Win 10 in 32 and it works fine. I really wish someone can figure out why it wont boot in 64 bit windows. Has anyone else got 5.9.xx to work in 64 bit windows?
  23. Hey everyone been trying to scrape everything between small tags so scrape: "(3 something, 2 more)". Tried so many things can't get it work. Some help would be appreciated <small>(3 something, 2 more)</small> I've tried any different expression, none work, here is some $scrape attribute(<innertext=r"(?<=small>)(.*?)(?=</small)"> Even tried to scrape with >( )< and it still didn't work $scrape attribute(<innertext=r"(?<=small)(.*?)(?=/small)">
×
×
  • Create New...