Jump to content

Gunman

Super Moderator
  • Posts

    3483
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. Gunman

    help

    https://johann.loefflmann.net/downloads/jarfix.exe
  2. Start a script to trigger the auto login solver, spam click the email field and it will type the password in the email field
  3. Post it in the correct section next time please. Needs to be reviewed before being published.
  4. @3picide Your player is animating when chopping so it breaks out of the sleep every single time
  5. Subtracting approximate supplies left and servicing completed on the account, @Darren owes a compensation of USD 36.91 or GP equivalent to @Dobrik if he wishes to return. Sorry for the loss. Dispute closed.
  6. @Darren Has failed to reply and has been banned. @Dobrik Did Darren leave supplies on the account or no? If so how much in GP of supplies was is there?
  7. I will attempt to contact the user on discord. They will have up to 48 hours to respond here. @Dobrik Please confirm the work done on the account, starting level to the current level.
  8. Yeah, use a lamba to filter it to your position https://www.programiz.com/java-programming/lambda-expression
  9. Does this fix the Candice issue?
  10. If injection got some love it wouldn't be a problem
  11. I don't see how this will change anything if you have a private script made on OSBot
  12. There's one in the store under other, it's free. Unless you need to to do all the activities
  13. They changed this like a month ago to only have it go through the account status page
  14. Like Khal said wouldn't recommend doing that in the onMessage. But an alternative to walk a tile that short of a distance you can also just directly interact with the tile new Position(0, 0, 0).interact(getBot(), "Walk here");
  15. Please note global OSBot T.O.S. always apply in addition to this one, and personal T.O.S can be declared obsolete at a moderators discretion.
  16. Broke with a dependency update. Old theme will return when it's fixed
  17. Mhmm you could try this, maybe it will work? java -Duser.home="C:\Users\Testing" -jar "osbot 2.6.53.jar" Replace "Testing" with your desired window user. And if you have one drive installed could also try uninstalling it, I know that has caused issues in the past.
  18. I don't understand what you're trying to ask
  19. Run jar fix https://johann.loefflmann.net/downloads/jarfix.exe
  20. Some shit like this I guess private void mineRocks() { final RS2Object mineRock = getRock(null); final RS2Object hoverRock = getRock(mineRock); } private RS2Object getRock(final RS2Object ignoreRock) { //Just add this condition to your filter to get the next rock basically // r != ignoreRock return getObjects().closest(r -> r.getId() == 0 && r != ignoreRock); }
  21. Same way you get the rock to mine, just pass the rock you're already mining and add to the filter to ignore that one.
×
×
  • Create New...