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

Dashboard

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Dashboard

  1. It was a pointless misleading thread that had no value towards the site or the users.
  2. Dashboard replied to Rich's topic in Archive
    Welcome Rich. Don't worry about having little skills, you can actually make scripts very easily using my script here http://osbot.org/forum/topic/13030-gmc-superscript-factory-beta/.
  3. 3m if no black marks.
  4. Mikasa for global for sure. Great guy, helps out a lot and always approaches things positively. Not only all of that, he spends a large part of his day posting and browsing the forums.
  5. It actually already does. Most clues are completed, I'm just cutting my time lost replacing the old walking system.
  6. Dashboard replied to Scotty's topic in Shops
    These actually have some appeal in mass lol.
  7. This is on hold until OSBot 2 comes out. Sorry guys.
  8. I brought Dash AntiJail as I'm only 16 and there's alcohol.
  9. Are those Saradomin Brews on the roof?
  10. 7/10 Not that active on forums but I see you in chat a lot.
  11. I love how there's a @Dashboard.
  12. White is my favourite and purple is also beast in some outfits.
  13. I win.
  14. Sorry this is related to the names of certain ids returning null, I'm working on fixing this issue.
  15. AdBlock, am thinking of donating $85.00 for the tee shirt, sweater and stickers . Hopefully the net advances past ads and finds better ways to monetize traffic.
  16. Dashboard replied to deathcommon's topic in Spam/Off Topic
    http://www.youtube.com/watch?v=reTx5sqvVJ4 True story.
  17. I agree. It's just a placebo.
  18. Paid $1.00 for my SuperScript Factory signature. Great guy and recommended .
  19. Dashboard replied to balls123's topic in Archive
    No, it's common knowledge that completing Monkey Madness will give you Defence experience. There is no way as of now to get any sort of roll back, sorry for your luck.
  20. Hello Mrhybriid, I'm sorry for your loss but you must realize that woodcutting is one of the worst things you can bot. Jagex has been very meticulous on banning woodcutting bots due to their history and ties in relation with mass gold farmers. I'd suggest that if you bot this type of thing in the future to use a brand new throw-away account instead of your main or just avoid woodcutting all-together. There are many other ways you can make money and gain experience using OSBot, just navigate the local and SDN script sections. I'd also recommend to cease reporting other fellow botters in the future as karma will come back to slap you whether you believe in it or not. - Dashboard OSBotter
  21. You already can do this..
  22. Add a class called EmoteTab to the API Here's an example of how I'm handling it to make it easier for them.. package com.gmc.extreme; import org.osbot.script.*; import org.osbot.script.rs2.ui.*; import org.osbot.script.rs2.model.*; import org.osbot.script.mouse.*; import java.awt.*; public class Emotes { public static final int EMOTE_TAB = 35; public static final MouseDestination SCROLL_UP = new RectangleDestination(new Rectangle(722, 208, 8, 8)); public static final MouseDestination SCROLL_DOWN = new RectangleDestination(new Rectangle(722, 450, 8, 8)); public static void activateEmote(Script script, String emoteName) throws InterruptedException { script.selectInterfaceOption(548, EMOTE_TAB, "Emotes"); script.sleep(600 + script.random(800)); int emoteId = getEmoteId(script, emoteName); if(emoteId == 0) { script.log("Could not find matching emote for name: " + emoteName); script.sleep(5000); return; } while(!isVisible(script, emoteId)) scrollToEmote(script, emoteId); clickEmote(script, emoteId); } public static int getEmoteId(Script script, String emoteName) throws InterruptedException { for(int i = 38; i < 75; i ++) { if(script.client.getInterface(464).getChild(i).getMessage().equals(emoteName)) return i; } return 0; } public static boolean isVisible(Script script, int emoteId) throws InterruptedException { if(script.client.getInterface(464).getChild(emoteId).getPosition().getY() >= 211 && script.client.getInterface(464).getChild(emoteId).getPosition().getY() <= 417) return true; return false; } public static void clickEmote(Script script, int emoteId) throws InterruptedException { MouseDestination closeInterface = new RectangleDestination(new Rectangle((int)script.client.getInterface(464).getChild(emoteId).getPosition().getX(), (int)script.client.getInterface(464).getChild(emoteId).getPosition().getY(), script.client.getInterface(464).getChild(emoteId).getWidth(), script.client.getInterface(464).getChild(emoteId).getHeight())); while(!script.client.moveMouse(closeInterface, true)) {} script.sleep(400 + script.random(1200)); script.client.clickMouse(false); } public static void scrollToEmote(Script script, int emoteId) throws InterruptedException { if(isVisible(script, emoteId)) return; int currentSlotVisible = 38; for(int i = 38; i < 75; i ++) { if(isVisible(script, i)) currentSlotVisible = i; } script.sleep(1000); if(emoteId < currentSlotVisible) { while(!script.client.moveMouse(SCROLL_UP, true)) {} script.sleep(600 + script.random(400)); } else { while(!script.client.moveMouse(SCROLL_DOWN, true)) {} script.sleep(600 + script.random(400)); } while(!isVisible(script, emoteId)) script.client.pressMouse(); script.sleep(400); script.client.releaseMouse(); } }
  23. Hello everyone! I'm wondering what you OSBotters could see yourselves and others paying for my script GMC SuperScript Factory once the free beta is over. You'll get the same amazing experience that you're getting now during the beta but with a ton of bug fixes, new options, better anti ban and frequent updates. I myself am horrible at pricing things like this and would like all of your input. Thanks, Dashboard *Conditions for not paying: The script would be completely free, not as updated but still stable. I would accept donations and have a special place in the script with the names of the generous contributors.

Account

Navigation

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.