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. Maldesto

    Administrator
    16
    Points
    19230
    Posts
  2. Khaleesi

    Developer
    15
    Points
    27742
    Posts
  3. Saiyan

    Trade With Caution
    13
    Points
    5105
    Posts
  4. Czar

    Global Moderator
    10
    Points
    23408
    Posts

Popular Content

Showing content with the highest reputation on 09/28/16 in Posts

  1. people think they flag IPs LUL
  2. 5 points
    Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Account builder mode to level your firemaking to level 50 or even higher. - Equips pyromancer gear option - Chopping and burning logs (base Option) - Relights brazier - Fletch option - Fix brazier option - Make potion and heal pyromancer when down option - Tons of food supported - Brazier swicthing when pyromancer is down - Advanced game settings to skip games, smart caluclate points, afk at certain points, ... - Bank or Open crates - Dragon axe special attack - Fletch at brazier option - Chop in safespot option - Worldhopping - CLI support for goldfarmers Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 909:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form (Note that with some bot managers you do not need to specify -script 909): -script 909:TaskList1.4515breaks (With breaks) -script 909:TaskList1.4515breaks.discord1 (With breaks & discord) -script 909:TaskList1..discord1 (NO breaks & discord) Proggies:
  3. This is a serious topic, no spamming or you will be warned and your post will be removed. Suggestions for Trial mod or CBA, specify which and you can nominate one for each if you would like. No more than 1 name for each. If you want to explain why you chose them, please do. No nominations of TWC members.
  4. 5 points
    gh0st, don't judge someone like that, she is a female now. Date her.
  5. lul

    5 points
    When you walk 25 mins to college (slow walk) and you sweat like you just came out of a physical activity/P.E class. Then you know you're a fat fuk
  6. We need a screenshot of his Skype ID as well with the conversation visible in the background and where he confirms that Skype. You can view his Skype ID by clicking on his profile picture. Edit: Nvm I IP banned him, he was also evading @Huho who was banned for scamming. He'll have to refund if he's willing to return. Sorry for your loss.
  7. 👑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
  8. Mod Weath Is on fire this week, he's obviously not liking how low gold prices are so banning everyone so he can make some profit on his gold farms....
  9. Looking for a Private Script? Add my discord! Juggles#6302 AIO Shop Buyer http://i.imgur.com/kzB7ZoA.png Have questions? For fast support and latest updates, join the Discord!  https://discord.gg/pub3PEJ What it does: Supports 99% of shops with banking Automatically detects closest banks Automatically detects if f2p or p2p and hops worlds accordingly All bank booths supported Buys an item from the NPC Walks back to the shop after banking. Enable World Hopping Handles any obstacle in the way of you and the NPC Beautiful GUI Logs out when low on money Supports up to 1 different item! Now supports bank chests Coming Soon Tab: [Closed] This is where I will be custom coding specific spots that you can enable that do not fit into the general criteria. I will be taking requests for custom places to add once the script is uploaded to the SDN and when I have free time. List of Banks Supported Instructions on how to start the script **If there is an obstacles in the way such as a door, please start the script inside the shop at least 1 tile away from the obstacle** ** For best results, start the script in the center of the shop away from any walls by at least 1 tile. ** If you are doing F2P, make sure your world order has all the f2p worlds at the top or it will not properly. Required fields in red: * Everything must be typed exactly how it appears in RS including capitals*
  10. 'the intelligent choice' by Czar Want to buy the bot, but only have rs gp? Buy an OSBot voucher here
  11. jonny for trial mod. My name's decode and i'm mod hunting Hueeheeeeueeeeeee
  12. Trial Mod = CBA = -> Fruity is active in the chat box, and a good lad.
  13. huh

    2 points
    so help him instead of laughing at him?
  14. 2 points
    thanks for leaking my rsn
  15. hey

    2 points
    Pm me ill fix when I get off work if not fixed by then.
  16. 2 points
    Because weebs are masterrace
  17. lul

    2 points
  18. Can we keep it to nominations only please? it's getting spammy lol.
  19. Thanks guys, I bought an account from starcraft, and now have Decode training it and questing it. Appreciate the offers and nice accounts
  20. @Scotty for mod when he comes back! @Dbuffed for trail @Antonio Kala for shtbox
  21. This is really cool if you want it for your paint. LinkedList<MousePathPoint> mousePath = new LinkedList<MousePathPoint>(); public class MousePathPoint extends Point { private long finishTime; private double lastingTime; public MousePathPoint(int x, int y, int lastingTime) { super(x, y); this.lastingTime = lastingTime; finishTime = System.currentTimeMillis() + lastingTime; } public boolean isUp() { return System.currentTimeMillis() > finishTime; } } public void nextRGB() { if ( r == 255 && g < 255 && b == 0 ) { g++; } if ( g == 255 && r > 0 && b == 0 ) { r--; } if ( g == 255 && b < 255 && r == 0 ) { b++; } if ( b == 255 && g > 0 && r == 0 ) { g--; } if ( b == 255 && r < 255 && g == 0 ) { r++; } if ( r == 255 && b > 0 && g == 0 ) { b--; } } public Color nextColor() { nextRGB(); return makeColor(); } public Color makeColor() { return new Color(r, g, b); } Example: @Override public void onPaint(Graphics2D g) { while (!mousePath.isEmpty() && mousePath.peek().isUp()) mousePath.remove(); Point clientCursor = mouse.getPosition(); MousePathPoint mpp = new MousePathPoint(clientCursor.x, clientCursor.y, 500); if (mousePath.isEmpty() || !mousePath.getLast().equals(mpp)) mousePath.add(mpp); MousePathPoint lastPoint = null; for (MousePathPoint a : mousePath) { if (lastPoint != null) { g.setColor(nextColor()); g.drawLine(a.x, a.y, lastPoint.x, lastPoint.y); } lastPoint = a; } }
  22. @Antonio Kala for CBA for Trial
  23. 1 point
    gotta catch em all
  24. Prefer to have everything done by 1 person. Considered but sort of looking for more feedback.
  25. 1 point
    Probs around 90, at 99 you get like 260-270k/h by fletching Pretty sure you can get close to 300 by just burning logs
  26. 1 point
    Hey mate, thanks for the trial. Just purchased the script, working great for me currently. Any recommendations personally on how long you would run this bot on a daily basis, and your break times whilst doing so. Just curious from your personal perspective. Thanks once again bud
  27. lul

    1 point
    You know youre a fat fuck shit out of luck when you get there and they tell you class is cancelled.
  28. lul

    1 point
  29. Don't hesitate to deal with Rasta, best prices for vouchers and always a quick trade >1 min.
  30. hey would it be possible to get q trial if they're available?
  31. 1 point
    this is hype. trial porfavor?
  32. 1 point
    If I were ruling the internet I would send all weebs to Auschwitz

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.