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.

The Undefeated

Members
  • Joined

  • Last visited

Everything posted by The Undefeated

  1. Your PotatoPicker doesn't pick potato's.
  2. Oh yeah, copied it from Macro killer, just because I was that lazy. But still doesn't fix the memory leak..
  3. What is complex in your eyes?
  4. There's a memory leak in this script, but can't find it. boolean isSplashing; long magicxp; private Predicate<NPC> suitableNPC = n -> getMap().canReach(n) && n.getHealthPercent() > 0 && n.hasAction("Attack") && !n.isUnderAttack() && getMap().realDistance(n) < 15; public int onLoop() throws InterruptedException { isSplashing = true; magicxp = getSkills().getExperience(Skill.MAGIC); sleep(random(3600,4800)); if (magicxp == getSkills().getExperience(Skill.MAGIC)) { isSplashing = false; } if (!myPlayer().isUnderAttack() || !isSplashing) { if (getInventory().contains("Air rune") && getInventory().contains("Mind rune") && getInventory().contains("Fire rune")) { java.util.List<NPC> npcs = getNpcs().getAll().stream().filter(suitableNPC).collect(Collectors.toList()); if (!npcs.isEmpty()) { npcs.sort(Comparator.<NPC>comparingInt(a -> getMap().realDistance(a)).thenComparingInt(b -> getMap().realDistance(b))); if (npcs.get(0).interact("Attack")) { sleep(random(3000)); } } sleep(random(3000,4000)); } else { stop(); } } return random(300,400); } Threw some stuff around to see if something changed. In like 4-5 hours the memory usage went from 600MB to 1.2GB.
  5. ZZrr31 joined the chatbox asking if someone could pricecheck his main. He had 0 posts and 0 feedback, so I told him if it's a good account, nobody's gonna pay for it because you have 0 feedback. After like half an hour he got feedback from some random account with the same spam name.
  6. Thomas The Dank engine? Just go with the Czar one and you're good.
  7. Sounds promising.
  8. Pretty sure Acerds fletcher does the job doesn't it? Ring of recoil maker is also already in the SDN. Could try that out. No.
  9. This request is placed many times, still gonna do it again. What script is needed in the SDN?
  10. I'm still finishing high school (I think that's how it's called). Coding is just something I like to do in my spare time, I don't plan on making it my job. I am actually more interested in business economics or business administrations on university (Don't know all the English terms for it.). Outside goldfarming and scripting I run my own web shop in the Netherlands.
  11. What is actually the reason why you wrote this?
  12. Your answer is in your screenshot.
  13. How can he know? How can anyone fucking know? Just be patient ffs. It's up again when it's up again.
  14. Now go like my fucking thread.
  15. Will work out probably as long as you use a Linux distro.
  16. Stats: CB 52 Items: Quests: https://gyazo.com/617e4c6e6b413db27b16332a3f6dda89 Status:
  17. Fuck off, my BTC wallet is still locked for a 2 days. (I lost my Google Auth because of a factory reset) I was about to put some of my BTC into Ethereum when it was $124.

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.