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

    Developer
    32
    Points
    27742
    Posts
  2. Czar

    Global Moderator
    10
    Points
    23415
    Posts
  3. Sysm

    Java Lifetime Sponsor
    9
    Points
    4646
    Posts
  4. Dex

    Ex-Staff
    6
    Points
    6236
    Posts

Popular Content

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

  1. 7 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:
  2. Because Very Inferior Person didn't fit
  3. That doesn't explain why the chargeback took place in the first place... I don't care if the scam was 1$ or 100$, Its still a scam attempt. Honestly it feels like you are buying yourself more time to perform some scams. I saw you talking about charging back all paypal payments and recovering the accounts you sold. You'll have to refund @Sysm within 24 hours or you'll be banned. You'll stay in TWC for now anyways. Kind regards Khaleesi
  4. 👑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
  5. Disputed member: http://osbot.org/forum/user/3465-2pac/ Thread Link: http://osbot.org/forum/topic/106244-sysm-gold-shop-best-rate-cheap-quick-delivery/ Explanation: He chargebacked the gold he bought. Evidence: I have enough proof to win this case at paypal, but its clearly a scammer so please Disputed member: Thread Link: Explanation: Evidence:
  6. just fucking contact a mod ok if someone gets scammed and still knew they were twc thats their own fault thx
  7. 4 points
    The instructions for the script to work are literally on the script paint Read the first line ^^
  8. it seems like your brain is dead if i'm honest.
  9. Yes. Let's all focus on acerd's love for incest instead.
  10. Get yourself some friends instead
  11. edit : this is just a follow up to @Sysm post lmao If you've traded or bought an account from him, secure both of them/mule some stuff Him joking about charging back/recovering accounts (he's already started the charegebacks, so why wouldn't he recover accounts lol) denying MMs, etc so ya be careful dudes
  12. Ok, I've made my mind up. I've asked a few users and i've gotten a range of results. I've made a mean average out of it too. Dbuffed, Zerker, Decode, Jonny, Sysm participated. The amount you will need to refund @Adapt is 153.6M OSRS Since it is indeed a big sum, you'll be given a maximum of 4 days from now to refund @gh0st unless gh0st does not mind in giving you extra time.
  13. 3 points
    Sounds good ! gl bro
  14. 3 points
    new phone who dis?
  15. 3 points
    Half pepperoni, Half bacon and pineapple, with extra cheese. Does the build your own come with a drink too? Id like a 2 liter sprite.
  16. Khal AIO Stronghold © Created by @Ericthecmh No longer being sold! Are you bored of training hours and hours to reach that lvl 99? Do you want to make some quick cash while training? Khal AIO Stronghold is your utimate solution to all your needs. Get insane exp while getting awesome profits NOW! GUI Preview: Current Features: - Supports any room and any monster in the Stronghold of Security! - Advanced antiban system - Full loot support - Food and banking support - Informative and decorative paint - B2P support - Bone burial fro easy prayer exp - Settings saving/loading - Eat food to make space for loot - Range support - Mage support How do I start this script? Reviews: Progress Reports (click spoiler to view more): Bug report format: Mirror or normal Version of OSBot client (number, not something like "latest") Description of bug report Description of how to replicate if possible Screenshot if possible
  17. yeah lets not just inform everyone just to be sure, great idea acerd
  18. You don't have anything to worry either if you sort this out with @Sysm.
  19. Placed @2pac in TWC and requested him to reply here. He has 24 hours to do so.
  20. Stop spamming the topic and get serious. This is a serious bug report about an issue in mirror mode..
  21. 2 points
    I'm more impressed by the 1ms.
  22. 2 points
    meanwhile i have 0.5 upload
  23. 2 points
    1. Checking if player is in an area: Area a = new Area(1, 2, 3, 4); Player p = myPlayer(); if(a.contains(p)) { //'contains' in the API refers to all entities - a player is a character, which is a type of entity //do x } 2. Walking / pathing getWalking().webWalk(area or position); //or use a webwalkevent if you want webwalking figures out the pathing for you and deals with common obstacles. If you don't need to deal with obstacles, it will be less intensive to use getWalking().walk() or just a regular walkingevent. if you dont want to do either of those, use explv.github.io (website) to figure out pathing and use getWalking().walkPath(list of positions gathered from the site).
  24. stfu idiot no one cares, u already made a thread b4
  25. Welcome to my first tutorial. I've seen quite alot of questions round the forums as of late regarding paints and little miss-haps members are having. I'd like to think paints for my script have always been pretty snazzy and informative. Now its time to make everyone's paint a bit more special. I'l be covering some methods that have since been included into the API but i like to calculate them myself as it keeps you're brain active and is generally good coding practice to do as much as you can yourself. All my tutorials are given in laymens terms to help those with no experience. Area's Covered In This Tutorial: Script Running Time Xp Gained Showing Levels Adding Gold Made Adding Gold Made Per Hour Adding a background Image Percent To Next Level Time Until Next Level Will add more later Like this post if it helped
  26. Release notes (2.0): Drastically decreased cpu usage Fixed issues with attaching after login Different bot instances will no longer try to attach to already used client Configurable fps and reaction time (Lower your cpu usage even more!) New hook/callback support Miscellaneous other bugfixes Release notes (2.1): Reduced memory usage Fixed crashing/instability issues after client has been running for some time Does not block F2-F4 keys anymore Note: Please use latest dev build of osbot for additional cpu usage reductions. MAC/LINUX users please note: Mirror mode was originally designed for windows, and is optimized the most for it. And while it's now supported on OS X & LINUX - the performance of it is best when used on windows.
  27. 1 point
    I've seen in quite a few scripts that for Make X people use random(28, 1000) or something similar... (I'm guilty of this), So I made one that is a decent bit more inconspicuous. public String makeX() { int num = random(1, 9); int length = random(2, 4); String finishednum = ""; if (num < 3) { length = random(3, 4); } for (int i = 0; i < length; i++) { finishednum += "" + random(num - 1, num > 8 ? num : num + 1); } if (Integer.parseInt(finishednum) < 28) { return makeX(); } return finishednum; } By default if it makes less than 28, it will loop back into the function. You'll get results like 122, 988, 77, 34, 343, ect. Instead of results like 294, 984, 349, 28, 69, 77. Random isn't a horrible result, but it looks like you smash your number pad. But in real life, we generally do numbers that are close to each other, hence + 1, - 1; TLDR; Small anti-ban. It's pretty simple, but I figured someone could use it.
  28. I was going to add coffer support but it seems that just adding coins to coffer and running the script is fine but I guess I will re-enable the last update, apologies guys As for quest update I will add one more update to it, should be back to normal in next version ^^ EDIT: Update is now live, good luck guys ;) Note: if coffer mode is enabled, the script will re-fill the coffer once the coffer amount falls below 1000 coins ^^ (:
  29. I don't think the bot is letting me take breaks. I set it to bot for 2 hours and take a 3 hour break but it just bots and doesn't stop. I tested this overnight and yeah. I don't think the bot is letting the break manager do it's task.
  30. wow that pretty Avanced stuff man
  31. Could I get a trial please:)
  32. 1 point
    uni is worth it as fuck, even if it's not just the degree necessarily, it opens you up to so many more things and develops you as a person
  33. 1 point
    You make it sound like 20Mbps down is bad. Try live in Australia. 3Mbps down 0.5Mbps up.Oh and that's also for $60 a month.
  34. Clients, for some reason it causes less lag.
  35. sup, can i get free trial for 12hrs?
  36. 1 point
    yeah rs has a spam thing, every like 3 fast messages the 3rd doesnt show or something idk
  37. QF3, the point is that you scammed someone in the first place. Why would you now expect sympathy? Did you have sympathy for your victim? No. Karma will always eventually get you; Looks to me like it got you back real fast. Should you wish to return to this site i'd recommend you amend your ban on Sythe and refund. Until then you're just another offsite scammer who got hit back where it hurts and is now expecting a fair trial. Contemplate over your actions.
  38. can i trial this script please?
  39. 1 point
    From personal experience, there is a lot of money to made in gold farming. Back when I used to farm, I was making like 3m/hour and I would bot like 15 hours a day. For 45-50m profit. This was a good little side business that I would do. Some tips I have is to learn how to code yourself so you can constantly change the script and adapt to it. That is the reason I got into coding in the first place. I tested out many methods before finding a good one. I would only experience bans like once a week maybe while botting 15 hours on the account. Not many people knew about the method I had. I suggest you to try a lot of different methods until you find a good one. Also you can make a bot to get the pre reqs for it so you don't have to Worry about spending time making new accounts.
  40. This was a really nice tutorial! Thanks! You did a really great job on your wording and flow through the different components. I already had a basic idea of how to get this going and this tutorial did a fantastic job cementing the ideas around splitting your states into their own classes. Thanks so much for the time you spent on this. As a side note, this really should be Pinned..
  41. Doesnt bank or drop seeds when inventory is full thieving master farmer. Also, doesnt do anything when inventory is full at rogues chests. Just logs out

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.