Leaderboard
Popular Content
Showing content with the highest reputation on 06/09/20 in Posts
-
2 points
-
Update: Apparently it was an issue with uploading it to the SDN because my local version is running fine. I am in contact with the Osbot SDN Manager as we speak to fix the issue2 points
-
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.1 point
-
────────────── 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
-
This tutorial will cover everything required to write your own OSBot scripts. Although it is quite lengthy, don't let this put you off - it shouldn't take more than a couple of hours to follow through, at the end of which you will have learned the scripting basics and will have your very own tea thieving script which you can modify to your liking. Good luck! Previous required knowledge: None Knowledge of basic java helps but is not required! What this guide covers: Downloading your code editor (IDE) Basic programming concepts A quick guide to java Writing a script with the OSBot API Running your script Downloading Eclipse: Setting up your project: Language basics: Java basics: Script backbone: Compiling the script: Writing the script: Best practices and conventions: Completed Tea thieving source code: That's the end of this tutorial, hopefully it was useful and concise enough. As I mentioned earlier, remember to ask LOTS OF QUESTIONS! Also remember that google is your friend! ? Although it may seem OSBot scripting is a niche use of java, many questions can translate to more widely adopted counterparts - use this to your advantage. If you have any questions do not hesitate to post as a reply below. Since I follow this thread, I will receive a notification if you do and will do my best to get back to you ASAP! - Apaec1 point
-
Zulrah is a level 725 solo boss. The only way to get out of Zulrah's shrine is through victory, death or teleportation. People love killing this boss as it holds up to a potential 1.5m - 2m gold PER HOUR. Disclaimer: All these accounts are HAND DONE. Current stock: 5 account[s] in stock https://shop.runescapeservices.com/product/zulrah-account-osrs/ 85+ Range 85+ Mage 70+ Defence 60+ Prayer Ava's Mage Arena 2 Price = $53 Custom / Pre-built account: Your Discord: Comments: Payment options: Terms of Service: You will provide everything needed for the service (custom builds, unless agreed upon otherwise). You will add my Discord and confirm via my thread, after this you can PM me if you need further confirmation of your order. You will pay upfront for your work. I remain the right to decline any order. If I am unable to complete a service, you will be refunded for what is left. By posting an order you automatically agree to my ToS. Global OSBot ToS apply.1 point
-
Molly's Thiever This script is designed to quickly and efficiently level your thieving! Check out the features below. Buy HERE Features: - Capable of 200k+ per hour and 30k+ exp/ph on mid-level thieving accounts. - Quickly reaches 38 thieving to get started on those master farmers for ranarr and snap seeds! - Fixes itself if stuck. - Hopping from bot-worlds. - Stun handling so the bot doesn't just continually spam click the npc. - Drops bad seeds if inventory is full at master farmers. - Eats any food at the hp of your choosing. Supports: -Lumbridge men -Varrock tea -Ardougne cake -Ardougne silk -Ardougne fur -Kourend Fruit Stalls -Ardougne/Draynor master farmer -Ardougne/Varrock/Falador guards -Ardougne knight -Ardougne paladin -Ardougne hero -Blackjacking bandits as well as Menaphite thugs, this has limitations, click the spoiler below to see them Setup: Select your option from the drop down menu, it will tell you the location where the target is located. Fill out the gui and hit start. Simple setup! Proggies: Proggy from an acc started at 38 theiving:1 point
-
1 point
-
Yeah I'll see if I can collect a list of clues the webwalker can't do, good suggestion1 point
-
Hey pigfarmer, I don't know if this works public RS2Object something() { for (RS2Object x:getObjects().getAll()) { if (myPlayer().isInteracting((org.osbot.rs07.api.model.Character<?>) x)){ return x; } } return null; } Also you might want to put questions in https://osbot.org/forum/forum/249-scripting-help/ not https://osbot.org/forum/forum/251-snippets/1 point
-
tldr: This is all a conditional sleep does: while(timeRunningFor < timeout && !myBooleanCondition){ Thread.sleep(some_small_value_in_ms); }1 point
-
hi, awesome script.. however im having issues with zul-andra teleports, i input it to bring sever telport scrolls for multiple trips but it only ever brings one tele scroll? am i doing something wrong here? thanks. EDIT: never mind it was just me being stupid1 point
-
1 point
-
Break is incoming, leaving dream in the logs. Use the break handler built into the script and not the osbot break handler did you use the 'Grab Gear' to find the spec weapon?1 point
-
I made a video talking about OSBot sleeps and I cover this class. I start talking about it at 12:111 point
-
1 point
-
Ok th anks for lettting me know. So i can run the script locally but not the SDN version. I will take a look into fixing this and update you guys!1 point
-
As you say, you're able to use the `sleep` method as the class extends ConditionalSleep, but you still need to construct an instance of the ConditionalSleep parent class for this to happen. In the same way, ConditionalSleep (which extends `Object`) has to construct an instance of Object. Rather than trying to explain the details of this myself, I think it would be better to refer you to the Java documentation about inheritance, as this should answer your question while giving you wider understanding: https://docs.oracle.com/javase/tutorial/java/IandI/subclasses.html Apa Edit: I'd recommend going through the whole of the tutorial I link, not just the page at that URL. It explains the concepts very nicely!1 point
-
1 point
-
@Lol_marcus idea could work but https://osbot.org/api/org/osbot/rs07/api/util/ItemContainer.html is better becuase Equipment extends it and gets methods like contains(stuff...), getItems(), onlyContains(stuff...). Items[] MyArmor =getEquipment().getItems()1 point
-
hmm. I was just looking at the main site G.E. which is limited to 6 months. Thx.1 point
-
As you correctly say, the `super` keyword is a means to access the parent class. Roughly speaking, to construct an instance of a child object (e.g. Sleep in this case), an instance of the parent class also must be constructed (ConditionalSleep). If it did not do this, then how would you access the `sleep` method of ConditionalSleep? The `super` keyword when used in the constructor enables this: in this particular case, it will create an instance of the parent class with the `ConditionalSleep(int timeout)` constructor. It is clear that this is necessary as the ConditionalSleep class needs to know the duration of the sleep. The `condition` method is actually used by the ConditionalSleep class. As you again rightly say, it is abstract, so though ConditionalSleep refers to it, it does not provide a concrete implementation. It is for this reason that ConditionalSleeps are commonly defined anonymously, e.g.: new ConditionalSleep(3000) { @Override public boolean condition() { return getCombat().isSpecialActivated(); } }.sleep(); This class which you show simply provides a concrete implementation for the condition method, where a BooleanSupplier (supplied during construction) provides the return value. It looks like this class is essentially pointless, other than perhaps to enable succinct code by working with BooleanSuppliers rather than anonymous instantiations. If it's easier to understand for you, i'd stick with anonymous instances, or you could create your own concrete sleep classes, e.g.: public class RunSleep extends ConditionalSleep { private final MethodProvider mp; public RunSleep(MethodProvider mp, int timeout) { super(timeout); this.mp = mp; } @Override public boolean condition() throws InterruptedException { return mp.getSettings().isRunning(); } } Hopefully this is helpful, let me know if you're still stick or have any further questions, i'm always happy to help. Good luck! -Apa1 point
-
1 point
-
What are you doing with the returned int value in the run()? Also are you sure that 2 is the correct child id of 808 when the quest is complete?1 point
-
1 point
-
Easily one of my favorite scripts here. I've used this for every quest that this script has to offer outside of one or two which I haven't manually done the reqs for yet. I've had no hiccups whatsoever. Ty Token for the continued work on this script.1 point
-
Will you be covering more extensive quests like lunar diplomacy later on? Love this script so far1 point
-
A 3rd party leak doesn't mean you signed up on some dodgy RS item duplicator website or anything, data breaches can happen for major corporations which you may have signed up with using the same email / pw combo, an example is Yahoo https://www.pindrop.com/blog/500-million-users-affected-by-yahoo-data-breach/ Hackers may target runescape accounts rather than paypal/credit cards because it's an easy way to get money without facing prosecution, you can check your email at the link below also https://haveibeenpwned.com/1 point
-
1 point
-
1 point
-
Finishing my personal private scripts then will look into it probably in a few weeks or so. Add my discord if you want as I would appreciate your help and support - Impensus#24281 point
-
1 point
-
I'm afraid that's not supported, it only works with butler from 40 and before that it will bank at castle wars1 point
-
1 point
-
1 point
-
In the expanded mining guild area, I'm trying to power mine iron ore. I set the settings to hover over next rock and to mine in order. The bot hovers over a random iron rock (not in order) and then clicks on a different rock even though it has already hovered over a rock. This looks extremely bot like and reduces the mining xp. Can you please take a look?1 point
-
This feature is very wonky as it does not support staminas. @Czar Any plans to have a "Save" and "Load" feature in the future?1 point
-
1 point
-
1 point
-
1 point
-
Ya I can take a look at an option to hop worlds I'm also planning to go a bit more afk with this script, let the auto retaliate do its job Will probably lower banns aswell What do you think?1 point
-
So that would mean that botting, no matter how perfect you make a script, is always detectable. Im gonna test out every popular bot client and ill have results1 point
-
Are you tired of getting banned botting hunter? Do you want a bot that can run for days at a time while keeping in-game time low & staying under the radar? First Farming additions have been made! This bot will soon be an AIO passive skill trainer Buy it here Like this post & comment for a free 24 hour trial DO NOT RUN THE SCRIPT WITHOUT READING THE REQUIREMENTS/GUI OPTIONS SECTION Video of a typical BH & Herb run (Herb run starts at 44 seconds) : Note that even with only 65 farming & several dead allotment plants, the bot still gets 196 snape grass and 20k farm xp from the farm run. You can get close to 40k exp per farm run if you do snape grass seeds with white lillies set up to protect them (turn off flower seeds so it doesn't pick the white lillies) Proof of Anti-ban potential : This video shows 6 accounts with 80+ hunter running the script for 10 hours straight. This is a custom version of the script which allows me to switch accounts once a run has been completed. So instead of 1 birdhouse run every 50 minutes, it does 6. You could actually do about 15 accounts with one client since it takes about 3 mins per trip on each account. Top 5 Botters as of 10/16 (Data Record Began 10/4) 5.5 day run (only 7.5 hrs in-game time) with Redwood Birdhouses 725k exp, 89-91 hunter, 1500 bird nests 6.3 day run (8.5 hours in-game) from 9 hunter to 68 hunter Features Custom Break Handling - Smart break handler logs you out as soon as you finish a trip & logs you back in when it's time to do another BH or Farming run -Minimizes in-game time so you can run the bot 24/7 -Very low ban-rate compared to other hunter methods (still never been banned while using mirror mode on 10+ accs) -Saves the times you last finished a BH or Farm run, so you can stop & restart the script at your will Birdhouse Trips -Empties and Resets all 4 birdhouse traps in about 2 minutes -Detects the best birdhouses/logs that you can use in your bank based on your Hunter & Crafting levels -Extremely good moneymaking with Bird Nests, Herb Seeds, & Clue scrolls -Can go from 9 to 60 hunter with only about 4 hours in-game time -Option to utilize Digsite Pendants -Option to empty all of the ring/seed nests in your bank -Option to buy hop seeds from Olivia in Draynor Market with world hopping Farming Trips -Currently supports Catherby, Falador, Ardougne, Morytania, & Hosidius patches -Supports all Allotment, Flower, & Herb seeds -Withdraws Ultracompost/Supercompost/Compost from Leprechaun as needed -Rakes Patches & Clears Dead Plants when needed -Option to cure diseased plants -Options to use Magic Secateurs, Amulets of bounty, and Xeric's Talisman Upcoming Farming Updates -First priority is Farming Contracts. It will be able to complete 1-5 farm contracts per trip based on luck -Will be adding a lot more teleport/transportation options -Addition of Troll Stronghold & Weiss Patches -Addition of Tree , Fruit Tree, & Hardwood Tree runs -Addition of other miscellaneous patches like Calquat, Cacti, Belladonna, & Bushes Requirements & GUI Option Explanations Please read this section carefully. Choosing an option without having the required items will most likely cause the script to stop working properly. I will go through each section one by one. This section enables Birdhouse runs. It will log in to do a run every 50 minutes after the fourth Birdhouse was set up. Must Haves: Level 5 Hunter Completion of Bone Voyage Quest 21 Construction for building Fossil Island bank chest (Hammer, 2 oak planks, iron bar, 5 nails) Plenty of birdhouses or logs (You can use the table to prepare the right amount of logs beforehand) Plenty of hops seeds (40 per run) If planning on using logs, you must have a hammer, chisel, & 8 clockwork in bank Digsite Pendants: Digsite Pendants are highly recommended (and required if doing farm runs as well) as they save a lot of time. You must have unlocked the Fossil Island Teleport (it takes like 2 mins) This section enables Farm runs. It will log in to do a run every 80 minutes (growth rate of herbs). Must Haves: YOU MUST HAVE RINGS OF DUELING TO USE FARMING - The script uses Castle Wars as a hub to re-gear for Farm Runs and BH Runs. This might change in the future. You must start the script in Castle Wars for now. If doing BH & Farm Runs, you must have Digsite Pendants as well. Seeds: You can choose specific seeds to use or choose the "Best in Bank" option. This option will automatically use the best seed in your bank which you can plant based on your farming level. If you want good exp, I recommend manually planting White Lilys in every patch (this protects all allotments). Then, turn off the flower seed option so you don't remove them and use a high level allotment seed like Snape Grass. Leprechaun: Here you can specify which type of compost you want to use (or none, but that would be dumb). Make sure your leprechaun has plenty of composts of the type you chose. Using the Plant cure option will make your player withdraw a Plant Cure from the leprchaun if he comes across a diseased patch which actually happens semi-frequently. Don't select this option if your leprechaun doesn't have plant cures. Equipment: Magic secateurs - Requires Fairy Tale Pt1, have in bank or equipped Amulets of bounty - These can save you some money if using snape grass seeds frequently, have a bunch in your bank if you choose this option Patches: Hosidius - Requires 31 Magic , a house in Hosidius, & House Tele runes OR you can select the Xeric's Talisman option which only requires a charged Talisman Camelot - 45 Magic & Camelot Tele Runes Ardougne - 51 Magic, Plague City Quest, Ardy Tele Runes Morytania - Ectophial, Ghost's Ahoy Quest Falador - 37 Magic , Fally Tele Runes There are going to be a lot more transportation options in the next release Other features: Empty Nests - this option will empty all of the ring/herb nests in your bank. Start next to any bank Buy hop seeds in Draynor - Buys Hops seeds from Olivia in Draynor and hops worlds. Have coins, 5 empty slots, & start in Draynor Market Required items & Start Location: The bottom of the GUI has a dynamic list of items & start locations that change based on your selected options It's quite simple: IF YOU DON'T HAVE OR RUN OUT OF ANY OF THESE ITEMS, THE BOT WILL PROBABLY HAVE SOME ISSUES. So stock up or turn options off based on what you have Known Issues & How to Fix Bot stops doing anything and logger has "java.lang.OutOfMemoryError: unable to create new native thread" Below are screenshots from 2 of my test accounts (both HC ironmen). All of the Hunter levels are from birdhouses (not a single trap set). Also, notice how low the slayer levels are which proves that I got the seeds from birdhouses and farming contracts only. The total money from tree seeds was actually a lot more but I used them for farming xp Uncut Video of Birdhouse Trip, Herb Run (8 Patches), and Farming contract in one script Paint is for testing purposes only (I'll make it much more aesthetic later) 2:36 Herb Run - 5:57 Farming contract Run This is what the final version of the bot will be like. Right now it is catered to my accounts so I need to make it more widely usable.1 point
-
thanks guys really appreciate it I just realized, this script needs to have looting bag, anti-pk and wildy support, I will add some wildy updates asap1 point
-
Total lost 15B on two of those accounts, my VPN disconnected as I was in process of transferring it. As the cash stack got on the account I immediately got flagged and banned 30 mins later.0 points
-
0 points