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
    27816
    Posts
  2. Czar

    Global Moderator
    10
    Points
    23654
    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. Ability to set custom Magic and Ranged armour sets ✓ No limits on Kills per trip ✓ Using a mix of user inputs and built-in logic, the script will determine if you have enough supplies for another kill without banking. Options to decide how much food you’re like to take into the next fight as a minimum. Customisable Stop Conditions Stop after 'x' kills Stop after 'x' profit Stop after 'x' runtime Stop after 'x' consecutive deaths Efficient Zulrah Fight Executor ✓ Knows what have, is and will happen Longrange mode, gain defence XP passively with no time loss ✓ Multiple Travel Routines Zul-Andra teleport scrolls VIA Clan Wars ✓ Zul-Andra Teleports VIA PoH ✓ Charter Travel ✓ Caterby charter [via Camelot teleports] Fairy Rings ✓ Ability to select staff to use or not use one at all for fairy rings ✓ Summer Pie Support (72+ Agility recommended) ✓ Fairy ring via Slayer Ring ✓ Fairy ring via House Teleport ✓ Ornate pool support ✓ Jewellery box Support ✓ Mounted Glory Support ✓ Construction Cape Support ✓ Ability to select Magic Only ✓ Changes Rotations and Phases for the best possible fight experience. No need to quest for Ava’s or Level range. Swaps prayers & equipment efficiently ✓ Option to use quick switch mode, removes mouse travel time for even faster switching Prayer Flicking on Jad Phases ✓ Supports Raids Prayers ✓ 55 Prayer ✓ 74 Prayer ✓ 77 Prayer ✓ Options to Dynamically pray against Snakelings when Zulrah is not focused on player. ✓ Calculates: Total loot value ✓ Total cost of supplies used ✓ Profit after costs ✓ Ability to sell all your loot when you run out of supplies ✓ Ability to top up your supplies if you run out with auto-exchange ✓ Death-walking ✓ Safe death boss Rechargeable item support Trident of Seas ✓ Trident of Swamp ✓ Blowpipe ✓ Dynamically detects darts used (Must start with darts inside the blowpipe for it to work!) Serpentine Helm ✓ Ring of suffering ✓ Barrows Repairing ✓ Using Lumbridge teleports or the Home teleport, the script will withdraw coins, travel to Bob and repair your armour then continue to run. Potion Decanting ✓ Efficiently decants all types of potions allowing FruityZulrah to run for longer. Inventory Organising ✓ Organises your inventory to minimise mouse movement, increasing time spent elsewhere. Combo eating Karambwams ✓ Will combo eat karambwams to help prevent death from Zulrah and Snakelings stacks Supports blowpipe special attack ✓ Uses the Blowpipe special attack to help replenish HP Multiple stat boosts supported Prayer ✓ Super Restore ✓ Magic ✓ Ranging ✓ Bastion ✓ Stamina ✓ Anti-venom+ ✓ Imbued Heart ✓ Supports Lunars ‘Cure Me’ spell to cure Venom ✓ Requires: 1 2 2 Ability to use rune pouch Level 71 Magic Lunars Quest Ideal for Ironman accounts with no access to anti-venom+ Supports Lunars Vengeance spell ✓ Requires: 2 4 10 Perfectly times vengeance casts to Magic Phase ranged attacks for best results. Ability to use rune pouch Level 94 Magic World hopping support ✓ Options to hop world between x and x minutes. will randomly select a time every hop. Ability to skip rotations by Hopping worlds Ability to decide on your own custom world list or just to hop to any P2P world Grand Exchange Add-on ✓ Add-on script for free Save/load buy/sell presets Ability to dump all zulrah loot in 2 clicks Command Line Support ✓ Start the script on multiple accounts with a single click Script ID - 903 Command: -script "903:profile=Test hours_limit=10 kills_limit=5 deaths_limit=5 profit_limit=1m" profile = saved profile name, if you've been using CLI to run the script, this will need to be updated to suit. hours_limit = Complete after 'x' run hours. kills_limit = Complete after 'x' zulrah kills deaths_limit = Complete after 'x' deaths. profit_limit = Complete after 'x' accumulated profit Pro-active calculations ✓ Calculates next mouse position for next action whilst first action is being performed Asynchronous actions ✓ Can perform multiple tasks at once saving time Banks Pet drops ✓ Loot table ✓ http://fruityscripts.com/zulrah/loot/ Displays total loot as well as a live feed of drops Hiscores ✓ http://fruityscripts.com/zulrah/hiscores/ Compare and compete against other users Dynamic Signatures ✓ Show off your gains with FruityZulrah url: http://fruityscripts.com/zulrah/signature/signature.php?username={USERNAME} Replace {USERNAME} with your username http://fruityscripts.com/zulrah/signature/signature.php Notifications Get Notifications for: Valuable drops ✓ Deaths ✓ On Exit ✓ Timely Data dumps (GP, GP/HR, Kills, Kills/HR, Deaths, Runtime) ✓ Types of Notifications Email ✓ Discord ~ Desktop ✓ ✓ Implemented into the script ~ Work in progress View a collection of Screenshots posted by FruityZulrah users showing their progress with the script. Watch a collection of FruityZulrah videos below If you have a video you'd like to be added to the Playlist, send me a pm with a link. Videos must of course include the FruityZulrah script. If you wish to purchase FruityZulrah VIA PayPal, please follow the store link below: If you'd like to purchase FruityZulrah using OSRS GP, SEND ME A PM and i can give you my current $$:GP Rates! Discord Community: https://discord.gg/WzXRk2bWTV Trial bot has been implemented (100 post count required if you're not VIP/Sponsor!) @fruityscripts on Discord
  26. 1 point
    View in store $4.99 for lifetime access Key Features: Supports Bar smelting, Cannonball making and Item smithing Supports all tradeable bars for both smithing and smelting, with support for material-unique items (full list below) Supports the above activities in all locations you would ever want to perform them (full list below) Smart activity-based framework allows you to schedule tasks to be performed in succession (details below) Simple and intuitive start-up interface hosting the activity editor (Optional) Informative, concise, self-generating, recolourable and movable paint tracks useful run-time data (Optional) On-screen movable console logger to notify you exactly what the script is doing at any point in time Smart Gaussian-distribution derived Make-X value generator supporting letter scalar suffixes (Optional) Moves the mouse outside the game screen while idle Utilises the OSBot map web system with obstacle handling for inter-location traversal* (Optional) Ring of forging support for iron smelting ...and many more! *The OSBot web is very reliable however can occasionally (understandably) struggle with longer inter-location distances. As a result, I would highly recommend supervising the script while inter-location transitions take place. Supported Locations: Supported Bars: Bronze [1x tin ore, 1x copper ore] Iron (with & without Rings of forging) [1x iron ore] Silver [1x silver ore] Steel [1x iron ore, 1x coal ore] Gold [1x gold ore] Mithril [1x mithril ore, 4x coal ore] Adamant [1x adamantite ore, 6x coal ore] Runite [1x runite ore, 8x coal ore] Supported Smithing items: All generic material-independant items (e.g platebodies, knives, dart tips, etc...) Material dependant items: Bronze wire (bronze) Iron spit (iron) Oil lantern frame (iron) Studs (steel) Bullseye lantern (steel) Cannonballs (steel) Mith grapple tip (mithril) Activity based framework: The script features a fully-fledged activity system. This system allows you to completely customise each botting session and tailor it to the needs of your account. The system allows for 'activities' to be queued in sequence, whereby when started, the script will proceed to execute and attempt to fulfill each activity in turn. An activity is comprised of two parts - the task and the target. An example of a task may (arbitrarily) be 'Smelting gold bars at Edgeville' and an example of a target may be 'until level 70 Smithing achieved'. Both the task and the target can be fully customised to your needs, then saved and queued to the session activity manager. Task options: Smelting Bars (in a furnace) Making Cannonballs (in a furnace) Forging items (on an anvil) Target options: ... until out of supplies ... until level λ reached ... until λ experience gained ... until λ minutes passed (where λ is some inputted integer value) It is worth noting that by default all tasks are automatically considered complete if insufficient resources to perform the task are present. Setting up: Example paint: Gallery: Credits:
  27. 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
  28. 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.
  29. 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.
  30. 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 ^^ (:
  31. 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.
  32. Could I get a trial please:)
  33. 1 point
    I have no patience when it comes to this!!!!
  34. Yoo, I used this script and it worked really well for me, got some proggies for you Thanks for the great script http://prntscr.com/cjv54q http://prntscr.com/cjv5d1 http://prntscr.com/cjv5hu
  35. 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.
  36. 1 point
    Agreed, Idid my 3 years then never though about education again.
  37. Clients, for some reason it causes less lag.
  38. sup, can i get free trial for 12hrs?
  39. 1 point
    yeah rs has a spam thing, every like 3 fast messages the 3rd doesnt show or something idk
  40. 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.
  41. can i trial this script please?
  42. 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.
  43. 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
  44. What are the requirements for rouge thieving? I run it and it just sits at the bank.

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.