Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/22/18 in all areas

  1. Sorry for the delay the bot should be back up! Post here with any problems.
    10 points
  2. An if-statement terminated by ';' has no effect other than evaluating the expression. The webwalk will be executed regardless of your inventory content or location. Additionally you should use parantheses to clarify your logic groupings; otherwise you'll quickly end up with results that weren't what you expected. To clarify on the precedence a bit: I assume by your example, you want to webwalk if you are in the bank and have either essence type. Like so: inBank && (hasRuneEss || hasPureEss) But since && has higher precedence than ||, what's actually happening is this: (inBank && hasRuneEss) || hasPureEss Which means that is doesn't matter if you are in the bank or not, as long as you have pure essence Bit of an odd snippet still though.
    8 points
  3. I mean, there aren't snippets of this for the same reason there aren't snippets of how to use a for loop, or what an int is. It's covered in basic Java tutorials, and doesn't need to be repeated here.
    4 points
  4. ────────────── 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.
    3 points
  5. The client currently is having some problems, You need to wait for the devs to update Osbot to the game udpate of previous thursday
    3 points
  6. Hi i havent been here in a while just recently started playing rs again but i swear in the past we had a ONLINE OFF LINE STATUS ON THE ACTUAL HOMEPAGE OF OSBOT? Could we implement this again it will stop alot of threads for the newbs after thursdays updates?
    3 points
  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
    2 points
  8. 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.
    2 points
  9. View in store $5.99 for lifetime access _____________________________________________________________ Key Features: Progressive mode - The script will traverse the xp-optimum course for your current level; walking to the next course as your level increases. Reliability - The script was developed and rigidly tested with superior reliability in mind. Human replication - Designed around human simulation - behaviour tuned to replicate common rooftop play styles. Alching / Magic Imbue - The script can be configured to High/Low Alch items, or cast Magic Imbue as it traverses the course. Target system - Can be optionally configured with a target. Once this target is achieved, the script will stop. Available targets (variable λ): Stop when λ agility exp gained. Stop when agility level λ reached. Stop when λ magic exp gained. Stop when magic level λ reached. Stop when λ minutes passed. Healing - The script will consume edible items in your inventory to restore health, stopping if you run out of food. Mark of Grace looting - All marks of grace are looted while the script traverses the rooftop. Randomisation - All thresholds (including but not limited to Run energy and Critical Hp) are dynamically randomised. Energy restoration - The script will consume energy restoring items/potions when needed, provided they are available in the inventory. Web-Walking - The script utilises the OSBot Web to navigate the OSRS map, meaning it can be started from almost anywhere. Course detection - If you are on/near a rooftop course before setup, the course will automatically be loaded into the GUI. Error correction - The script will detect when it has made a mistake (e.g. climbed ladder in seers' bank) and will attempt to return to the course. ...and many more! Supported Rooftops: (Level 10) Draynor ✓ (Level 20) Al-Kharid ✓ (Level 30) Varrock ✓ (Level 40) Canifis ✓ (Level 50) Falador ✓ (Level 60) Seers' Village ✓ (Level 70) Pollnivneach ✓ (Level 80) Rellekka ✓ (Level 90) Ardougne ✓ Things to consider before trying/buying: Avoiding bans - while I have done my utmost to make the script move and behave naturally, bans do occasionally happen, albeit rarely. To minimise your chances of receiving a ban, I would strongly suggest reviewing this thread written by the lead content developer of OSBot. If you take on board the advice given in that thread and run sensible botting periods with generous breaks, you should be fine. That being said, please keep in mind that botting is against the Oldschool Runescape game rules, thus your account will never be completely safe and you use this software at your own risk. Web-walking - alongside a network of paths, the script moves around with the OSBot web-walking system, using it when in unknown territory. While it has proven very reliable, there are naturally some areas for which the web-walker may struggle. As a result, prior to starting the script, I would strongly recommend manually navigating your player to/close to the desired rooftop course. Progressive mode - the script features 'Progressive mode' which will cause the script to advance rooftop courses as you level up. Progressive mode relies on the aforementioned web-walking system for inter-rooftop navigation. Consequently, I would highly recommend monitoring the script as it traverses between courses to ensure the web-walking process correctly executes. Healing & Energy restoration - the script will automatically heal or restore run energy when needed. It will do so by consuming items in the inventory - this script will not bank. For optimal exp rates, I would strongly suggest keeping energy restoring items in the inventory (energy/super energy/stamina/fruits/summer pies/purple sweets/...). To prevent the script stopping prematurely, bring a few bites of food along. Using magic - The script supports the periodic casting of a magic spell while traversing a course to maximise experience rates. To determine whether or not you can cast a spell, the script checks your magic level as well as which runes are in your inventory and which stave you have equipped (if any). It is worth noting that, at this time, the script does not recognise any of the following items as rune sources, so avoid using them while running this script: Bryophyta's Staff, Tome of Fire, Rune Pouch. Script trials: I believe that trying a script before buying is paramount. After trying the script, hopefully you will be convinced to get a copy for yourself, but if not you will have gained some precious agility experience! If you're interested in a trial, please follow the instructions on my trials thread which can be found here. Gallery: Review (by Eduardino): Start up GUI (Graphical User Interface): Paint (optional, movable and self-generating): User screenshots: Testimonials:
    2 points
  10. Real life happened and it's our fault. All of the developers were busy for a few days and I didnt properly report it to them due to me working long hours at work and my anniversary for my marriage was the other day.
    2 points
  11. Thanks for the update! Would you mind explaining why this fix was delayed? I'm not trying to be mean, but some clarification would be appreciated
    2 points
  12. And thus the ocean of reeing greys retreated to the leeching depths from whence they came, waiting for the next Thursday to come.
    2 points
  13. mfw somehow the discussion goes from queues on services being bullshit to 2 people arguing who can give more money to some egirl in chatbox
    2 points
  14. Perfect thiever also not working, not clicking the stalls, tried restarting client, and changing some settings, but it just hovers over the bakers stall and wont click
    2 points
  15. Moderators on the forums are here to moderate the forums/community, we do not handle anything to do with adding and removing scripts. That is solely on the Developers, Scripters and Maldesto in some situations. If you have an issue with a broken script, you may make a bug report on their respective thread or notify the developers through the proper forum sub-section of the non working script (with actual logger information, will need proof, no "helo script no work pls fix"). Implementing a system like that would be nice, but with the amount of time it wouldn't be needed (scripts don't really break or go inactive as often as you'd think), or would become filled with user-error reports (people not properly using the scripts, etc) would make it far too saturated to manage. And also adding a "last time script updated" tag would deter users from scripts that may potentially have not been updated recently, but still work perfectly with no problems due to being written well and not needing updating most of the time. Yeah, a script may have been updated yesterday, but it also may have way more problems than one that hasn't been touched for a little, and we know all users won't check their script threads to see if it has problems or not before buying. tl;dr, mods dont touch scripts, adding a bug report button would just be spammed with user-error reports that make it not viable, and adding a last updated tag would create favoritism and unrealistic expectations.
    2 points
  16. Brought to you by the #1 most sold script series on the market. Come and see why everyone's choosing Czar Scripts! This is the most advanced Agility bot you will find anywhere. BUY NOW $9.99 NEW! Added Both Wyrm Courses! SCRIPT INSTRUCTIONS Optimal Setup for the bot: Please set the mouse zoom to far away (to the left, like below) so that more obstacles can be seen in the view, and so the script can be more stable and reliable Also, make sure to have roofs toggled off (either go to settings tab or type ::toggleroof) for optimal results
    1 point
  17. more like mold, am i right? ? jk love you
    1 point
  18. Nice, now i will have vip even when im dead!
    1 point
  19. 1 point
  20. @DMMGOD He has 24 hours to refund you otherwise he'll be banned.
    1 point
  21. It might be because there was a Rs update, bots aren't working right now
    1 point
  22. The client currently is having some problems, You need to wait for the devs to update Osbot to the game update of previous thursday
    1 point
  23. would I be able to get a trial please?
    1 point
  24. Hey dude, Perfect Fighter doesn't seem to be attacking NPCs. Just letting ya know.
    1 point
  25. Seriously, I'm not talking about ones that get out-dated by the OSBOT Updates. I'm talking about ones with 2-6 months worth of responses saying " Broken can you upload the source so we can fix? " or just straight up " Doesn't work " Some of the scripts straight up say " I'm no longer going to update or support this script " oh okay? then delete it freak its scuffed. If this forum has Moderators then it should be someones duty to be removing discontinued scripts from the SDN Because your wasting everybody's time. Solutions Have a button-type system in place where the public can press " Broken " and allow us to fill out the form with the option to PASTE what the TOGGLE LOGGER Console says ( error Debug ) This will then contact the developer via email and if it is not addressed within 1 week automatically assume the developer has quit and then delete it from the SDN Make moderators Monitor some kind of live feed that can see if the script is running or if it has not been activated within " last 31 days " then you could test the script to see if its broken and if so take it down manually. This would require some potentially tricky Web Development. Testing each script personally is to tedious of a task and not a reasonable option. -RANT
    1 point
  26. love your scripts! Just a heads up, when doing monastery/castle wars tele it gets stuck withdrawing a new ring of dueling. doesnt bank the ore and just continuously hits the ring in the bank.
    1 point
  27. Bots down. Please be patient for it to be brought back up.
    1 point
  28. Game updates occur Thursdays which can sometimes break the client. Just need to wait for the client to be updated.
    1 point
×
×
  • Create New...