Jump to content

Gunman

Super Moderator
  • Posts

    3553
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Gunman

  1. Not bad
  2. 1 interaction per cycle of the loop, or you only add a isBankOpen check, if you're too lazy to actually plan out/redo a stable script
  3. Welcome to OOP, it's shit
  4. @Kayle7 Do what Khaleesi said or pass the instance to the class you want to call it from
  5. Try this getClient().accessor.setCurrentWorld(worldNumber);
  6. Might be SOL atm actually, even compiling OSBot into an exe and replacing the old launcher with it doesn't work as OSBot has some hook errors thrown
  7. -1 should mean it's not a grand child so no. I don't get how it would run if the widget is null, you can't call a method on something that doesn't exist. My guess is the null was from the .isVisible check if you interacted with the widget.
  8. @saintpaul1 Run this and see what gets logged final RS2Widget widget = getWidgets().getAll().stream() .filter(w -> w.hasAction("Deposit loot")) .findFirst() .orElse(null); if (widget != null) { log("RootId: " + widget.getRootId()); log("ChildId: " + widget.getSecondLevelId()); log("GrandChildId: " + widget.getThirdLevelId()); } else { log("Widget couldn't be found!"); }
  9. Find where the launcher opens RuneLite, replace the RuneLite jar with OSBot and rename OSBot to RuneLite. Launching through launcher with RuneLite option should open OSBot if my theory is correct, not 100% sure if the login handler supports the different login screen or not.
  10. Stealth supports up to Java 17, Mirror is Java 8 only
  11. @davidjarrett2014 Still happening or fixed?
  12. Prime event started the same day
  13. Some scripts do/did that, and no, they currently don't look at that
  14. Gunman

    Help

    Stealth got updated, people had better experience using it, more people saw people saying stealth good, more people started trying it out
  15. The purple hurts to read, that I know for sure. Ban is probably related to the way the client is interacting with the game or way it's modifying the game
  16. @Mancubus Click it manually, if it works, then it's something you're doing when handling the turnstile. If it still doesn't work even after a couple tries then the chrome instance it self is throwing detection flags
  17. Need to exchange context with testTwo as well
  18. Buy the bond, redeem as code, redeem code on alt. People sell codes to botters all the time this way, and I doubt they have issues
  19. Yes
  20. Gunman

    Help

    Not sure what you mean, I just tried the old client and it works fine. I am guessing you're trying to use mirror mode, was a change 6 months ago, most people have swapped to stealth
×
×
  • Create New...