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

  1. John Cena

    Trade With Caution
    35
    Points
    2181
    Posts
  2. Czar

    Global Moderator
    11
    Points
    23415
    Posts
  3. Apaec

    Scripter III
    6
    Points
    11174
    Posts
  4. Explv

    Scripter II
    6
    Points
    2315
    Posts

Popular Content

Showing content with the highest reputation on 10/18/17 in all areas

  1. ๐Ÿ‘‘CzarScripts #1 Bots ๐Ÿ‘‘ ๐Ÿ‘‘ LATEST BOTS ๐Ÿ‘‘ If you want a trial - just post below with the script name, you can choose multiple too. ๐Ÿ‘‘ Requirements ๐Ÿ‘‘ Hit 'like' ๐Ÿ‘ on this thread
  2. Chikan's Varock West Smither GUI Features: Requirements: None, just start with a hammer in your inventory. Updates: v1.1 - Fixed some logic involving banking to make it more responsive v1.2 - Fixed a bug involving the script being stuck on a loop when the user ran out of materials, and also removed the make-X option and added make all in its place. Also I cleaned up the paint a little bit and added a display for xp gained. Download: --TBA-- Will give testers a .jar to use until the script is eligeble for SDN Teaser: Proggies:
  3. 3 points
    Test case: logger.debug(formatRSUnit(559546000000l)); // 559.54B logger.debug(formatRSUnit(19546000000l)); // 19.54B logger.debug(formatRSUnit(1954600000l)); // 1.95B logger.debug(formatRSUnit(155400000l)); // 155.4M logger.debug(formatRSUnit(70000000l)); // 70.0M logger.debug(formatRSUnit(5400000l)); // 5.40M logger.debug(formatRSUnit(450000l)); // 450.0K logger.debug(formatRSUnit(12000l)); // 12.0K logger.debug(formatRSUnit(8000l)); // 8.0K logger.debug(formatRSUnit(600l)); // 600 logger.debug(formatRSUnit(50l)); // 50 logger.debug(formatRSUnit(2l)); // 2 Source code: private static final DecimalFormat UNIT_FORMAT = new DecimalFormat(".0#"); /** * @author Explv (https://osbot.org/forum/profile/192661-explv/) * @author LiveRare (https://osbot.org/forum/profile/23977-liverare/) * * @param value * - An amount * @return Formatted RS unit */ public static String formatRSUnit(final long value) { String suffix; double convertedValue; if (value >= 1_000_000_000) { convertedValue = ((double) value / 1_000_000_000); suffix = "B"; } else if (value >= 1_000_000) { convertedValue = ((double) value / 1_000_000); suffix = "M"; } else if (value >= 1000) { convertedValue = ((double) value / 1000); suffix = "K"; } else { return String.valueOf(value); } convertedValue = Math.floor(convertedValue * 100) / 100; return UNIT_FORMAT.format(convertedValue) + suffix; } I think I've over-complicated something here. If I have, please tell me how.
  4. No Edit: btw this is the scripting help section, it is for questions regarding the process of developing scripts, not for finding people to write you one. If you want someone to fix it, expect to pay, and post in the appropriate section
  5. Aww thank you for them mention. Would have taken this but currently doing another service.
  6. 2 points
    The user has been banned as they are also a ban evader, thanks for the report! Friendly reminder to ALL users to always ask for an OSBot PM and use a middleman!
  7. 2 points
    public String runescapeFormat(long l) { String[] suffix = new String[] { "K", "M", "B", "T" }; int size = (l != 0) ? (int) Math.log10(l) : 0; if (size >= 3) while (size % 3 != 0) size = size - 1; return (size >= 3) ? + (Math.round((l / Math.pow(10, size)) * 10) / 10d) + suffix[(size / 3) - 1] : + l + ""; } ...But yours is a lot more readable!!
  8. The only Runecrafting bot you will need Purchase this INSANE bot here You can setup a master account (preferably your main account, can be any account) and a worker account (a throwaway bot account, or any account) will trade the master account and go to bank to get more runes etc. The main account (master) does not need to bot, and can be achieved through the normal RS client without a bot client. Supports: Air runes (1) (normal) & (abyss) Mind runes (2) (normal) & (abyss) Water runes (5) (normal) & (abyss) Earth runes (9) (normal) & (abyss) Mud runes (13) (earth altar) Lava runes (23) (fire altar) Fire runes (14) (normal) & (abyss) Body runes (20) (normal) & (abyss) Cosmic runes (27) (normal) & (abyss) Chaos runes (35) (normal) & (abyss) Astral runes (40) (normal) & (abyss) Nature runes (44) (normal) & (abyss) Law runes (54) (normal) & (abyss) Blood runes (abyss) & (zeah) Auto Arceuus Favour Solver Gets 100% arceuus favour for you Auto GE Restocking Sells runes, buys more supplies automatically Auto-equips chosen armour/robes Use Blood Essences Death Handler gets items from Death's office and repeats (Abyss) Glory mode, ferox mode, house spell/tabs Avoids pkers and hops worlds Uses mouse invokes for quicker runecrafting (stealth) Muling (BETA) will give money to your mules every X hours or profit Creates colossal pouch if you have the needle Results and screenshots
  9. Setup Screens Smithing Mode Results & Show-off
  10. NEW CURRENT RECORD: 294 HOURS RUNTIME! Shoutout to @Ruutihattu NEW: Sandstone mining + hopper support Humidify/water circlet/bandit unnote Ardy cloak tele support Setup Screen Preview Results 84 HOURS ON NEW LEVEL 20 ACCOUNT Suicided account with mirror mode near rock crabs, 81 mining! I will probably go for 99 Even supports Ancient Essence Crystal mining! Preview: Mine 1 drop 1 item drop pre-hover feature:
  11. 1 point
    I'm currently not interested in adding the Pharaoh's sceptre's teleport as an available option Same applies for the banking in Sophanem itself. The demand is currently not high enough.
  12. Yeah FIFA 18 is pretty different than other fifa's
  13. My boy@Krysler is doing this for me without 43 prayer. Legend! Thanks for all your offers!
  14. @Divergent07 is doing the service for me
  15. 500m but if it were botted then 500m considering previous botting has no effect on price
  16. 1 point
    Understood. It does this to me randomly for certain scripts. I guess I'll submit a client bug report wherever it is that one does that. Thanks for the timely response and all the great scripts, -Not Apa
  17. 1 point
    Ok well, if you don't want to round then you can just do Math.floor(doubleValue * 100) / 100 to get the value to 2dp To achieve your super weird format you can use the Java class "DecimalFormat" with the format ".0#" # is an optional value (if it is 0 it won't be displayed), 0 is a digit public static String formatValue(final long value) { String suffix; double convertedValue; if (value >= 1_000_000_000) { convertedValue = ((double) value / 1_000_000_000); suffix = "b"; } else if (value >= 1_000_000) { convertedValue = ((double) value / 1_000_000); suffix = "m"; } else if (value >= 1000) { convertedValue = ((double) value / 1000); suffix = "k"; } else { return String.valueOf(value); } convertedValue = Math.floor(convertedValue * 100) / 100; return new DecimalFormat(".0#").format(convertedValue) + suffix; } Test cases: assert formatValue(559546000000L).equals("559.54b"); assert formatValue(19546000000L).equals("19.54b"); assert formatValue(1954600000L).equals("1.95b"); assert formatValue(155400000L).equals("155.4m"); assert formatValue(70000000L).equals("70.0m"); assert formatValue(5400000L).equals("5.4m"); assert formatValue(450000L).equals("450.0k"); assert formatValue(12000L).equals("12.0k"); assert formatValue(8000L).equals("8.0k"); assert formatValue(600L).equals("600"); assert formatValue(50L).equals("50"); assert formatValue(2L).equals("2");
  18. 1 point
    Cant wait till I get the sales on my gold so I can pick this up. Its the next step in my botting to max.
  19. i like your name chikan, nice release
  20. excellent stuff, fellow virgin
  21. P o g c h a m p o m g a c h h c a g m o p m a h c g o P congrats on release.
  22. IDK how youre getting these 24 hours and hours of running, I can barely get your scripts to run properly, when i bought all of them a while back they worked well. Now they don't. I have multiple of your scripts. Please help Czar, I run a mac
  23. 1 point
    Please take a look at all the scripts currently on SDN and remove the ones which aren't being updated at all by the script writer. It's unfair that customers are buying these scripts and they are not working at all, people are waiting weeks for trials, and other script writers may not be willing to bring out a quality script of the same purpose because of the competition.
  24. Hello, Looking to go premium, could I get a trial first? Thanks!
  25. good script, got me full void fairly easily
  26. Hey! Could I have a trial please? thanks a ton.
  27. Missed the trial if I was given it. I'm looking at Pest control to run on 2 of my low levs all the way to max stats at pc for a random account build so need a decent script so want to trial pest control. Already have 3 other scripts and your magic does kick ass (except alching) so sure it's fine but could I trial pest control please? Thanks.
  28. thanks guys, really appreciate it

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.