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.

Leaderboard

Popular Content

Showing content with the highest reputation on 11/09/17 in all areas

  1. RandomIncSudokuSolver Hello everyone, this is my first script I made for the OsBot client. It was my intention to learn the api. This script will try to solve the sudoku minigame, after solving it, it will buy runes. (Default settings are DEATH, NATURE and COSMIC runes). I'm too lazy to make a GUI at the moment. You can change the runes and the solve speed in the main Script class. There is a simple paint that tells you how many sudoku's you've solved and how much profit you've made. Don't run this script for too long and without the break handler! The sudoku minigame has a high ban rate... It will automatically detect your screen brightness and set it on the forth position (since it relies on color data). You need to start it next to Ali (it will not web walk or anything like that). Make sure you have enough money in your inventory. If it runs out, the script will be stopped. Source and jar download Feedback is welcome! Happy botting ~RandomInc Edit: I would like to apply for the script writer rank I, is this possible with current script?
  2. 2 points
    Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Chop & Bank (Presets) Preset locations for quick a start without too much settings to choice from (Barbarian assault, Castle wars, Catherby, Draynor, Edgeville, Falador-East, Gnome stronghold, Grand exchange, Hardwood grove, Mage training arena, Neitiznot, Port sarim, Rimmington, Seers, Varrock-East/West, Woodcutting guild, ...) - Chop & bank (Custom) Chop on any location of your choice Set a chop position and a chop radius Select the tree type you want to chop Banks at the closest bank possible - Chop & Drop Chop on any location of your choice Set a chop position and a chop radius Select the tree type you want to chop Drops all logs (unless fletching is used) Option to fletch your logs into arrow shafts OR bets item possible based on your level and Logs UIM mode (Only drops logs, carefull with bird nests etc.) - Redwood Option to drop logs instead of banking - Forestry support (Struggling sapling, Tree roots, Fox, Pheasant, Ritual circles, Leprechaun, Entlings, Beehive) - Log basket support - Bird nest pickup support - Axe special attack (Crystal, Dragon, Infernal, ...) - Progressive axe upgrading - Humanlike idles - Menu invokes - 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 569: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 569): -script 569:TaskList1.4515breaks (With breaks) -script 569:TaskList1.4515breaks.discord1 (With breaks & discord) -script 569:TaskList1..discord1 (NO breaks & discord) Proggies:
  3. Alright thanks. Guess I need to made some small modifications. I'll apply tomorrow or the day after tomorrow.
  4. 2 points
    Just bought it (:
  5. Thanks! Yes, I have the script writer rank on another oldschool botting site (house rules say I cannot say the name..).
  6. I've gone ahead and banned the user, if he wishes to return, he will have to refund.
  7. Not mine: import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.net.URL; import java.util.ArrayList; import java.util.HashMap; public class Exchange { private static HashMap<Integer, Integer> cache = new HashMap<Integer, Integer>(); public static String getData(int itemID) { try { StringBuilder sb = new StringBuilder("https://api.rsbuddy.com/grandExchange?a=guidePrice&i="); sb.append(String.valueOf(itemID)); InputStream inputStream = new URL(sb.toString()).openStream(); InputStreamReader inputStreamReader = new InputStreamReader(inputStream); BufferedReader bufferedReader = new BufferedReader(inputStreamReader); String line; while ((line = bufferedReader.readLine()) != null) { if (line.contains("{")) { sb = new StringBuilder(line); sb.deleteCharAt(0); return sb.toString(); } } } catch (Exception e) { return e.getMessage(); } return null; } public static String[] parseData(String data) { ArrayList<String> holder = new ArrayList<String>(); String[] parts = data.split(","); //Now we have strings in format "x":y for (String s : parts) { s = s.replace("\"", ""); //Remove " - now in format x:y holder.add(s.split(":")[1]); //Extract y from format x:y } String[] ret = new String[holder.size()]; return holder.toArray(ret); } public static int getPrice(int itemID) { if (itemID == 995) return 1; if (cache.containsKey(itemID)) { return cache.get(itemID); } String[] data = parseData(getData(itemID)); int price = Integer.valueOf(data[0]); cache.put(itemID, price); return price; } } Use: Item item = getInventory().getItem("Coal"); int price = Exchange.getPrice(item.getId())
  8. 2 points
    @Divergent07
  9. honesty is the best policy ;)
  10. 2 points
    @Ace @Oven Mitts @Lagginglemon @Eagle Scripts @Failure @Hi Im Meako @TheDMan22 @AresScripts @lawf @Exylum @Deceiver @Maldesto @crico @tmanowen @maxvldz @evilhell @angus3 @montie @tr1zym @Tuhto @Han @Barnie @Joster @bazmorekentos @molier @Incarnationz @scaletta58 @gearing @socallmemaybe @logi @Solzhenitsyn @AddeyB @Sub_Zero @jython @Jammer @walterww @Drkohler @tranzystor3 @decal @diltom1998 @Fairy Tail @thepeople @roguehippo @Zulrah @Jungle_walk @payton9812 @Spore @SuikaBooty @YuhhMauls @Acke @dimka5112 @Kaarthal @BlindedIBall @remfu @cartel132 @johnny12303 @dorsai68 @dorsai67 @seeker @MockingJayG @jojangers @purplewatilla @killercrak @victoremidio159 @THS @BotLearn01010110 @whipz @ihadyourbaby @mongomongo @thatguycalledrob @fonchox @Theorems @Chris @Zappster @Keven And @ anyone else PSA: This script is now premium with a price of $1. If the script has disappeared from your list, that is why I will be working on adding some more features, including adding upper floors and dungeons to the map, some shortcuts to walk to the closest bank / GE, options to hide the paint and gui from CLI etc. Let me know if there are any updates you would like to see. Thanks!
  11. To keep myself motivated to write this script, I'm creating this thread. I'm gonna try to write a slayer script. My goal is to have the first beta in around 4-5 weeks time. This will only support the first slayer master (Turael). If it's not allowed as premium script on the SDN, I will probably publish it as a free script only supporting Turael. (Not sure about that). To Do / Completed List Slayer masters Supported tasks
  12. As the title state, im looking for some partners in botting/farming. I currently have a large supply of p2p accounts coming in daily with all the stats you can imagine. I don't have the capacity nor the scripts at the moment to run a larger amount of bots and im looking for people who have. if this is something that might interest you, hit me up at discord zeslicer#2700 and we can talk.
  13. Ladies and gentlemen, I present you the truth! Explain yourself. @Maldesto
  14. 1 point
    Botting = bans common knowledge. Doesn't matter what scripts used. Create and new, and start again
  15. 1 point
    Thanks for supporting this great script!
  16. There is a little bit of a process to get Scripter rank I. You receive Scripter I rank when you get a script uploaded to the SDN (Script Delivery Network). Check out the 4 articles under the announcements here: https://osbot.org/forum/forum/181-open-sdn-upload-requests/
  17. Had to choose between passing the script around or using a static class with 5 ish variables. Amh, I know it isn't perfect, but it looks clean if it doesn't get too big imo.
  18. Looks very good! Thanks for sharing with our users
  19. I noticed the mod-esque responses
  20. someone in a den of Chinese gold farmers is dedicated to controlling the mouse and keyboard of your bot remotely.
  21. 1 point
    i heard Juggles writes the best scripts. And theyre free! dont support monopolies, help the little guys out!
  22. Can I have a trial please.
  23. Experiment with breaks and see what works for you. You'll lose many accounts in the process but when you know how much is enough it'll become routine.
  24. when you create account leave it to rest for 5 days thats help for me to last longer,bot only p2p, f2p sucks u cant last 2 days there...bot stuff that are low populated
  25. 1 point
    Since the web walker is not as reliable as path walking (as it has to dynamically generate a path, and there is more that can go wrong), The script navigates the sand crab area using a local network of paths for maximum reliability. If you start the script elsewhere, or if the script cannot detect it's current approximate location, it will default on the web walker. If started at sandcrabs (in any area), the script should never use the web walker. For refreshing, a path is used, but exact tiles clicked will vary with external factors such as camera angle and latency. Hopefully that answers your question (: Apa Glad you got it sorted! (:
  26. As mentioned before. You have to achieve a certain rank to release paid scripts. Having it on your website as a walk around is a no go so i'll be removing your thread for now.
  27. Oh my... How I wish that I had your setup... I don´t know shit about mining btc haha, but I sure wish I had the cash and experience to get started.
  28. Need digsite quest Bone voyage Quest x2 Quote me pm or post here thanks
  29. Looks like a great script! Damn construction is so expnsive ? And click intensive Glad there's this bot to relieve my hand from all the clicking ha
  30. Czar I have purchased your Pest Script and I have got to say it is good! but I have found 2 errors in it. Sometimes the character stops at the boat and doesnt even enter the boat. 2nd Flaw is sometimes the bot goes into the middle next to knight and just stands there and does nothing. This happens sometimes. If a possible fix is in order you best believe all those other scripts will be purchased thanks for your time and hard work.
  31. 1 point
    Absolutely, I'll add an option tonight
  32. I am buying 200m 07GP. Looking for rates around $0.80 -> $0.90 Only doing PayPal UNLESS you cover BTC conversion fees and find someone to exchange it. Only going first with trusted users. Regards
  33. 1 point
    Buying 25m Join my discord to sell me. I'm online right now.
  34. 1 point
    @Divergent07 is doing this for me, thanks for all your offers!
  35. 1 point
    clear scamquit, 12 feedback.
  36. i can vouch for Sysm, I purchased lv 3's and they lasted the longest. Edit
  37. Can i please have a trial before i consider purchasing? Thank you.
  38. I am currently using the trial for this script testing the master/slave options. I have a master set at an altar, is there any reason it constantly moves camera? While it waits for my other accounts to get there every couple seconds it turns the camera quickly once or twice. [INFO][Bot #1][11/07 04:29:54 PM]: Waiting for master [null] to appear [INFO][Bot #1][11/07 04:29:58 PM]: Waiting for master [null] to appear [INFO][Bot #1][11/07 04:29:59 PM]: Waiting for master [null] to appear [INFO][Bot #1][11/07 04:30:04 PM]: Waiting for master [null] to appear [INFO][Bot #1][11/07 04:30:07 PM]: Waiting for master [null] to appear [INFO][Bot #1][11/07 04:30:10 PM]: Waiting for master [null] to appear Do i have it set up wrong? It's every time the logger shows this message it turns.
  39. Started using it; works great! Will definitely be purchasing! Anyone have advice for frequency of use to avoid the ban hammer?
  40. 1 point
    Can I have a trial please
  41. 1 point
    Any chance for trial? interested in getting a new script that gets updated/runs smoothly
  42. i'd like to try it out with a trial before buying
  43. 1 point
    Scripters have to update their scripts, it's not an API change.
  44. 1 point
    Buying 30m at .94/m Paypal

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.