Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Chris

Scripter II
  • Joined

  • Last visited

Everything posted by Chris

  1. Chris replied to rhinoo's topic in Price Check
    this is the price check section not the spam section. Either price check or dont post at all
  2. Chris replied to rhinoo's topic in Price Check
    its the price check section... zzz
  3. You can use whatever gear you start the script with
  4. Proof has been shown that user was paid. Closing. @mr_big_t Reopen by PM when you feel like responding
  5. Note: Last of the compensation has been paid out. This concludes all of B3NJI's service deposit compensations for disputes.
  6. @mr_big_t It is confirmed in these sources that he indeed refunded you your payment to the same address he received it from. This is where you can find all of the generated address for each wallet from you to him 14/8/18 https://live.blockcypher.com/btc/tx/f3220a6398484e924861b6278659f51a6cfed8570dd040384a71b65dd3d910e2/ from him back to you 14/8/18 https://live.blockcypher.com/btc/tx/4a6a13ec253e82a27fcce158a7a003a6669ee26447dfb62f9b5987fbc6d00ef2/ From the evidence gathered it is clear you have received a refund. Yes after a transaction a new wallet address is generated, and you can reuse the old ones. Coinbase implemented this security so you couldn't not keep track of 1 address to see whos holding what amount (privacy). This can be proven in Coinbase's FAQ page. He sent the amount back to you. This could be an error on coinbase's side if you cannot see this transaction. I recommend you speak with support with the given blockcypher links.
  7. @mr_big_t This is where you can find all of the generated address for each wallet
  8. Ok thank you for the fast response. Please show proof here when you get back. Also did he agree to the gold refund? Is it possible for you to compensate him in his original currency? In his evidence he already shows the transaction here:
  9. Only $106AUD is supposed to be refunded to you.
  10. I've notified Dbuffed and asked him to respond. In the meantime show all of your evidence. @mr_big_t @Dbuffed What what the timeframe of the order? If they decided not to do it im sure they sent the refund the same day.
  11. Haga una disputa adecuada utilizando la plantilla de disputa con toda la evidencia. Por supuesto en inglés Gracias ~Chris
  12. BoatOptions.NOVICE.getPointsBonus(); or private BoatOptions opt; onStart(){ gui sets option opt = BoatOptions.NOVICE; //can now access getters/setters that are public opt.getBonusPoints(); opt.getLevelReq(); }
  13. Chris replied to Zummy's topic in Scripting Help
    Look at these examples public boolean walkToDestination(final Position dest, final BooleanSupplier bc, final boolean walkExact){ WalkingEvent walkingEvent = new WalkingEvent(dest); walkingEvent.setEnergyThreshold(10); walkingEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return bc.getAsBoolean(); } }); if (walkExact) walkingEvent.setMinDistanceThreshold(0); return getScript().execute(walkingEvent).hasFinished(); } public boolean walkToDestination(final Position[] positions, final BooleanSupplier bc, final boolean walkExact){ WalkingEvent walkingEvent = new WalkingEvent(); walkingEvent.setPath(new LinkedList<>(Arrays.asList(positions))); walkingEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return bc.getAsBoolean(); } }); if (walkExact) walkingEvent.setMinDistanceThreshold(0); walkingEvent.setMiniMapDistanceThreshold(0); walkingEvent.setEnergyThreshold(random(5, 15)); return getScript().execute(walkingEvent).hasFinished(); } public boolean walkToDestination(LinkedList<Position> path, BooleanSupplier bc, boolean walkExact) { WalkingEvent walkingEvent = new WalkingEvent(); walkingEvent.setPath(path); walkingEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return bc.getAsBoolean(); } }); if (walkExact) walkingEvent.setMinDistanceThreshold(0); walkingEvent.setMiniMapDistanceThreshold(0); return getScript().execute(walkingEvent).hasFinished(); }
  14. Please use the template as well as provide evidence (screenshots of conversations etc..) and re-post.
  15. are you using the supported safespots
  16. Mirror mode may need to be updated or you are not using the original runescape client.
  17. Incorrect, all services must be HAND DONE unless stated otherwise when two parties agree. You had no problems with him botting the account. That was your choice and this was the outcome. You should have stated a clear agreement before starting. Now you are just regretting him botting it. There is no injustice, this is just your poor judgment on how you wanted your account to be trained. We follow the evidence and it was clear in what was provided that you were okay with it. The agreement was still in place because you did not state otherwise. This is your fault. Collection of PUBLIC evidence: Final decision: Dispute will now be closed. Next time set a proper agreement & state how you want the account to be trained.
  18. Chris replied to Chris's topic in Agility
    Updated
  19. Chris replied to mbuzz13's topic in Scripting Help
    https://osbot.org/api/org/osbot/rs07/api/filter/AreaFilter.html
  20. Chris replied to Chris's topic in Agility
    I pushed a fix but please allow up to 48 hours for the developers to get time to add the fix to the SDN. I will quote your post again when it is live

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.