Jump to content
UBot Underground

wiremarket

Fellow UBotter
  • Content Count

    67
  • Joined

  • Last visited

Everything posted by wiremarket

  1. Thanks guys. I don't know how to even have ubot click on unity play visually, since I can't get the ubot browser to run unity. :/
  2. Anyone know if it is possible to use UBot to automate something in Unity Web Player? I can't seem to get Unity to even display in Ubot.
  3. Meaning what exactly? Sidenote: Their API restricts to 100 submits per day.
  4. Hi TJ, not sure what you mean. You have it working or, or will soon? What is the PHP compiler? Thanks.
  5. So I would be able to edit your existing spinrewriter api with that, to tweak it for 3.0?
  6. Thank you Aymen, taking a look now!
  7. Does anyone know if there is a plugin for Ubot to work with SpinRewriter 3.0 API? I know there is the original SpinRewriter plugin but I don't see anything to indicate that it's working with the 3.0 features of spinrewriter. If it doesn't exist, does anyone know how hard it would be to make it? Thanks.
  8. Thank you sir. I was thinking way more complicated than it needed to be. Much appreciated.
  9. How would I go about scraping all text from a web page, regardless of layout or which site it is? Not the source code, just all text as a visitor sees it. I'm sure I'm overlooking something really simple and obvious here, but hey... it's Monday.
  10. Hi Chris, welcome to the world of uBot.
  11. Regex is so interesting. When I use .*(?=-) as you suggested, it works perfectly (thanks!) until I come across more than one "-" such as "John Doe - ABC - 123". With the suggested regex I then end up with "John Doe - ABC" so I guess that regex finds the last instance of the main expression, instead of the first.
  12. Ah there we go, works perfect! I had tried adding the .* but had it in slightly wrong place. Thanks willywonka!
  13. I've been playing with those today, and not having much luck. If I want to find everything before a "-" in a variable, why wouldn't (?<=-) work?
  14. I'm toying with this one today, but I run into the problem that the above regex returns "@domain.com" with no prefix when those exist.
  15. Did you try restarting Ubot Studio? If that doesn't do it, restart your computer. If that doesn't do it, I'm out of ideas. Sorry.
  16. Hi TJ, getting ready to buy this right now. Quick question: If I use this in a rather large bot with lots of defines, and some of those defines are started not by the run button but by clicking a button in the UI that launches that define, what would be the best usage then? I would need to include the above code in any defines I wanted it in? Sorry if that sounds confusing.
  17. I played with the concept in the above code a bit and actually got it to work for my needs without relying on the x,y coordinates (i think). The "Save As" window seems to be a real pain to deal with, and of course since it's opening IN the Ubot Studio, you can't use the UBot Type Text Wizard to get coordinates and such. I actually just made sure the active window for the Type Text command was "Save As", Left the Parent Class blank, made up some X,Y coordinates out of thin air (250,250), and used the F4 keystroke to select the folder location field within the "Save As" window, just like Hello
  18. That is exactly what I am stuck on tonight. Clicking a download button on a web form is bringing up the Save As window. I'm stuck there. That wouldn't work on computers with different screen sizes and resolutions would it?
  19. I'm not seeing any way to make that work.
  20. This is frustrating me. Main form components are: <form name="downloadForm" action="csv_creator.php" method="POST"> <input type="hidden" name="action" value="download"> <input type="submit" class="cssButton" value="Download CSV File">After clicking the button, a UBot Studio "Save As" window appears. (same type as appears if you click File > Save As in Ubot Studio.) Having a hard time automating the saving of that file. edited to specify that it is a Ubot Studio "Save As" window that appears.
×
×
  • Create New...