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.

Dreamliner

Trade With Caution
  • Joined

  • Last visited

Everything posted by Dreamliner

  1. I'm working on it as we speak. I'm having trouble with FPS due to the amount of painting involved with the bank items
  2. Could you guys add one more day of credit to VIP's so they don't lose it when there's one day before the automatic billing kicks in?
  3. I'm glad someone is using it!
  4. Well now you have it
  5. The picture I can take literally is of a drawString. The jar is full of methods for you to use in your scripts.
  6. Devs: I have made a watchdog tool kit to automatically watch for any experience gains while running any script. It has a few features, and will be expanding with any ideas which seem beneficial - With this jar, you can set up an amount of time (in advance) to count xp gains. When the xp gains are older than your chosen time, the are removed and not counted any more. The result is a (sort of) real time glance for how well the bot has done in the past x amount of time. No more 19 hour proggies with some xp/hr which means nothing. Xp varies while running scripts. (combat especially.) I hope this toolkit gets used and abused in future scripts. import java.awt.Graphics; // import my watchdog import dreamliner.XPWatchdog; import org.osbot.script.Script; import org.osbot.script.ScriptManifest; import org.osbot.script.rs2.skill.Skill; @ScriptManifest(name = "Dream's Watchdog Tester", author = "Dreamliner", version = 1.0, info = "Watchdog tester. Hope you like!") public class AIO extends Script { // create the watchdog reference XPWatchdog watchdog; Thread t; public void onStart() { log("Waiting for log in"); while (this.client.getLoginState() != 30) { try { sleep(250); } catch (InterruptedException e) { e.printStackTrace(); } } // initialize the watchdog this.watchdog = new XPWatchdog(this.client,this); // create the new watchdog thread this.t = new Thread(this.watchdog); // start the thread this.t.start(); } public int onLoop() throws InterruptedException { return 1000; } public void onPaint(Graphics g) { // pick anything you want to display. g.drawString(this.watchdog.getXpPerPrune(Skill.ATTACK) + " per 5 mins", 300, 300); } public void onExit() { log("thread interrupted"); this.t.interrupt(); } } link to the jar file -> http://goo.gl/Fy2hu link to jar tester -> http://goo.gl/HnqII Methods: public void setPruneTime(int t); // sets the amount of time (in milliseconds) to get rid of data points (> 1000ms) // default: 1000*60*5 ms (5 mins) public int getXpPerPrune(Skill s); // returns the amount of xp gained per prune time for the skill of your choice public int getAllXpPerPrune(); // returns the total amount of xp gained on the account during the prune time. a picture was requested..
  7. Dreamliner replied to Laz's topic in Releases
    corrupt
  8. What's that for? Its to tell you there's no way Xavier can grab your password using the bot.
  9. http://osbot.org/api/org/osbot/script/rs2/Client.html#getPassword()
  10. All SDN scripts are reviewed by staff.
  11. Sure, I could throw something together
  12. Updated the script!
  13. No problem! I just updated the script! Thank you moore for the contribution - it has been fixed
  14. I've found over 8 sets using this script - very well written. I've noticed that sometimes the bots like to hang on the login screen until you reset it
  15. Can you tell me what's going on in the console - also run the client with a batch file and tell me if any errors are popping up The script updates every time an item comes into contact with the inventory or trade screen. It grabs the prices, stores it, then after 10 minutes are up and the item is still in contact, it will update. If you put the item back in the bank it will not.
  16. Once every 10 minutes per item. It does not lag, as it's on the painter thread.
  17. Hello OSBot, This is what I have been working on in the past two days. Pictures say it better than I can! Please note: Some items are broken - that's an issue with zybez. If you have any suggestions - feel free to add. link to download on dropbox Please post if you try it! If you like the script, recommend me for SDN! V1.2 Beta - Dreamtrader.jar updated 5:59 PM 7/13 V 1.2 - Added wait for login Fixed a few minor bugs Thanks to merccy for his TradingInterface
  18. I'm looking for this too, if anyone wants to give a hint of where to start
  19. Lifepoints != Constitution level. EOC is so screwed up. 9 HP accounts are rare back from the first days of scape.
  20. I'm botting on 6 accounts in very distinct bots and haven't gotten anything in about 36 hours. Waiting till the yoyo's stop dropping haha, I've had a TON of yoyo's My theory on why: So many people have gotten the yoyo and can't pick it up. So when we keep hopping the worlds, the yoyo stays there for 30 mins. My guess is the spawn % is 50% yoyo and 50% phat of any color. So when the yoyo sits there it just kills the partyhat spawn for EVERYONE. Now tomorrow at 8:00 when yoyo's stop dropping, phats will spawn rapidly and the market will FLOOD. Think about it: without the yoyo's, someone probably picks up the phat maybe once every 2 or 3 minutes with the rare case of 30 mins for a spot that is absent. So this makes p[artyhats 10x more rare than they will be on monday. I will edit in the morning to get more thoughts out - I may or may not be a little bit dreunk
  21. This bot does not work based on item ID's. All it does is look for an npc with a 'take' option.
  22. What spot were you in? That is likely a same/moved somewhat spot

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.