Skip 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.

Medusa

Scripter II
  • Joined

  • Last visited

Everything posted by Medusa

  1. Any new pc component and a decent graphics card. Good internet connection is a must You can basically stream on anything these days... You just need a decent connection
  2. Yes. Me for helper
  3. What about @Juhnaz for helper?
  4. @Patrick Sorry for mentioning. Felt like it was okay to do tho. EDIT: It wasn't sorry.
  5. The thread title sounds like a product title on wish.
  6. I feel like this is gravedigging my dude ๐Ÿ˜‰ And now I'm doing it too :(((
  7. Medusa replied to Medusa's topic in Money Making
    Bot smart ๐Ÿ˜‰ That's all I can say. Bot like you'd play.
  8. Always stage a hijack before you bot any important account That way you'll have a higher chance of getting unbanned
  9. You could make a list of worlds yourself. Here is a snippet of what you could do (Nothing in here has to be static). public static ArrayList<Integer> worlds = new ArrayList<Integer>(); public static ArrayList<Integer> blockedWorlds = new ArrayList<Integer>(); @Override public void onStart() throws InterruptedException { blockWorlds(); getWorlds().getAvailableWorlds(false).forEach(w -> { if (!w.isMembers() && !w.isPvpWorld() && !blockedWorlds.contains(w.getId()) && getWorlds().isWorldAllowedForHop(w)) { worlds.add(w.getId()); } }); log(worlds.size() + " worlds added to hop list."); } //To block worlds you just add to the array of integers called b static int[] b = {318, 400, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 443, 462, 463, 512, 535, 536}; public static void blockWorlds() { for (int i : b) { blockedWorlds.add(i); } } Then you could make a custom method to get a random world etc. Not quite sure which worlds are blocked here, but it blocks league worlds (So they won't be added to worlds arraylist)
  10. Gz on release bro
  11. Dear Juggles, It hurts me to say this, but I have been diagnosed with Scripter 1 syndrome. Doctors say I have a few months left of scripter 1, then it'll grow to scripter 2 syndrome. Sincerely, Medusa (Sidenote: I have absolutely nothing to do right now, so I did this)
  12. I need this W bois. gl to everyone, and thanks for hosting
  13. Medusa replied to Eagle Scripts's topic in Minigames
    nah you help him fix it
  14. Malcolm needs something... bigger. He needs special treatment, and only I can give him that.
  15. Plz everyone. It's free to enter, so literally no reason not to
  16. You're the one paying for everyones entry fee tho
  17. Do I look like I have 10m to give everyone? Ask @sibbernski if I have that
  18. ๐Ÿ‘You๐Ÿ‘need๐Ÿ‘to๐Ÿ‘link๐Ÿ‘code๐Ÿ‘and๐Ÿ‘errors
  19. I can do it for free too lol. Just thought an entry fee and a prize pot would attract more people. I'll remove the entry fee and make it free. Hear that? Now you have to enter.
  20. 1m is literally nothing lmao. I can lower the entry fee if that meant more people would join...

Account

Navigation

Search

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.