Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/19/18 in all areas

  1. Download: http://osbot.org/devbuilds/osbot 2.5.9.jar The plugins selector is now finished in the client, starting work hardcore on resizable mode. If resizable mode doesn't come to fruition, it's not all lost because at the very least the client will be more future-proof and all the API is getting looked at over again. All that's really left on resizable mode is a few more API classes and working on the client interface. The scripts page will have a list for plugins soon. Changelog: -Plugins tab now functional in Script Selector -Bank API works on resizable -DepositBox API works on resizable -Store API works on resizable -Chatbox API works on resizable -GrandExchange API works on resizable -LogoutTab API works on resizable -Worlds API partial resizable mode support -Greatly improved Worlds API world hopping, a lot more stable on first hop attempt -Worlds API and Logout API dependency cleaned up -Verified store is open before using buy/sell methods -CachedWidget accepts new constructor, which takes in a parent CachedWidget --Allows cached widgets to have predicates based on predicates -Added CachedWidget setParent -Added LogoutTab isOpen() -Added Worlds isOpen()
    10 points
  2. Dear OSBot community, In 2013 I had the honour to become a part of this great community. Only a little while later it was an even bigger honour to become a part of the OSBot staff team thanks to @Maldesto. First of all I would like to say that I am so grateful for the opportunity I received here on OSBot. I have made a lot of friends, developed my skills and have seen a lot of people come and go over the years of me serving the staff team. I am sure a lot of people have noticed me being around a lot less lately. This is due to me being very busy irl and at work so I simply cannot put as much time into OSBot as I would like to. This has lead me into feeling like the time has come to move on from being a staff member, so unfortunately it is time for me to resign from my position as a Global Moderator. Furthermore I have a long list of people I would like to thank for an even longer list of things, but hey, I'll give it a try! Of course there is the current staff team and the developers who keep OSBot going: @Maldesto, @Alek, @Zach, @Maxi, @MGI, @Mio, @Muffins, @Night, @Chris I would also like to thank lot of people who have helped, supported, served next to me as a staff member and people who I consider to be my friends in general: @Khaleesi, @Oliver, @Decode, @ProjectPact, @Dbuffed, @Arctic, @Jordan, @Scotty, @Solution, @Smart, @Eliot, @Mikasa, @Sky, @Catastrophe, @Genii, @Ericthecmh, @Eliot, @Fruity, @LeBron, @Spartan 117, @Deceiver, @Dard, @Keven, @TWC, @Saiyan, @Bogla, @RoomScape, @Seraphic, @risky, @The Hero of Time, @Lucki, @jackshow, @Sysm, @Vilius I'm sure the list is in fact much longer, I've been around for such a long time so forgive me if I forgot to mention someone. I'll still be lurking around on OSBot so this isn't farewell, you'll probably still see me around sometimes, I'm also still doing graphics in the little spare time I have so feel free to hit me up on Skype if you need a logo or something else. TLDR: I'm resigning and would basically like to thank the whole community. Signing off now, Dex
    4 points
  3. Dear Community, We are looking for a mod in ANY time zone, and are open to anyone that we see fit. Please fill out every question on the application, if it is there we want an actual answer. If you fail to answer every question you will be instantly denied. If you are denied you have to wait 30 days to apply again. Good luck everyone who applies! Please pm @Maldesto your application title the message "Staff Application" Do not PM me or any other Moderator!
    3 points
  4. 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
  5. First script i have made, if something needs fixed let me know. Profit varies a lot. I've seen it go up to 100/k an hour. What it does: Casts bones to bananas using regular bones Requirements: 15 Magic, Staff of earth equipped, Water runes, nature runes, regular bones. start near a bank. Download Thanks to @Apaec & @ThatGamerBlue for helping
    2 points
  6. 2 points
  7. hi man you stil doin private scripts??? me wondering if i could buy a simpe scripts all i need is a script that creates accounts on jagex websites, completes tutorial island, completes plague city, biohazard, gnome village and fight arena and then go on to pc achieving full void budget is 25$ u tink u can helplp?
    2 points
  8. 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
    1 point
  9. NEW: Released Chop & Firemake plugin Added 8 Forestry events!!!!!!!! Easy 99, Next! Map Chooser System Progress Results! Help How to use this with Bot Manager? Script ID is 631, and the parameters will be the profile you saved in the setup window, e.g. oak15.txt I want a new feature added? Make a post below and I am always listening, within reason! The bot is doing something I don't like? Make a post below and I will adjust the code to match your play style!
    1 point
  10. ────────────── 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.
    1 point
  11. 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:
    1 point
  12. 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
    1 point
  13. nice release bro I wonder how much mage xp/hr ?
    1 point
  14. Would love to get canifis working also. Up my exp/hr account is lvl 90+ now ? If you need to borrow account to test just let me know
    1 point
  15. Thanks. I'll read & reply to all my PMs later today.
    1 point
  16. Did it for him Thanks for the shout.
    1 point
  17. Hello Molly, can i have a trial please?
    1 point
  18. I didn't figure it was, I grabbed a video, I'll pm you the youtube link when it's ready. Reviewing my video, Canifis Allotment 1 is my trouble child. Also pm sent with video [ERROR][Bot #1][05/19 08:51:14 AM]: Error in script executor! java.lang.NullPointerException at b.d.b.nuL.j(ob:182) at b.d.AUx.j(ib:144) at b.AUx.j(sb:160) at core.MainDriver.onLoop(gb:75) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(kl:223) at java.lang.Thread.run(Unknown Source) [WARN][Bot #1][05/19 08:54:06 AM]: Script executor is taking too long to suspend; restarting now... [INFO][Bot #1][05/19 08:54:06 AM]: Started random solver : Dismiss Random [INFO][Bot #1][05/19 08:54:08 AM]: Solved Dunce dismissal random. [INFO][Bot #1][05/19 08:54:08 AM]: Random solver exited : Dismiss Random [ERROR][Bot #1][05/19 08:58:13 AM]: Error in script executor! java.lang.NullPointerException at b.d.b.cON.j(ab:116) at b.d.AUx.j(ib:203) at b.AUx.j(sb:160) at core.MainDriver.onLoop(gb:75) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(kl:223) at java.lang.Thread.run(Unknown Source)
    1 point
  19. Requirements: -Disable the wilderness warning popup Click gate, go through or cancel the pop up. Repeat few times and check the "don't show this again" box. (The "disable box" appers after opening the pop up menu few times)
    1 point
  20. @Czar mind if I get a trial please mate? i liked
    1 point
  21. 1 point
  22. Simply learn java ya fucks
    1 point
  23. Exactly. The payment includes lifetime support, bug fixes, and small changes all for free.
    1 point
  24. @John Cena has great dedi servers for a good price. however if you are looking for a server with a bit more flexability then i would advise vultr however they cost atleast 2x more then john cena s servers
    1 point
  25. Exactly. No one will understand what I am talking about until they make private scripts.
    1 point
  26. Cant get this script to bank at all, doesnt even try. What am i doing wrong? [INFO][Bot #2][05/18 03:43:17 PM]: Animation received, new [713] [INFO][Bot #2][05/18 03:43:19 PM]: Player doesn't have [Magic longbow], stopping script! [INFO][Bot #2][05/18 03:43:20 PM]: Player doesn't have [Magic longbow], stopping script! [INFO][Bot #2][05/18 03:43:21 PM]: Player doesn't have [Magic longbow], stopping script! [INFO][Bot #2][05/18 03:43:23 PM]: Player doesn't have [Magic longbow], stopping script! [INFO][Bot #2][05/18 03:43:24 PM]: Player doesn't have [Magic longbow], stopping script! [INFO][Bot #2][05/18 03:43:25 PM]: Player doesn't have [Magic longbow], stopping script! [INFO][Bot #2][05/18 03:43:26 PM]: Terminating script Perfect Magic... [INFO][Bot #2][05/18 03:43:26 PM]: Script Perfect Magic has exited! edit: its been a while and i totally forgot you can alch notes. forgive me im retarded
    1 point
  27. Rock Selection screen/paint stays up after im done selecting the rocks to mine.
    1 point
  28. 1 point
  29. i liked the original post when cant i get the free 24hour trial?
    1 point
  30. Bot gets stuck depositing in Port Sarim. Will walk back and forth between the house south of the jewelry shop.
    1 point
  31. Does this cast Humidify? I couldn't see it one the first page.
    1 point
  32. liked thread keen to try out
    1 point
  33. just had to buy it because your lazy ass doesnt check forums
    1 point
  34. Hey, awesome work. But i have a few Problems. The bot wont start to attack. i tried everything. Even other npc. Setting Name manuel. Doesnot work. And is it possible to edit the bot during its active and save the settings?
    1 point
  35. the scripted is broken and id like to have a refund because all it does is picks the food i ask for it to bank for and then it does nothing but sits in the bank and thats it ive tried every setting i could think of id like a refund on this bot
    1 point
  36. How to get range potions to work on rock crab plug in?
    1 point
  37. When I go to click the option to copy my inventory the gui freezes. Same as trying to add in bank and loot items manually they do not show up as selected in the box.
    1 point
  38. @Czar Whats the deal with your scripts not working in the methods im using every time lmao? I'm having problems with this one trying to attach dragonstone bolt tips. Script just ends immediately.
    1 point
  39. hey nice script can i have the trial please
    1 point
  40. Rock crabs plug in doesnt work with magic shortbow specials. Or ranging potions?
    1 point
  41. A nice feature to add in would be how many bars made and bars/hour in the paint
    1 point
  42. Why no support for bolts?
    1 point
  43. Temp banned after 20m xp from level 1. Well worth the cash.
    1 point
  44. @Czar, what rune ore locations are supported? I don't need a trail as my account isn't ready for mining yet. Quests and such
    1 point
  45. Is it possible to update crab island. Reaggro's now but doesn't run far enough and just keeps running in a loop now (crabisland - western spot)
    1 point
  46. Been using this script for ~2-4hours pretty much everyday with breaks inbetween. Havent been banned yet. ( 11-94 ) woodcutting so far. Maybe you guys just need to mix up your botting a bit. Doing only woodcutting everytime you're online is a bit stupid ^^
    1 point
  47. Yes it does for sure!!! its an only script for the VIP Users so they will benefit from it!!
    1 point
×
×
  • Create New...