Jump to content

Zummy

Members
  • Posts

    114
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Zummy

  1. Hey guys I have a dedicated server (Windows 2016 OS) with an IP range of /29. Is it possible to create a socks subnet for connecting to osbot clients? I would like all clients running on that dedicated server to connect to that subnet. If so where do I start? Thanks.
  2. Thanks for all the replies guys! If I understand this correctly, as long as the sitekey is present in the page source, recaptcha is loaded? I did that in the beginning until they changed to invisible captcha's. I don't know much about HTTP requests and calling functions while doing so (onSubmit()), so I changed it all to Selenium.
  3. I'm also using anticaptcha, what's your fail-rate? No I don't verify if it has been loaded, can I check for certain HTML elements to verify if it's loaded? I don't think it's proxy related, sometimes it does and sometimes it doesn't complete the captcha with the same proxy.
  4. Thanks for the reply! I'm using the same technique: RemoteWebDriver r = (RemoteWebDriver) driver; String setResponseToken = "document.getElementById('g-recaptcha-response').innerHTML='" + CAPTCHA + "'"; r.executeScript(setResponseToken); r.executeScript("onSubmit()"); What anti captcha service do you use?
  5. Hey guys, I use Selenium to recover and create accounts but I have a lot of fails where the captcha is solved but upon continuing to the next page, the page just refreshes. Does anyone know what happens here or has any experience in completing this process by the same means? Thanks!
  6. Hey guys I'm using a custom loginhandler which uses the Event class but how can I make sure the event doesn't trigger when another Event of the same type is already active? I simply don't want two loginhandlers trying to login, typing in user details at the same time. Thanks!
  7. Could you tell me how? I'm using Intellij.
  8. Hey guys I was wondering if it is possible to run a script from it's class file instead of having to compile to jar. At the moment I can't replace a jar when an instance of osbot is running, I think this is because all my scripts have the same class dependencies (my own api). It's also causing these errors:
  9. Hey, I was wondering how does webwalking generate a path knowing which tiles can be reached and which cant. Do we have acces to that method?
  10. Hey guys where can I find the correct and all responsecodes? The link below provides some but they don't seem to be all correct and include all of them.
  11. Thanks for the replies guys, setting heap wasn't such a bad idea after all. Felt like Java was deciding on its own how much RAM it wanted to use. How should I decide what a safe number is to cap it at? I guess it also somewhat depends on how complex the script is?
  12. Hey guys, I bought a server to run some client but I'm having issue's with ram usage. The scripts use over 3GB each, while the same script on my laptop runs on ~700mb. I tried turning off the sounds but that didn't work. I'm running on Windows 2016 Standard with 2x 2.1Ghz CPU and more than enough DDR4 RAM. Any suggestions are appreciated! Oh and I'd rather not limit the heap since that could cause the client to freeze.
  13. Thanks! Absolute legend! Just one more question ? I have a package containing my custom api, how can I set it up so all modules use that same package?
  14. Hey guys I'm having difficulties with exporting multiple jars. I have a package containing the main classes of a few scripts, now I'm trying to create artifacts from each of those main classes. I'm not sure how to set that up, I'm using Intellij btw. Thanks!
  15. Do you guys think they will keep the new worlds? Or drop them after the initial spike in players dies down.
  16. I know, that's exactly what I have been doing. But sometimes the change in settings doesn't get remembered or something.
  17. Hey guys, I've been having problems since they forced new accounts into resizable mode. Even after changing to fixed mode and restarting the client, it sometimes still is in resizable mode. I don't know if this is an issue of settings not being cached correctly or if it has something to do with the osbot client, but I would appreciate it if someone could shine some light on the subject. Thanks!
  18. Is this not correct API? getSettings().areRoofsEnabled()
  19. Looks like they are still going for the tree first at the survival guide without an axe.
  20. More changes to the tutorial island, great! ETA for update?
×
×
  • Create New...