Jump to content

Easy

Trade With Caution
  • Posts

    192
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Easy

  1. Easy

    Closed

    please create more threads
  2. 60k per hour was fucking phenomenal for f2p accounts that were fresh off of tutorial island. I was making 60m per day off of this juicy method, and the value of gold was high back then too. I think it was worth around $1.20 - $1.40/m, so my profit totaled to roughly $80 per day. It seems like it was only yesterday
  3. Remember when bot farming was fun?
  4. Easy

    :(

    just play chess w/ me
  5. Says the guy with 50 scripts on the repo, all with the same framework
  6. hbox.getChildren().addAll(button1); https://docs.oracle.com/javafx/2/api/javafx/scene/layout/HBox.html
  7. Easy

    I made it!

    Long ago, the four nations lived together in harmony. Then everything changed when the Fire Nation attacked. Only the Avatar, master of all four elements, could stop them. But when the world needed him most, he vanished. A hundred years passed and my brother and I discovered the new Avatar, an airbender named Aang. And although his airbending skills are great, he still has a lot to learn before he's ready to save anyone. But I believe Aang can save the world.
  8. You're putting your main at risk, but it's unlikely that it'll receive a ban unless you're running multiple bots on the same ip
  9. Will write a woodcutting/lost city script for 40m
  10. Rewrite your thread. I'm not going to helping you if you think it's okay to complain about a free bot.
  11. Max combat mains go for at least $200
  12. Any low ban rate hunter methods that you'd be willing to share with us? I'd like to get my main to 80 hunter as well
  13. He didn't buy his script from either of us
  14. Sure, but you'll need to figure out who banned me from cba first
  15. Another bot client. However, Osbot has the necessary tools to replicate what was found in this comparison. BotMouseListener: https://osbot.org/api/org/osbot/rs07/input/mouse/BotMouseListener.html MethodProvider: https://osbot.org/api/org/osbot/rs07/script/MethodProvider.html
  16. This is a comparison between recorded human interaction and random click point generation. These were the achieved results with standard deviation, which look an awful lot like the human interaction pattern in the bottom left of the first image. Whether or not standard deviation will actually have a positive impact on your ban rate is beyond me, and although this information has been known for quite some time now, I thought it might be interesting to some of you newer scripters. And for those of you that are wondering if Osbot's interactions are human-like, the answer is, for the most part, yes.
  17. Be careful, if your area contains tiles that aren't traversable, area.getRandomPosition() will bug out osbot's walkers.
  18. If all you're trying to do is interact with an item while holding shift, determining the item's tool tip isn't necessary. Calling an item's interact() method without passing in any strings will simply left click the item, and if you're holding shift while doing this, the item will drop. //Shift dropping List<Item> logList = getInventory().filter(new NameFilter<>("Logs")); if (logList.size() > 0) { getKeyboard().pressKey(KeyEvent.VK_SHIFT); for (Item log : logList) { log.interact(); } getKeyboard().releaseKey(KeyEvent.VK_SHIFT); }
  19. How long did 70 - 90 take?
  20. That has to be around 3 weeks of training
  21. Imposters will often seek out unsuspecting botters, so my advice would be to tread carefully
×
×
  • Create New...