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 Caesar's topic in Accounts
    20M 07 #1
  2. yeh if you structure it correctly bro
  3. just use onLoop bro
  4. ty for using onLoop bro! ezpz
  5. /** B U G R E P O R T F O R M **/ Logger output (pastebin this if it is greater than 15 lines) *if applicable*: Status in the paint: Which mode you are doing(Dragon Location): Gui settings: Gear setup (EQUIPMENT & INVENTORY): /** B U G R E P O R T F O R M **/'
  6. Chris replied to Acke's topic in Spam/Off Topic
    just buy 5 proxies for 6$
  7. aprox 72hrs
  8. V7.86 Fixes: Worldhopper should now be working. Adjusted and brought Blue Dragons (Heroes guild) mode out of 'BETA' *Uses duel ring to bank / games to burthope* *MUST HAVE HEROES QUEST COMPLETED* Fixed multiple Jug of wine issues. should be functional and drop empty jugs. Future plans: Report webwalker travel bugs and add bank travel to Metal dragons Fix and get Brutal Black Dragons out of 'BETA' * I will either buy an account or get one serviced. * Make a video / write up and add on to the Thread 'Manual' of all the scripts features I will post on the thread again when the update is live. Thread Poll will be closing soon. approx 1-2 weeks P.S if I have failed to give script trials quote me and I will activate them.
  9. NISU
  10. script.execute(e);
  11. in beta. I need to work on it when I get an account. im currently working on getting Heroes guild mode (Blue dragons) out of beta.
  12. range
  13. this needs to be moved to the tin foil hat section 'Botting & Bans'
  14. just a bug with buyItem. k9thebeast already reported it
  15. if (message.getMessage().equals("Grand Exchange offer slots can only hold one Old School bond at a time.")) //click confirm button
  16. just use onLoop bro
  17. use onMessage as a failsafe
  18. just use onLoop bro
  19. Chris replied to Saiyan's topic in Spam/Off Topic
    ye jump
  20. dont bot = no ban
  21. Chris replied to MySQLi's topic in Archive
  22. Chris replied to MySQLi's topic in Archive
    just use onLoop bro @Override public int onLoop() throws InterruptedException { if (!getCombat().isFighting() || myPlayer().getInteracting() == null){ //if not fighting or get interacting does not exist //NPC npc = getNpcs().closest("Chicken"); basic NPC npc = getNpcs().closest(new Filter<NPC>() { //filter api @Override public boolean match(NPC npc) { return npc.hasAction("Attack") && npc.getName().equals("Chicken") && npc.getHealthPercent() > 0 && npc.getInteracting() == null; } }); if (npc != null && npc.interact("Attack")) { new ConditionalSleep(2000) { //timout time. once 2000ms passes it will stop @Override public boolean condition() throws InterruptedException { return getCombat().isFighting() || !npc.isAttackable(); //sleep until WE ARE FIGHTING OR WE CANT ATTACK THE NPC <- our condition true? stop sleeping :false sleep until 2000ms } }.sleep(); } } /// else we sleep the looptime. return 600; } | https://osbot.org/api/org/osbot/rs07/api/filter/Filter.html https://osbot.org/api/org/osbot/rs07/api/model/Character.html https://osbot.org/api/org/osbot/rs07/api/Combat.html https://osbot.org/api/org/osbot/rs07/utility/ConditionalSleep.html

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.