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.

Leaderboard

Popular Content

Showing content with the highest reputation on 03/10/15 in Posts

  1. Similar to MessageListener that listens for messages in-game, the LoginResponseCodeListener listens to response codes on the login screen. Below are a few of these codes: INCORRECT_USERPASS ACCOUNT_DISABLED GAME_UPDATE FULL_WORLD STOLEN_ACCOUNT BETA_WORLD CUSTOMER_SUPPORT BLOCKED_COMPUTER As you can see, there are a variety of codes that both developers and script writers alike can use to improve your botting experience. Immediate implementation of these codes is apparent in the AutoLogin solver. When attempting to log into the game, the response code listener will check to see if such codes are received. If they are, they are evaluated for the best course of action such as: 1. If the world is full, wait a minute to try re-connecting. Do this a couple times and give up if there have been too many attempts. 2. If your account has been banned, don't try logging back in. 3. Error connecting to the server, try re-connecting in a few minutes. Implementation (for scripters): @Override public void onResponseCode(int code) throws InterruptedException { } Also check the ResponseCode listing. Changelog: @Alek's updates: -Added LoginCallback --LoginResponseCodeListener onResponseCode(int code) --Added constants class ResponseCode -Updated AutoLogin solver to handle various response codes -Updated Dialogues class @Maxi's updates: -Added containingActions to Widgets -Updated Trade API Happy Botting -The OSBot Staff
  2. A fix for this is underway, new build will be released later today.
  3. That is why you don't buy/sell accounts without 100 posts, this is your fault in the end. The user has 24 hours to refund you or he will be IP banned.
  4. Mirror mode uses the OldSchool Runescape webclient. Therefore virtually eliminating any threat of client detection.
  5. chats moving so fast no one will notice I'm gay
  6. 2 points
    Well it is the most popular range guild script in OSBot and it works well Version 4.1 - Fixed paint - Fixed visibility
  7. 07 is fun. RS bans bots. RS3 is gay. Jagex is selling the game for the kids' money. Same ol' same ol'.
  8. Welcome to my first tutorial. I've seen quite alot of questions round the forums as of late regarding paints and little miss-haps members are having. I'd like to think paints for my script have always been pretty snazzy and informative. Now its time to make everyone's paint a bit more special. I'l be covering some methods that have since been included into the API but i like to calculate them myself as it keeps you're brain active and is generally good coding practice to do as much as you can yourself. All my tutorials are given in laymens terms to help those with no experience. Area's Covered In This Tutorial: Script Running Time Xp Gained Showing Levels Adding Gold Made Adding Gold Made Per Hour Adding a background Image Percent To Next Level Time Until Next Level Will add more later Like this post if it helped
  9. Judging from your avatar I thought you had no mercy, I guess I was wrong
  10. Learned my lesson badly... Khaleesi also pointed me out to make use of a middle man.
  11. He just wasted money on a script + vip since he did scam, he will lose that.
  12. FahQ, You can use his combat script for this. It now has looting and will soon be updated to include banking. Rutsy
  13. 1 point
    Yea it seems like a delayed ban sadly Fishing got a pretty high Ban rate
  14. 1 point
    Ahh, I see what you're saying. Sorry about that. I'll start reporting issues in that section then. Thanks for the fast responses.
  15. 1 point
    Awesome just bought it
  16. Feedback removed.
  17. Should've used mirror mode
  18. does this script still worth buying>>??
  19. 1 point
    LAST UPDATE: MARCH 10, 2015 package org.bjornkrols.math.ratio; import java.math.BigDecimal; /** * @author Bjorn Krols (Botre) * @version 0.0 * @since March 10, 2015 */ public final class Ratio { private Ratio() { // This class should never be instantiated. // Do not delete or make accessible. } /* * INT */ public static int percentage(int part, int whole) { return part * 100 / whole ; } /* * LONG */ public static long percentage(long part, long whole) { return part * 100 / whole ; } /* * FLOAT */ public static float percentage(float part, float whole) { return part * 100 / whole ; } public static float decimal(float part, float whole) { return part / whole ; } /* * DOUBLE */ public static double percentage(double part, double whole) { return part * 100 / whole ; } public static double decimal(double part, double whole) { return part / whole ; } /* * BIG DECIMAL */ private static final BigDecimal HUNDRED = new BigDecimal(100); public static BigDecimal percentage(BigDecimal part, BigDecimal whole) { part.multiply(HUNDRED).divide(whole); } public static BigDecimal decimal(BigDecimal part, BigDecimal whole) { return part.divide(whole); } }
  20. 1 point
    Use proper conventions, no need for the == true. You may be thinking why, because the method is a boolean. Once you put a boolean inside a if statement. If it method doesn't lead with a !, by default it will check to see if the method returns true Explore the dialogue class
  21. why not? its not like i am going to bot on that account. oddly i have been asked this question many times. you can try reporting me and see if it works.
  22. Nice update man! Should be also a constant for non-member accounts trying to login to member worlds ;) Thx for the update Khaleesi need to keep quoting it then xD
  23. mate it would be great if you put world hop because I bought this thinking it had it already like every good script should.
  24. I'm talking about auto cursing, multiple methods.
  25. Part of the 2013 Squad! Was a great Mod
  26. Currently the bot walks under crabs that are already up. This needs to be fixed bad. View My Video
  27. 1 point
    the thing is that most vpn are designed for consumer use to bypass restrictions and all connect to the same server with same ip, which is obviously bad if a goldfarmer previously used it and got banned and ip flagged. Yours might be different, not to discredit your purchase. I would recommend socks5 private proxies used directly on osbot or via ssh tunneling
  28. No you will make people sad
  29. Just happily bought your script! It's fantastic, thank you very much.
  30. It's a website you probably frequent as it is ;) Jagex can kindly suck on my rooster!
  31. Shit man, I can't even see the mature content Volta intended me to see. What's up with that?
  32. Looks nice. You getting back into graphics? Or just in spare time? Looks like you haven't lost your touch.
  33. Man, no one cares what you have to say anyway. Anyone else?
  34. Refreshingly Dark Layout!
  35. V nice, Gz on designer btw ^_^
  36. tell more about this vps ram cpu os?
  37. so it is a "perfect dher" but doesnt have veng?
  38. Sell the items on GE and then I will buy the GP from you for PayPal.

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.