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.

Prolax

Members
  • Joined

  • Last visited

Everything posted by Prolax

  1. Stay 1 defence and just hybrid pk.
  2. What is your gear/weapon setup?
  3. Prolax replied to William's topic in Goals
    Congrats on no lifing a Runescape account, best investment ever.
  4. If I would get this far, I would stop botting and be happy with those stats.
  5. Lol, pro advice.
  6. He is obv botting.
  7. I got banned at 93 fletching using CW fletcher. Good script though.
  8. Gratz, I guess you should just keep the account and not bot anymore.
  9. Your girlfriend should not play rs, you should play with your girlfriend.
  10. Prolax replied to Benz's topic in Spam/Off Topic
  11. Prolax replied to Botre's topic in Spam/Off Topic
    Rekt
  12. Prolax replied to Quagmire's topic in Runescape
    All the time invested was a waste, oh well.
  13. Since I started botting in 2008, I just can't stand playing the game legit anymore. Good luck though!
  14. Very nice.
  15. Thanks for the replies, I'll add this to my script this evening. Will post the full script once it's done.
  16. Hi, Is there any good Walk to Bank and Banking method? Could not really find a good example / snippet. Many thanks, Prolax
  17. Prolax replied to Juggles's topic in Botting & Bans
    Gratz Krys, 10/10 for stupidity.
  18. Time to move on. No wait, just rebuild.
  19. Write your own scripts, that's the most fun Runescape OSbot has to offer.
  20. Bot at range guild?
  21. Thanks for the reply. Problem is solved.
  22. import org.osbot.rs07.script.Script; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; @ScriptManifest(author = "Prolax", info = "Prolax Auto Fighter", name = "Prolax Auto Fighter", version = 1, logo = "") public class main extends Script { String logState; NPC npc = npcs.closest("Frog"); @Override public void onStart() { log("Let's get started!"); } private enum State { ATTACK, IDLE }; private State getState() { if (npc != null && !myPlayer().isMoving() && !combat.isFighting() && npc.isAttackable()) { return State.ATTACK; } return State.IDLE; } @Override public int onLoop() throws InterruptedException { switch (getState()) { case ATTACK: logState = "Attacking " + npc; npc.interact("Attack"); break; case IDLE: break; } return random(800, 1200); } @Override public void onExit() { log("Thanks for running Prolax Auto Fighter"); } @Override public void onPaint(Graphics2D g) { g.drawString("Status: " + logState, 8, 303); } } Hi, I have made this really basic code to auto fight frogs. When I start the script nothing happens, not even shows the onStart() log in the logger? Probably missing something. Thanks, Prolax
  23. Some smalls tips: - The eating of food should be a bit more random, example: if(myplayer.getHealth() < rand(20,35)) { eat food } Overall great script 9/10.
  24. The script is actually very good. Some tips: - Quicker attacking of next npc, it sometimes waits like 3 seconds before attacking - Hover next npc if current npc.health() < 50% Rating: 9/10
  25. [ERROR][Bot #1][06/07 03:09:48 PM]: Error in bot executor! java.lang.NoClassDefFoundError: org/osbot/rs07/api/webwalk/INodeRouteFinder at API.Actions.walkToArea(Actions.java:56) at Nodes.WalkToFight.execute(WalkToFight.java:27) at Core.ikkWarriors.onLoop(ikkWarriors.java:102) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(hj:81) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: org.osbot.rs07.api.webwalk.INodeRouteFinder at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 5 more Currently it's broken, probably because a class doesn't exist anymore.

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.