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

    $100.00 Donor
    13
    Points
    4523
    Posts
  2. Explv

    Scripter II
    11
    Points
    2315
    Posts
  3. Turkoize

    Java Lifetime Sponsor
    7
    Points
    1891
    Posts
  4. Tom

    Scripter III
    7
    Points
    5336
    Posts

Popular Content

Showing content with the highest reputation on 06/15/17 in Posts

  1. I can post yours at 10 likes
  2. 6 points
    please make an inferno script 1 like = 1 support
  3. NOT ACCEPTING CLIENTS I'm once again offering private scripting services. I will only be taking one customer at a time. Why Choose Eliot? Scripting on OSBot for over 4 years, I have held the highest scripter rank for more than three years. Sold scripts to over 1,000 customers who have used them for well over 100 years of in game time. I will never sell the same private script twice or make a script for the same thing more than once. I only take one customer at a time, this allows us to work together to create the highest quality script tailored to your needs. Why Choose Someone Else? Price: my scripts are not cheap as I don't use open source code, reuse entire code modules, make the same private script twice, or do other things that make your script less "private". Time: I take my time to work with you and create exactly what you need. If you want a Zulrah script by tomorrow, look elsewhere. If I'm not interested in making your script, I'll gladly refer you to someone who is. How Does it Work? Send me a PM of what you want the script to do. I will reply letting you know if I'm interested, ask for more details, or provide a quote. I'll add you on Skype and we can go from there. You must provide an account for testing that has the requirements needed for your script. Payment I only accept 07gp as payment. Payment will usually be made in two installments, 50% when I start the script and 50% when I finish it. You must pay in full before receiving the script. Bug fixes are free for three months after you receive the script, any changes beyond bugfixes are not free. If for some reason I cannot complete the script to the original specifications I will provide a full refund.
  4. as much as I love eclipse, never visit this section again
  5. I received my first ticket in 7 years a few months ago, it was dropped in court after I waited 20 minutes to see the judge. Unbelievable, I was completely oppressed that they even pulled me over!
  6. one with doggo and filter cuz im gay aaha xdd
  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. Here is how to do it: 1. Open module settings (F4), or right click on a module and select open module settings 2. Navigate to the artifacts tab on the left 3. Click the green + symbol and select JAR -> Empty 4. Move the compiled output of the module you want to put into the .jar from the available elements (on the right) into the .jar (on the left) by double clicking on it 5. Set the name of your .jar, and change the output directory to the scripts folder: 6. Select apply. 7. To then build your script, in the navbar select Build -> Build Artifacts... -> Select the artifact you want to build
  9. This dude has my acc and u pushing him to the edge
  10. 3 points
    This is why "States" suck: What looks cleaner, this: enum State { CHOP, WALK_TO_BANK, WALK_TO_TREES, BANK } @Override public int onLoop() throws InterruptedException { switch(getState()) { case CHOP: chop(); break; case WALK_TO_BANK: getWalking().... break; case WALK_TO_TREES: getWalking().... break; case BANK: bank(); break; } return 0; } private State getState() { if (whatever) { return State.BANK; } else if (whatever) { return State.WALK_TO_BANK; } else if (whatever) { return State.WALK_TO_TREES; } else { return State.CHOP; } } Or this? : @Override public int onLoop() throws InterruptedException { if (whatever) { chop(); } else if (whatever) { getWalking().... } else if (whatever) { bank(); } else { getWalking().... } } Unless you are completely blind, I think you would agree the second is far more readable and much less code. Instead of having to look in a different method for the conditions, they are right there next to the code I am executing when they're satisfied. I don't need to maintain a redundant enum either. People will argue that using "States" are cleaner, however this is probably because they are not making use of the DRY principle, not making effective use of methods etc. and without "States" they would just throw all of their code into onLoop. As for "Tasks" or "Nodes", they have the exact same issues as "States" and more. People will argue they are cleaner because now each of their actions is in a nice self contained class, and the condition is in there too. However using this pattern you have now even less of an overview of the script as you did with states, and it's even harder to debug. Consider this: List<Node> someRandomAssNodes = new ArrayList<>(); @Override public int onLoop() throws InterruptedException { for (Node node : someRandomAssNodes) { if (node.validate()) { node.execute(); } } return 0; } The problem with this is that now in order to figure out how this script will execute I need to go into each of those Node classes, in the same order that you add them to the List and look at each of the validate methods and try and figure out how they all fit together: I mean, that pattern is pretty bonkers don't you think? Instead of having: WalkToBankNode ChopNode BankNode WalkToTreesNode DoSomeOtherShitIDKNode Why not just just write something simple, and easy to understand like my previous example. IF your script gets massively complex, then you should be making use of OOP principles to simplify it. You still don't need to use a weird 'Node' or 'Task' pattern, you can have a generic banking class without needing to add a validate method inside of it, and you can have a mining class without having a validate method in there either. Sorry if the some of the syntax is off, or I rambled.
  11. PPOSB - AIO Hunter Brand new trapping system just released in 2024! *ChatGPT Supported via AltChat* https://www.pposb.org/ ***Black chinchompas and Black salamanders have been added back*** Supports the completion of Varrock Museum & Eagle's Peak OR CLICK HERE TO PAY WITH 07 GOLD! The script has been completely rewritten from the ground up! Enjoy the all new v2 of the script JOIN THE DISCORD CHAT FOR QUESTIONS/ SUPPORT/ CHATTING/ UPDATES! New GUI: Features: Click Here Current functioning hunter tasks: (green - complete || yellow - started || red - incomplete) Screenshots: Progressive Leveling: 1-19 --> Crimson swift 19-43 --> Tropical wagtail 43-63 --> Falconry 63+ --> Red chinchompas Updates How to setup Dynamic Signatures Report a bug CLI Support - The script now supports starting up with CLI. The commands are given below. Please put in ALL values (true or false) for CLI to work properly. Make sure they are lowercase values, and they are each separated with an underscore. The script ID for the hunter bot is 677. Parameters: EnableProgression_EnableVarrockMuseum_EnableEaglesPeak_EnableGrandExchange Example: -script 677:true_true_false_true ***Don't forget to check out some of my other scripts!*** OSRS Script Factory Click here to view thread LEAVE A LIKE A COMMENT FOR A TRIAL The script is not intended for Ironman accounts. It still works for Ironman accounts, but you must have all equipment, gear, and items.
  12. 2 points
    if (gfx.getUsername().equalsIgnoreCase("deceiver")) { gfx.setStatus(Status.GOD); }
  13. i do vouch Ahmad is autistic
  14. @Ahmad Diab is autistic scam, @Deceiver can do this.
  15. Weird, I'll edit it and add you also.
  16. 2 points
    Overpriced fam. Not only that people have been taking back accounts left and right so no ones willing to pay 250m for an account whether you're a sponsor or not. I'd bid but you have no bid start.
  17. lol what? is he for real tho?
  18. nvm

    2 points
    Do you agree to the TOS: maybe Do you agree with the Deposit: fuck no Skype: iamahmad.diab1998 < add me GUURLLS What are you applying for: Nudes Have you done any other services? yep, pornstar
  19. not risking your main = not botting on your main
  20. do you just assume gender u cis scum
  21. Yewwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
  22. posting mines at 100 likes
  23. 5/7 needs more jihad
  24. 2 points
    just use onLoop bro
  25. ────────────── PREMIUM SUITE ────────────── ─────────────── FREE / VIP+ ─────────────── ──────────────────────────────────────────────────────────── ⌠ Sand crabs - $4,99 | Rooftop Agility - $5,99 | AIO Smither - $4,99 | AIO Cooker - $3,99 | Unicow Killer - £3,99 | Chest Thiever - £2,99 | Rock crabs - $4,99 | Rune Sudoku - $9,99 ⌡ ⌠ AIO Herblore - FREE & OPEN-SOURCE | Auto Alcher - FREE | Den Cooker - FREE | Gilded Altar - FREE | AIO Miner - VIP+ ⌡ ──────────────────────────────────── What is a trial? A trial is a chance for you to give any of my scripts a test run. After following the instructions below, you will receive unrestricted access to the respective script for 24 hours starting when the trial is assigned. Your trial request will be processed when I log in. The trial lasts for 24 hours to cater for time zones, such that no matter when I start the trial, you should still get a chance to use the script. Rules: Only 1 trial per user per script. How to get a trial: 'Like' this thread AND the corresponding script thread using the button at the bottom right of the original post. Reply to this thread with the name of the script you would like a trial for. Your request will be processed as soon as I log in. If i'm taking a while, i'm probably asleep! Check back in the morning Once I process your request, you will have the script in your collection (just like any other SDN script) for 24 hours. Private scripts: Unfortunately I do not currently offer private scripts. ________________________________________ Thanks in advance and enjoy your trial! -Apaec.
  26. by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache
  27. https://www.twitch.tv/osbmio
  28. Hello! I had a script called AIO Draynor Trees and it was just a simple wcer that stayed around the draynor/lumbridge area and chopped trees up to yews. It had grand exchange support and other features but the script itself wasn't that popular. Around only ~200 people used the script. Most scripts have 1000+. So now I'm back at the drawing board looking to make a better script. Looking at the market right now most scripts that I can think of writing would just be rewrites--the market is saturated. So now I'm asking you guys--what needs to be written or should be on the SDN? What could I write that people need? All the best, - H
  29. 100k max. making them 80k for @kazemaru
  30. 1 point
    why dont you try both, compare and tell us the difference? this one starts over automatically idk if the other one does that
  31. 1 point
    Mac if you want to waste money and be limited on your own computer.
  32. 1 point
    Because the big farmers always meet you in F2P and then you get hammered. I'm paranoid since I'd be recieving it on my main account. I could actually just grab it with a throw away account, how much are you looking for?
  33. Here's a list of all the (known) response codes: 1 = Unexepected server responce please try using a different world. 2 = login to the game 3 = Invalid name/password 4 = banned username 5 = Account is already logged in try agian in 60 secs... 6 = Runescape has been updated! Please reload this page. 7 = This world is full. Please use a different world. 8 = Unable to connect. login server offline. 9 = Login limit exceeded. Too many connections from you address. 10 = Unable to connect. Bad session id. 11 = We suspect someone knows your password. Press 'change your password' on the front page. 12 = You need a members account to login to this world. Please subscribe, or use a different world. 13 = Could not complete login. Please try using a different world. 14 = The server is being updated. Please wait 1 minute and try again. 15 = Another server responce please try agian 16 = Too many incorrect longs from your address. Please wait 5 minutes before trying again. 17 = You are standing in a members-only area. To play on this world move to a free area first. 18 = Account locked as we suspect it has been stolen. Press 'recover a locked account' on front page. 19 = This world is running a closed beta. sorry invited players only. please use a different world. 20 = Invalid loginserver requested please try using a different world. 21 = You have only just left another world. your profile will be transferred in 4seconds. 22 = Malformed login packet. Please try agian. 23 = No reply from loginserver. Please wait 1minute and try again. 24 = Error loading your profile. please contact customer support. 25 = Unexepected loginserver response 26 = This computers address has been blocked as it was used to break our rules. 27 = Service unavailable.
  34. 1 point
    Im not killing the market, i sell oaks usually above average price, and if they do not sell then i make planks, simple as that. But someone decided to drop it down 20 gp in under 2 weeks -.- and I make 200m+ off of my F2p farm, which includes oaks yes.
  35. 1 point
    Buy out the entire market, then over flood the entire oak areas with bots so no one can get a reasonable amount of oaks and you control their supply so the price will go up.
  36. hey czar iam intrested with your perfect blast furnance. can i get trial for it? trial for czar perfect blast furnance, trial for 24hr please. thanks anyway
  37. The bot after last RuneScape update have a problem, for me: In heros guild mining runite. After it mines few ores and hopping worlds, it will start clicking on rock all time when theres no runite ore available, it gets stuck for hours sometimes.
  38. you pm'ed me wanting to sell and i said yes and now you don't respond and bump the topic?
  39. I posted in your general trial thread, but can I get a trial of this script please?
  40. 1 point
    xDDDDDDDDDDDf

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.