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.

hellkeepers

Members
  • Joined

  • Last visited

Everything posted by hellkeepers

  1. Let me know your price and leave me your skype.
  2. problem is ; It does eats, But after that it starts dropping all items from my invent.
  3. Atleast attempting to... trying to learn it.
  4. Hello osbot community, I've recently made an attempt at creating a script for osbot but i've had some problems; Im trying to recreate a thieving script (Master farmer) But im having some issues with using food >It detects if my hp is below 45% >eats one piece of food **Starts dropping all items while inventory isn't full** I just need some advice on how to write it the good way im still in the proccess of learning so any piece of information is welcome. **Also what i noticed that npcs.getclosest Laggs extremely badd is there a way arround that? **And how should i improve the Npc clicking /timing? /////////////////////////////////////// private enum State { STEAL, DROP, EAT, IDLE }; /////////////////////////////// private State getState() { if(myPlayer().getHealth() <45){ return State.EAT; } if (inventory.isFull()) return State.DROP; return State.STEAL; } //////////////////////////////////// @Override public void onStart() { log("Let's thief!"); } //////////////////////////////////////////////////// @Override public int onLoop() throws InterruptedException { switch (getState()) { case STEAL: if (!myPlayer().isAnimating()) { NPC farm = npcs.closest("Master farmer"); if(farm != null){ farm.interact("pickpocket"); } } break; case EAT: if(inventory.contains("Pike")){ inventory.getItem("Pike").interact("Eat"); } case DROP: inventory.dropAll(); break; case IDLE: sleep(200); break; default: break; } return random(200, 300); } //////////////////////////////////////////// @Override public void onExit() { log("Thanks for running my script."); } @Override public void onPaint(Graphics2D g) { } }
  5. Talking to you on skype about a bond
  6. Vouch for cerberus bought my 3rd bond quick and easy
  7. Vouch for Cerberus! bought 2 bonds Very quick !
  8. - Amount of bonds : 2 - Payment method : 07 - Have you added my skype : yes - Do you agree to my T.o.S : yes
  9. Vouch for vl4d4s Bought a bond off him Very fast and nice person!
  10. Vouch for zoo, bought my 3rd bond off him today without any problems!
  11. Vouch for zoo! bought my second bond off him today , great seller!

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.