Jump to content
UBot Underground

Steve

Fellow UBotter
  • Content Count

    256
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Steve

  1. Been playing around with GUI Hero today and so far I really like it... I did notice a few bugs, for example when I use radio buttons in ubot 4, it doesn't switch between the 2 radio options, it just keeps reverting back to the original. It works normal in Ubot 5. Also, is there a way to delete unused variables that the code produces when we delete elements from the GUI? I've noticed after building my gui, it has a bunch of variables that I created and deleted. I'm also getting random things like the following, and not sure where they came from or how I would delete them... <div id=\"te
  2. Is GUI Hero still the latest (and best) GUI builder for ubot? I've been out of the ubot loop for a while and looking to get back into some programming. If so -- @Darryl561, do you have any cyber monday (black friday) deals for GUI Hero? Thanks!
  3. for your example, try setting #testvar = $true... or use the comparison to check if #testvar = 1 set(#testvar, 1, "Global") if($comparison(#testvar, "=", 1)) { then { alert("Has Value") } else { alert("Does Not Have Value") } }
  4. I think urban.marton was asking what the success rate for solving recaptchas are? Like Kreatus said -- can you show us a demo of how to get it working with uBot and solving recaptchas?
  5. Yeah, im curious to see how that works too. Look forward to the video.
  6. Yeah, I'd look into TJ's plugin: http://www.ubotstudio.com/forum/index.php?/topic/16201-sell-facebook-api-plugin-extreme-api-options/
  7. I think his point was that even the forum is lacking. There is no option to select windows 8 on the profile page, only windows 7 -- lol.
  8. Yes, a lot of us are still are using v4. As far as v4 still being updated, I don't think so -- but it can be stable for the most part.
  9. Funny - I just downloaded winautomation yesterday to try and accomplish something I was not able to easily do with ubot. I wish ubot could be my all in one also.
  10. I agree with Buddy, at this point, I am trained to double click to expand or collapse.
  11. If ever there is a bug or something not working the way you think it is... first step should be to check if you are using v5... if so, try v4.
  12. I also had no idea he left. That's a shame. I hope we get another really talented developer on board...
  13. Aymen has a plugin called http post which I believe has xpath parsing functions. http://www.ubotstudio.com/forum/index.php?/topic/12837-sell-http-post-plugin-crazy-bonuses-inside/
  14. For future reference, you could scrape using an offset of the element, if the version is always in the same place of the website...
  15. You should be able to scrape the entire page into a variable (there's a few ways to do this) and then check if the variable is blank. Try this: set(#page, $scrape attribute(<outerhtml=w"*">, "outerhtml"), "Global") if($comparison(#page, "=", $nothing)) { then { alert("blank page") } else { } }
  16. nice little package Aymen. I look forward to seeing what other sources you release in the future...
×
×
  • Create New...