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.

mitsuki

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by mitsuki

  1. Oh shit, thanks dude
  2. I'm looking to add a setup menu for my scripts, and don't know how i would achieve this. It would allow users to select ores to mine, fish to catch, and food to cook. Is anyone able to point me in the right direction? Cheers, Mitsuki
  3. I'm trying to get the paint to count the xp and time how long the script has been running. Every time a shrimp is caught, the counter shows 10xp for a second or 2, then goes back to 0. The timer doesn't work at all for some reason. Any advice? I have a feeling that the xp counter is due to it being before the return random event. Do i need to make a new public method for the xp tracker?
  4. Holy shit dude, thanks a lot, i completely forgot about using the debugger! Now it is finally working, and i'm trying different ways of using the api My final question is how do i add a check within the script to check if the inventory is full before dropping the shrimp? Would it be (taking into account that the net is one inventory space) : if (getInventory().contains("Raw shrimps") 27) or if (getInventory() == 28) Are you into cryptocurrency? I can send you some as a thank you for all the help on starting me off with scripting
  5. still no luck after making amendments. All of the functions are correct aren't they? I would call upon getObject() still for a fishing spot, wouldn't i?
  6. in total, 2 lots of just under 2 hours. i've been banned on one account before, different pc, and different isp the account was my pure, so altogether about 30 hours of actual playtime Already read this thread, that's why i was going to be sticking to the 4 hour a day and 10 hour a week maximum botting times
  7. Ran the script for less than 4 hours in a 24 hour period, and got banned. I was even doing other things in between like questing and combat. >.<
  8. Any idea why this won't work? I'm trying to get it to find the closest Fishing spot, and fish from it, then drop the anchovies or shrimp. But when i run the script, it does nothing? package core; import java.awt.Graphics2D; import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "Mitsuki", info = "AutoShrimper", name = "AutoShrimper", version = 0, logo = "") public class AutoFisher extends Script { @Override public void onStart() { log("Let's get started!"); } @Override public int onLoop() throws InterruptedException { RS2Object FishingSpot = getObjects().closest("Net Fishing spot"); if (getInventory().contains("Raw shrimps")) { getInventory().drop("Raw shrimps"); } if (getInventory().contains("Raw anchovies")) { getInventory().drop("Raw anchovies"); } else if (FishingSpot != null && !myPlayer().isAnimating()) { FishingSpot.interact("Net-Fishing-spot"); } return random(200, 300); } @Override public void onExit() { log("Thanks for running my AutoShrimper!"); } @Override public void onPaint(Graphics2D g) { } }
  9. I can't find the "stall" object anywhere. What would i use for a fishing spot? would i just put "fishing spot"? and where it says "steal-from", would it be "fish-from"?
  10. Don't suppose you can help me with something else? what asset package are all of the referenced functions in? Like Rock id, Tree id, stall? i've been looking in the rs2object sub classes, and can't find them. Cheers in advance dude
  11. getting the above error with the source code for the script. Everything else is fine, just doesn't seem to like the RS2Object, any help?
  12. any videos of it in action dude? really interested
  13. this still working? and is it $25 a month?

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.