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 02/21/21 in Posts

  1. 24 hour progress report!! Setup Window Highly intuitive and visual, and easy to use! Portal Prediction knows which portals are going to drop - prioritises them! Full Void in <24 hours It takes only 850 points for full void, go go go! Screenshots & Results
  2. 1 point
    Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports almost every method possible - Supports every staff - Support banking across the whole map - Task based setup for easy progressive leveling - Humanlike/AFK idles - CLI support to automate farms - Supported normal spellbook Low + high alching All curse spells Curse spells in combination with High alching (Stun alching, ...) Curse + Alching + Telepotting mode at Ardougne knights Splashing Superheat all bars Enchants all bolts Enchants all jelwelry Teleporting (all teleports) Teleporting + High alching combination - Supported Lunars spellbook: Lunars Bake pie Lunars humidify Lunars spin flax Lunars super glass make (Seaweed + Big seaweeds) (Pickup or leave option overflow of glass) Lunars string jewelry Lunars plank make Lunars Tan leather - Supported Arceuus spellbook: Arceuus Degrime (all herbs) Arceuss Demonic offering (All ashes) 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 1127: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 1127): -script 1127:TaskList1.4515breaks (With breaks) -script 1127:TaskList1.4515breaks.discord1 (With breaks & discord) -script 1127:TaskList1..discord1 (NO breaks & discord)
  3. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - NEW!! Added Wealthy citizens! - NEW!! Added Wealthy citizens house thieving mode! - Supports all Npcs in multiple locations - Masters farmer support - Vyres and Elves support !! - Banking support - Tons of food supported - Dodgy necklace support + bank amount - Gloves of silence support - Shadow veil support - Rune pouch support - Gem bag support - Swap gear mode at vyres - Supports most stalls - Steal 1 Drop 1 mode - Worldhopping - Supports most chest - Safecracking at Rogues' den - Wire thieving at Dorgesh-Kaan - 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 1141: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 manager you do not need to specify '-script 1141'): -script 1141:TaskList1.4515breaks (With breaks) -script 1141:TaskList1.4515breaks.discord1 (With breaks & discord) -script 1141:TaskList1..discord1 (NO breaks & discord, leave 2nd parameter empty) Proggies:
  4. Accounts: 75 Ranged -> 30M 80 Ranged -> 40M 75 Agility account -> 45M Payment methods accepted: 07 gp or Skrill /BTC/ ETH / Discord: Ukasz#1094 ToS: -no refunds
  5. Need maybe 20-50M. Not going first. post rates. Lowest obviously gets it. prefer PayPal but can do other methods depending on fees and stuff. have Skype and discord or we can even talk through PM.
  6. 1 point
    Been running for over 2 weeks at least 18hrs a day. No issues.
  7. Try checking this out WalkingEvent myEvent = new WalkingEvent(new Position(1, 2, 3)); //making the event myEvent.setMinDistanceThreshold(0); myEvent.setEnergyThreshold(47); myEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return myPlayer().isUnderAttack(); } //change to if health below x }); execute(myEvent); //executing the event
  8. Thanks for letting me know!
  9. 1 point
    Ran for about 6 hours on an account that had a decent amount of play time. Banned, not worth the money guys, use at your own risk.
  10. There is a bug with rectangleDestination. The developer knows about it. We will have to wait for an update with OSBot.
  11. 1 point
    bought the script, ran it for 4 days, no bans even in f2p, great script!
  12. 1 point
    Really good script, Khal is always very helpful and straight to the point
  13. Picked this up today it works great so far
  14. If you need any more help hit me up with a dm
  15. I have some 60-60-60's trained with various other stat's. Add me on discord, letting them go relatively cheap. Sad Life Huh#5459
  16. update - there seemed to have been a bug where the webwalking option didn't show up. you can see it in the image i attached where it says "status..." all fixed now and webwalking seems to be available - i just reopened the client
  17. Pm me your discord bro
  18. Generally, you should always use getters/setters for variables contained in other classes, if one is provided as they may be doing more than just returning the variable. In example, calling getInventory() instead of just calling the variable could actually be verifying that it is returning the most up-to-date Inventory state, instead of the one that is currently cached.
  19. 1 point
    Keep getting 'Bot ran out of required items' and error message is 'Ring of dueling(8)'. I have: Planks Saw Hammer Cash Duel rings Kinda confused. Runs to the bank, checks the bank and logs. EDIT: Restarted OSBot and the script and it worked. Unsure why..
  20. Nevermind. It is using it. My bad!
  21. 1 point
    There is market for HQ Tutorial island accounts, if you crack down how to mass create them without bans you would have very decent and sustainable account selling operation
  22. 0 points
    Took all of a week of minimal botting in areas that I couldn't possibly get reported (nmz & my house) and Jagex caught the bot software. I would not recommending using osbot.

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.