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

    Global Moderator
    19
    Points
    23410
    Posts
  2. Explv

    Scripter II
    15
    Points
    2315
    Posts
  3. Dex

    Ex-Staff
    7
    Points
    6236
    Posts
  4. DEMONTIME

    $100.00 Donor
    7
    Points
    1291
    Posts

Popular Content

Showing content with the highest reputation on 03/05/17 in all areas

  1. ๐Ÿ‘‘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
  2. import org.osbot.rs07.api.filter.Filter; import org.osbot.rs07.api.ui.RS2Widget; import org.osbot.rs07.api.ui.Tab; import org.osbot.rs07.event.Event; public final class ToggleShiftDropEvent extends Event { @Override public final int execute() throws InterruptedException { if (Tab.SETTINGS.isDisabled(getBot())) { setFailed(); } else if (getTabs().getOpen() != Tab.SETTINGS) { getTabs().open(Tab.SETTINGS); } else if(getShiftDropWidget() == null || !getShiftDropWidget().isVisible()) { getGameSettingsWidget().interact(); } else { boolean enabled = getSettings().isShiftDropActive(); if (getShiftDropWidget().interact()) { Sleep.sleepUntil(() -> getSettings().isShiftDropActive() != enabled, 3000); setFinished(); } } return random(100, 200); } private RS2Widget getShiftDropWidget() { return getWidgets().singleFilter(getWidgets().getAll(), new WidgetActionFilter("Toggle shift click to drop")); } private RS2Widget getGameSettingsWidget() { return getWidgets().singleFilter(getWidgets().getAll(), new WidgetActionFilter("Controls")); } } class WidgetActionFilter implements Filter<RS2Widget> { private final String action; WidgetActionFilter(final String action) { this.action = action; } @Override public boolean match(RS2Widget rs2Widget) { if (rs2Widget == null) { return false; } if (rs2Widget.getInteractActions() == null) { return false; } for (String action : rs2Widget.getInteractActions()) { if (this.action.equals(action)) { return true; } } return false; } }
  3. NEW! Added Gemstone Crab! 81 Hours at Cows Brutal Black Dragon support Sulphur Nagua support Blue Dragon 99 ranged 99 Ranged at Gemstone Crab 81 Range F2p Safespotting Hill Giants Hotkey List // F1 = set cannon tile // F2 = hide paint // F3 = Set afk tile // F4 = reset afk tile // F6 = Set safespot tile // F7 = activate tile selector // F8 = Reset tile selector // F9 and F10 used by the client, EDIT: will re-assign as they are no longer used by client // F11 = Set breaks tile // F12 = Reset breaks tile User Interface Banking Tab Demo (handles everything with banking) You can copy inventory (to avoid adding individual items...), you can insert item names which have Auto-Fill (for you lazy folk!) and you can choose whether to block an item and avoid depositing it in bank, ideal for runes and ammo. Looting Tab Demo (From looting to alchemy, noted/stackable items too) You can choose whether to alch an item after looting it simply by enabling a checkbox, with a visual representation. All items are saved upon exiting the bot, for your convenience! Tasking Demo (Not to be confused with sequence mode, this is an individual task for leveling) You can set stop conditions, for example to stop the bot after looting a visage, you can have a leveling streak by changing attack styles and training all combat stats, you can have windows alert bubbles when an event occurs and an expansive layout for misc. options! Prayer Flick Demo (Just example, I made it faster after recording this GIF) There are two settings: Safe mode and efficient mode, this is safe mode: Fight Bounds Demo Allows you to setup the fight bounds easily! Simplified NPC chooser Either choose nearby (local) NPCs or enter an NPC name to find the nearest fight location! Simple interface, just click! Level Task Switch Demo (Switching to attack combat style after getting 5 defence) You can choose how often to keep levels together! e.g. switch styles every 3 levels Cannon Demo (Cannon is still experimental, beta mode!) Choose to kill npcs with a cannon, recharges at a random revolution after around 20-24 hits to make sure the cannon never goes empty too! Results Caged Ogres: How does this bot know where to find NPCs? This bot will find far-away npcs by simply typing the NPC name. All NPCs in the game, including their spawn points have been documented, the bot knows where they are. You can type 'Hill giant' while your account is in Lumbridge, and the bot will find it's way to the edgeville dungeon Hill giants area! Here is a visual representation of the spawn system in action (this is just a visual tool, map mode is not added due to it requiring too much CPU) Fight Area Example (How the bot searches for the npc 'Wolf') Walking System The script has 2 main walking options which have distinctive effects on the script. The walking system is basically a map with points and connections linking each point. It tells the script where to go, and decides the routes to take when walking to fightzones. Walking system 1 This uses a custom walking API written by myself and is constantly being updated as new fightzones are added. Pros: - Updates are instant, no waiting times - More fightzones are supported Cons: - Sometimes if an object is altered, the changes are not instant - Restarting the script too many times requires loading this webwalker each time which adds unnecessary memory (there is no way to make it only load at client startup since I don't control the client) Walking system 2 This is the default OSBot webwalking API - it is relatively new and very stable since the developers have built it, but is currently lacking certain fightzones (e.g. stronghold) and other high level requirement zones. It is perfect for normal walking (no object interactions or stairs, entrances etc) and never fails. Pros: - Stable, works perfect for normal walking - All scripters are giving code to improve the client webwalker - More efficient when restarting the script since it is loaded upon client start Cons: - No stronghold support yet - Some new/rare fightzones not supported yet - If there is a game-breaking update or an unsupported fightzone, it may take some time to add/repair (less than 24 hours usually) So which system should I choose? Whichever one suits your chosen fightzone best! There really shouldn't be any problems - the sole purpose of these options are for backup and emergency purposes, if the script ever messes up there is always the next option to select. Note: If the script ever fails, there will be immediate updates to fix the walking systems! Script Queue/Bot Manager: Script ID is 758, and the parameters will be the profile name that you saved in the fighter setup! Bug Report templates: New feature request - What is the new feature - Basic description of what the script should do - Basic actions for the script: 'Use item on item' etc. For when the script gets stuck on a tile (or continuous loop): - Which exact tile does the script get stuck on? (exact tile, not 'near the draynor village') - Plugin or normal script? - Did you try all 3 walking options? Script has a logic bug (e.g. dies while safespotting) or (cannon mode doesn't pickup arrows) - What is the bug - How did you make the bug happen - (optional) recommendation for the bug, e.g. 'make the script walk back' or something - Tried client restart? - Normal script or a plugin? - Which exact setup options are enabled? Afk mode, cannon mode, etc etc.
  4. LOL

    3 points
    is that why you've been try harding for the past year to get anything close to a rank with power?
  5. LOL

    3 points
    You must be the dumb kid in class who gets picked on every day and come here acting cool and stuff, Mio nice cb ban!
  6. New Update (v185) - Brutal black dragons world hopping finally perfected (apologies guys, it took 2 updates ) - Added another update for cannon repairing, sometimes the cannon would break (apologies guys, the cannon never broke for me so I didn't know what the cannon object name/options would turn into) - Added wait timer before hopping, for plugins too - script will either wait until out of combat or run when target (aggressive) is full hp. - Added 'go to bank before stopping script' in stop conditions tab Update will be live within 24 hours good luck guys ^^ Last update (v184) is now live, don't forget that GDK plugin doesn't have the prayer flick bug anymore ^^ Can finally focus on finishing the anti-pk code for the 100M GDK competition
  7. Yes, in your snippet you are sleeping for 0-100ms, not exactly long enough for the bank to open, especially if your player has to walk there first. If you use getBank().open() it will sleep until the bank is open, so something like this should work: if (!getBank().isOpen()) { getBank().open(); } else { getBank().depositAll(); } RS2Object is a subinterface of Entity, so what he wrote is fine:
  8. LOL

    2 points
  9. lol? 5m? less than a dollar per hour if you get unlucky and too many leavers
  10. 2 points
    So somehow OSBot has a leaked database and only you and maybe 5 people have gotten hacked, not the 1000+ other members It's because of the fact that you use the same password for other forums, you might not admit it now but at least admit it to yourself. If it wasn't that it could have been something such as a keylogger. TLDR; it could be anything. At the end of the day you're responsible for your own account, you own it therefore you are responsible for it. You have 6 hours to refund
  11. Hovering WC XP sounds like amazing antiban, you should add that for sure!! Also for scripter 1 rank you can apply for your script to be uploaded here: https://osbot.org/forum/forum/181-open-sdn-upload-requests/
  12. Can you please take a screenshot of his Skype ID (click his profile picture) with the conversation visible in the background?
  13. Done activated all trials good luck guys ^^
  14. 2 points
    Btw, if you think that I photoshopped it because I'm a PS pro, no I did not. Why would I lie about that.
  15. 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
  16. Explv's Scripting 101 Prerequisite: basic knowledge of Java 1. Setting up the Java Development Kit and an Integrated Development Environment (IDE) 2. The Script Skeleton 3. Building the script 4. The Script class continued 5. The MethodProvider class, accessing the Inventory, Bank, Player, etc. instances 6. Positions, areas and moving the player 7. Entities (Players, RS2Objects, NPCs and GroundItems) 8. Interactions 9. Sleeping 10. Items and ItemContainers (Inventory, Bank, Equipment, Store, ...) 11. Filtering 12. Widgets 13. Configs 14. Adding a paint 15. Putting it all together, an example script (Smelting iron bars in Al-kharid) 16. Adding a GUI
  17. Molly's Chaos Druids This script fights chaos druids in Taverly dungeon, Edgeville dungeon and Ardougne. Profits can easily exceed 200k p/h and 60k combat exp/ph, this is a great method for training low level accounts and pures. Buy HERE Like this post and then post on this thread requesting a 24hr trial. When I have given you a trial I will like your post so you will receive a notification letting you know you got a trial. Requirements - 46 Thieving for Ardougne -82 Thieving and a Lockpick for Yanille - 5 Agility for Taverly(recommended) - No other requirements! Though I do recommend combat stats of 20+ as a minimum Features: - Supports eating any food - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge), includes re-equipping items on death - Potion support - Automatically detects and withdraws/uses Falador teleport tabs if using Taverly dungeon - Automatically detects and withdraws/equips/uses glories if using Edgeville dungeon - Supports looting bag Setup: Start the script, fill out the GUI, and be in the general area of where you want to run the script. CLI setup: Proggies: In the works: Known bugs: Bug report form, this is a MUST for problems to be resolved quickly: Description of bug(where, what, when, why): Log: Your settings: Mirror mode: Y/N
  18. If I've missed any, let me know and I'll add them. It seems like a lot of people are having problems with this, so I want to fix this up. It's a very simple thing that greatly improves the readability of your code Variables: All variable names should start with a lower case letter for the sake of clarity. Example: private long time = System.currentTimeMillis(); Another example: private Area area = new Area(1, 2, 3, 4); Notice how the names in both are lower case. If you want to make a variable with more than 1 word, you would capitalize the first letter of the second word. private Area theArea = new Area(1, 2, 3, 4); private long timeStarted = System.currentTimeMillis(); Note that methods follow essentially the same format. Examples: public int onLoop() { return 0; } Note that the first word is not capitalized, but the second word is capitalized. public void eat() { } The first word is also not capitalized. Simple, right? Constants This is used for values such as widget ID's - values that are final that never changed. All letters are upper case and instead of putting a capital letter to start a new word, instead put a _ to signify a space. private static final int SOME_ID = 57; public static final int TIN_ROCK_COLOUR = 53; Thanks to @@Transporter for reminding me to put this in Objects and class definitions Classes define objects, and their first letter is always capitalized so people know that a class is being referenced. Notice how we said: private Area theArea = new Area(1, 2, 3, 4); The 'Area' object has a capital first letter, so we know we're not referencing another variable, for instance the one we named just before called 'area'. If we are defining a class, we would do it like so: public class Thing { //attributes } *** Notice the upper case first letter! *** If we wanted to define a 'Thing', then we would say: Thing something = new Thing(); ^ capitalized ^ capitalized Enums If you're not familiar with what enums is, but you're still coding on OSBot, this will probably look familiar to you: private enum State { BANK, MINE, RUN_AWAY }; Notice that all letters are capitalized. This is how enums are named - exactly like the static IDs from before. This is a very simple task that takes about 5 seconds to learn. If you're not going to properly format your code, and you ask someone for help, you will come across as either very unknowledgeable or just lazy. If you have any questions, please feel free to ask . If I made any mistakes, tell me - I wrote this up in about 5 minutes.
  19. Tut Island completed: 280k Stock: sold out 7QP Ready: 350k Stock: sold out Note: Stock may not be accurate as I may not always update them straight after accounts are sold. Terms: I am not responsible for any bans after you have purchased these accounts. The accounts have been on CD for 1-2 days and I check them daily to see if there were any bans. OSRSGP or BTC only I will not go first If you want an account, you must follow these terms. If you are buying an account, you are automatically agreeing to these terms. I am not liable for anything done to the account after trade. Skype: Akbar.io
  20. Bans are bans, it's not a case of "don't buy this script because it caused my ban". I have been banned numerous times with Khal's, however; your response implies I said there's something wrong with his script.
  21. https://www.tutorialspoint.com/java/java_object_classes.htm
  22. For xp, like I show in my paint tutorial, you use the XP tracker. In onStart() call: getExperienceTracker().start(Skill.WOODCUTTING); Then in your paint: g.drawString("XP Gained: " + formatValue(getExperienceTracker().getGainedXP(Skill.WOODCUTTING)), x, y); Or for xp/hour you can use getExperienceTracker().getGainedXPPerHour(Skill.WOODCUTTING)
  23. Nice This works perfectly now. As for the xp per hour? How the hell do I do that? I tried doing it Pugs' way but it's not working. I declared private int logsPerHour and totalLogsPerHour at the beginning of the script. Idk how to implement it >_> Pug's code seems like it's outdated compared to Explv's but he's not talking about any thing /per hour in this paint guide. He also says that for showing the exp, you gotta do this : How do I call this in the paint? g.drawString("XP Earned: " + formatValue( what do I put here ? ), 10, 330); Thanks for the quick help. Really nice. P.S. getBank().close(); worked great with esc turned off! It closes with the x button now
  24. LOL

    1 point
    Ive been told that week ago, i forgot that i couldnt sell accounts and then replied oh yeah my bad sorry i forgot, then when your going to say i did NOT forget when you dont even know ye then ur being fuking annoying lol literally ppl call each other retards 24/7 what bout that? keep defending tho
  25. wew i thought it was finally here, now it's edited cant wait for result! Looks awesome man exactly how requested. Defo using it thanks again man
  26. I also have one other comment regarding cannon. I notice that even with fight alongside cannon checked, it will only attack monsters as they spawn and then let the cannon do the work. If instead the player was able to continuously attack monsters that the cannon is already fighting, xp rates would be increased by quite a bit.
  27. You need brackets { and } around the statements you wish to loop or that while statement will only loop the statement below it.
  28. 1 point
    Could I please have a trial? Never bought anything on this site and I would like to make this my first if it works good!
  29. thats a happy lil jeep
  30. nice, i love doing donuts and drifting in empty parking lots!
  31. Kinda gives you that feeling of being a kid again lol.
  32. If nothing has happened yet, you should be fine... Never seen something like that, may just be a coincidence
  33. can i have a trail?
  34. Looking to buy 20M rsgp please pm me or post below thanks!
  35. Looks lowkey like an A tbh so Caime
  36. Yeh the new walking option should be auto-enabled in the next version since it's much better than the default one. As for doors closing mid-route, hmm I can add an option for that too but it may increase memory usage, hopefully not by too much ^^ Just coding this and then today's update is fully complete.
  37. 1 point
    Trial please:)
  38. Your main will remain untouched unless you bot on it or associate it with the proxy's you're botting on, by logging onto them with your main. No worries man, keep going strong and smart and you will be good We all take losses here and there, but that is how we learn!
  39. Hello Czar! i tried your perfect fighters script and it was awesome! so i was thinking of trying this aswell before buying. Would it be possible to get a trial of this?
  40. hope you're not referring to your own post... we may need more tinfoil @gearingthat's rather optimistic of you (3rd decade lol)
  41. Ignores the best post. typical.
  42. is your neck stuck like that?
  43. Great script 09 Hour proggy, could go longer. 50k/h+ on F2P!!

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.