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.

Dreamliner

Trade With Caution
  • Joined

  • Last visited

Everything posted by Dreamliner

  1. walt jr dies
  2. Absolutely it does. He's running a game with 50/50 dealer/player odds.
  3. DMT

    Dreamliner replied to diamondcut11's topic in Archive
    I heard you have to boof it for double the effects.
  4. lolol, the good ol tamper data trick. Got so many ebooks for free that way
  5. none, because you're all god-damned scammers
  6. Dreamliner replied to smd2's topic in Archive
    oh, ok, well give this a read http://www.hardwaresecrets.com/article/Everything-You-Need-to-Know-About-The-Motherboard-Voltage-Regulator-Circuit/616/4
  7. Dreamliner replied to smd2's topic in Archive
    overclocking == performance.. that's why people do it
  8. Dreamliner replied to smd2's topic in Archive
    http://www.newegg.com/Product/Product.aspx?Item=N82E16813131823 1. Power Phases - the more you have the more stable the overclock will be (and life of CPU kinda) 2. Memory speed Plus the Z77 chipset works fine with the E3 Ivy's. You wont be using any virtulization technology or anything so other server specific chipsets don't really matter.
  9. Dreamliner replied to smd2's topic in Archive
    Looks pretty good, but I personally would spend a little bit more on the motherboard
  10. Gaming and Laptop don't go together. Gaming = heat. Laptops aren't good with heat.
  11. found him
  12. Oh my god, idungeon was written in one file -.-
  13. That fixed it, however I still get it on the homepage.
  14. I get this anytime I try to send a message or read my messages. What happened?
  15. i ned 1 dat shows n3rds how much i have secks with their moms!!!!
  16. Maybe if you intend to pay more for electricity than buying the damn coins. ASIC's exist for a reason And I doubt he has a 7950 in it, cause that's the most profitable for scrypt coins
  17. public void walkTowardPosition(Position p) throws InterruptedException { if (this.myPlayer().getPosition().distance(p) > 15) { int d = random(12, 16); double scale = (double) d / this.myPlayer().getPosition().distance(p); Position mypos = this.myPosition(); int dx = p.getX() - mypos.getX(), dy = p.getY() - mypos.getY(); int x = mypos.getX() + (int) (dx * scale), y = mypos.getY() + (int) (dy * scale); Position dest = new Position(x, y, mypos.getZ()); MouseDestination md = new MinimapTileDestination(this.bot, dest); if (!this.client.getDestination().equals(dest)) { this.client.moveMouseTo(md, false, true, false); } if (this.myPlayer().isMoving()) { int degrees = (int) Math.atan2(dy, dx); this.client.rotateCameraToAngle(degrees); } sleep(random(600, 1200)); } else { MouseDestination md = new MinimapTileDestination(this.bot, p); if (!this.client.getDestination().equals(p)) { this.client.moveMouseTo(md, false, true, false); } } }I found myself needing to check for objects while I was walking (performance reasons) so I created this.Basically it projects your position on a straight line and tries to traverse it in increments of 12-16 tile intervals (size of minimap) Works pretty flawlessly. Edit: it may be confusing, but this must be called a bunch of times to work. It basically clicks in the spot on the minimap that it calculates when it's called.
  18. There should be a dump file somewhere in your java files or appdata, etc. Anytime java crashes it creates a hs_err_pid_####### file which contains the info for the dump. try running osbot with the parameter -XX:DumpPath=/path/here If you're trying to get post count, try to post more productive posts.

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.