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.

Joseph

Trade With Caution
  • Joined

  • Last visited

Everything posted by Joseph

  1. Why text so dark, I couldn't finish reading it
  2. I don't even have to say it. They all k of I'm og
  3. What you crying about kid? Why complain about the lack of updates when really you should be happy that there is even a mirror client.
  4. edit: http://osbot.org/forum/topic/73282-edge-jewellery-aio/#entry810940 if the u stands for un-string then i have it in my script
  5. feel free to choose While fighting create an area around yourself and check item around area after the entity is gone cache the position of the monster. see if there any item dropped (use area if monster is too big) and set it null once your done picking up
  6. me likely, keep up the good work
  7. Use the new responsive code Alek added
  8. dam no feedback
  9. Joseph replied to AustinS's topic in Archive
    I'll think about this
  10. Joseph replied to Master GFX's topic in Archive
    To beat an addiction you can't go cold turkey. You have to play it smart. I'm not sure of the timing distant between the buying of gold. This is what I say. You have to learn to control your urge. Start off with let's say 30 dollars worth of gold. The rule is you can't spend more or close to the amount you bought. This is more for like buy gold Bi-weekly or something. Let say you get 15m from the 30. Play it smart, take out like 3 mill from your bank for the day. Only stack that amount. If you make more money like your total is 5 mill now. Put away the 3 mill into your bank. You have 2 mill to waste or build up. The plan of the game is come in with something and leave with more or the same amount you came with. If some how you start losing money remember to leave before it starts to get worse. It's all about monitoring yourself. Meta cognition
  11. For the first question there an class in the api for it
  12. i still have my old construction script
  13. you made this game? edit: lol at the shut the fuck up butters
  14. good luck with this
  15. i vote for a change. If not black you could do a different color combo
  16. Hey everybody! Here another snippet from your truly Josedpay. Some time i get lazy having to create paint. Many of you guys probably use that little programs (forget name). i use to use it back in the days, but franky its still too much work. So i created this paint. Have fun everybody(for those who are wondering about that "null" sign. I cant spoon feed everybody, im making it even smarter ). FYI some of the oldest people from OSB contributed on this painter. I use some of their idea/work but revamped it. Hopefully someone in the future could do the same edit: just a head up it comment all over the class LocalPaint.java //the interface is a nested static PaintProperty.java exmaple: import java.awt.Shape; import java.awt.event.MouseEvent; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import com.divine.painter.LocalPaint.LocalPaintHandler; @ScriptManifest public class TestScript extends Script implements LocalPaintHandler { Shape myShape = null; //set the location to see the magic LocalPaint localPaint; @Override public void handleExtras(MouseEvent e, Shape shape) {} @Override public PaintProperty[] getPaintData() { //LocalPaint.rsFormat(long) return new PaintProperty[] { //LocalPaint.getFormatTimer(long) new PaintProperty("do you even like it?"), new PaintProperty("just let me know", 15), //the offset move the text over + 15 }; } @Override public int onLoop() throws InterruptedException { if (localPaint == null) { this.localPaint = new LocalPaint(null, this).setScriptInstance(this); this.localPaint.enablePainter(true); } return 700; } }
  17. 1 mill
  18. bumped
  19. I wish I knew
  20. I'll start the bid
  21. public boolean dropOnlyThis(String[] blackList) throws IllegalArgumentException, InterruptedException { if (getInventory().contains(blackList)) { List<Item> list = getInventory().filter(new ContainsNameFilter<Item>(blackList)); for (Item item: list) { if (item != null) { item.interact("drop"); sleep(gRandom(400,100)); } } } return !getInventory().contains(blackList); } tell me if this helps
  22. Joseph replied to FrostBug's topic in Snippets
    it was kind of a bit obv if not there would not be a point in having an enum
  23. Joseph replied to FrostBug's topic in Snippets
    Oh nice I like the snippet my bug friend. Life is bug, bug is life
  24. Joseph replied to PockerRock's topic in Runescape
    You should pm me and tell me some

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.