Jump to content
UBot Underground

myubo

Members
  • Content Count

    67
  • Joined

  • Last visited

Everything posted by myubo

  1. 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)
  2. 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 */
  3. 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
  4. 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.
  5. 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...
  6. Is it just me? I can't visit: ubotstudio.com I get a 522 Error from Cloudflare
  7. Also is there any difference between: < AND < Less than ??
  8. 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...
  9. Can anyone tell me the current version of ubot studios available right now?
  10. 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 😊
  11. 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?
  12. "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 😊
  13. Thanks bud, yea it seems that exbrowser scripts work fine with twitter
  14. 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 😊
  15. 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
  16. 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 😊
  17. 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.
  18. 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?
  19. 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)">
  20. Hi I was wondering if uBot will run on windows x64 emulation for ARM64? Reason I ask, I am using an a new MacBook Air with the new ARM M1 chip so I need to run uBot in a virtual machine running windows 10 ARM. Is there anyway to download a demo of Ubot to test if it works? Let me know, thank you.
  21. Figured it out set(#itemurl,$random list item(%itemurl),"Global") navigate("www.somewebsite.com/{#itemurl}","Wait")
  22. Hey everyone I have a list of NOT full URLs (end of urls), that I am visiting. I was wondering how can I add some text to URL before they are visited? For example my list has URLs that look something like this item/33949849 item/53839939 item/93294384 ... ... I need to add this: "www.somesite.com/" to the URL before I visit it. This is the code I'm using to visit the site, just need to add the text above to it before the visit. navigate($random list item(%itemurl),"Wait") end url should look like this: www.somesite/item/33949849
  23. I tried that but couldn't get it to work on craigslist, clicks work
×
×
  • Create New...