Jump to content

Zummy

Members
  • Posts

    114
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Zummy

  1. Widgets are broken in the equipment and prayer tab, also the widget to check equipment stats has changed.
  2. I'm very curious to see how you calculated estimated monthly costs. What you do think running a 100 bots would cost you?
  3. I've worked with Azure for a little bit but I burned through my free credit real quick. I wonder how long $300 will last you.
  4. Isn't cloud way more expensive than just renting a server?
  5. Would jagex check registry for OS version? Because that can be changed easily...
  6. Is there software available that can spoof windows server 2016 to windows 10?
  7. How many hours per day do you run them for and how many breaks?
  8. Thanks, that's all I needed to know. Do your accounts survive for longer than a week?
  9. Hey guys, just a quick question before I waste my time with this... Is P2P botting on datacenter proxies still a viable thing considering ban rates/speed? I'd use residential but the latency is too high and unstable for it to work with high risk combat methods. If so, should I look beyond proxy6?
  10. Yes, I would like the clients to all have unique IP's. My scripts can handle logging in and various connection issues, however I'm worried that disconnects might be a problem during combat related tasks.
  11. Thanks for thinking along! I would need it to be JVM specific tho since I will be running multiple clients at once. However, am I correct in thinking that when a connection drops and reconnects (rotating proxy), you would not be disconnected and kicked to the login screen?
  12. You can change proxy in Java by setting the system properties but it's blocked by the osbot client. I would love to know if there is a way around this.
  13. Hey guys is it possible to stop a camera moveToEntity() event when the object is clickable instead of stopping when the object is completely visible or have other break conditions?
  14. Why can't you set min distance for webwalk, I was wondering that the other day?
  15. Ofcourse, thanks! Maybe a good suggestion for the api?
  16. Hello, how can I check if an item can be traded/sold on the GE? I'm getting nullpointers when calling getGrandExchange().getOverallPrice() on an untradable item and you can't null check this operation since it returns an int. Thanks!
  17. I think I was doing the bitwise operation wrong, should be: public boolean isBrotherDead(BarrowsBrothers b){ return (getConfigs().get(brotherConfig) & b.getBitmask()) == b.getBitmask(); }
  18. I'm just repeatedly calling this: public boolean isBrotherDead(BarrowsBrothers b){ return getConfigs().get(453 & b.getBitmask()) == b.getBitmask(); } Not sure if that's enough context.
  19. Hey, I sometimes have problems with config not reading the right values. A varbit mask can return a false but when restarting the script it returns true, so I was hoping there is a way to force reload config values or something. Anyone know how to fix this? Thanks!
  20. Hmm, okay I just need to know what steps to take Is there a proper term for what I want? I can't seem to find good information on how to achieve this.
×
×
  • Create New...