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. If it has java and windows
  2. Then why the hell are you even posting? OT: Great methods. Mine look similar for my fast actions with banking/items
  3. How would the 8350 beat the 3770k in streaming with less processing power? The 8350 is only capable of ~90Gflops The 3770k is capable of ~120 Gflops. So no, the 8350 is not better at streaming (are you talking about watching 1080p movies??). The only thing it would potentially be better at is rendering using all 8 cores, and even that is a huge stretch. Intel has very strong single core performance. The cost associated with CPU's is how much power you can cram into one chip. That's why servers use multiple cheap CPU's. Hell, I'd run two fx9590's if I could. But I'm perfectly happy with my 6 core 4930k Also that video is hugely flawed. The GPU was bottlenecked the entire time. They should have used either a 7970 or 780
  4. tl;dr this will always stay in beta. OSBot 1 is still in beta..
  5. You have ABSOLUTELY no idea what you're talking about.
  6. Step 1: Put a bug report system into OSBot 2. Step 2: Release OSBot 2 to the public. Step 3: Leave OSBot 1 usable until OSBot 2 is stable. Step 4: ???????? Step 5: Profit from something that would have been released 3 months ago if they hired more people to help write the client.
  7. OSBot 2 Private ALPHA* Information! FTFY http://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha
  8. I also have the i7-4930k with 7970's in crossfire, no problems at all
  9. AMD is cheap for a reason. But their graphics cards are pretty good for computational stuff.
  10. Well then OSBot needs more than one script manager. Common Sense.
  11. Dreamliner replied to Dylan's topic in Archive
    You remind me of the kids whose daddy bought them an Audi.
  12. Dreamliner replied to Dylan's topic in Archive
    What do you have that's so secretive that - a private message can't handle? So what you donated $100+, it's not like you're making decisions about the bot anyway.
  13. use a different browser
  14. So? they can't obf. the osbot calls
  15. download jd-gui open the jar and view the source.
  16. Nope, I made it
  17. what mode do you do this on?
  18. I SHOULD WIN BECAUSE I LIKE WINNING THINGS. I ALSO LIKE TURTLES.
  19. A. make it an option B. find weapon timings/animations dynamically. I did. At 99/99, pray flashing piety gives me 110k xp an hour, without piety I get 85k xp an hour. It's definitely worth looking into.
  20. You need to wait for your gmaul to hit the opponent once, then spam click the spac bar
  21. I have tested it extensively.. if 30m combat xp counts I'll give you the rundown - it wait for your animation if YOUR weapon - 1658 for whip I think. On that animation, it turns prayer OFF Then if does whatever else the script needs to do Then it calculates how much time left until your weapon hits again - 600ms (tick) sleeps the calculated time - Turns prayer on loops back to beginning The art of flashing, your bonus prayers need to be on BEFORE you attack. Once you attack you can turn them off. Flashing protect prayers, they have to be on BEFORE the monster animates, then you can turn them off. They only need to be on during the tick which calculates damage given/taken
  22. I'd suggest you add an option to flash piety/str prayers int x = 0; while (this.myPlayer().isUnderAttack() && this.client.getMyPlayer().getAnimation() != this.animation && x < 200) { sleep(25); x++; } long time = System.currentTimeMillis(); if (this.prayerTab.isPrayerOn(Prayer.PIETY)) { togglePiety(true); } /* . . . . */ if (this.client.getSkills().getCurrentLevel(Skill.PRAYER) > 0) { mouseToPrayer(); // sleep int sleep = (int) (this.delay - random(600, 700) - (System.currentTimeMillis() - time)); // prayer on if (sleep > 0) { sleep(sleep); if (!this.prayerTab.isPrayerOn(Prayer.PIETY)) { Player p = this.client.getMyPlayer(); if (p.getFacing() != null) { if (p.getFacing().isFacing(p)) { togglePiety(false); } } } } } private void togglePiety(boolean force) throws InterruptedException { // 271 55 this.openTab(Tab.PRAYER); Thread.sleep(50); Rectangle r = new Rectangle(553, 401, 30, 30); MouseDestination md = new RectangleDestination(r); Point p = this.client.getMousePosition(); boolean clicked = false; if (!(p.x >= r.x && p.x <= r.x + r.width && p.y >= r.y && p.y <= r.y + r.height)) { this.client.moveMouse(md, false); sleep(50); } else { this.client.clickMouse(false); clicked = true; } if (force && !clicked) { this.client.clickMouse(false); } }
  23. just be smart. bot in not very populated areas. I did my 99 range at caged ogres and had the bot hop every time someone logged in at the cage.

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.