Leaderboard
Popular Content
Showing content with the highest reputation on 06/12/18 in Posts
-
Due to the absence of a good free (sand)crab killer, I decided to make my own to train my pure. I used it from 50 attack to 75 attack on my SotD pure, and it seems to work well, although I'm up for changes based on feedback, if you guys have any. I've taken note how I use sandcrabs when I play normally, and translated that into code as best as I could. It does: - AFK at any location (you can set this in the GUI, and paint will reflect the spot) - Bank at any location (Similar to location selection) - Eat whatever you want it to (set it in GUI) - Eat at human-like intervals (sometimes at 70%, sometimes at 20% etc, but always up to 90-100%) - Have human-like waiting patterns. Sometimes it quickly reacts to losing aggro, sometimes it'll sit there for a minute (just like a human would) - Reset to any location (set in GUI, paint will reflect the spot) - Show XP/h and total gained for whatever combat skill you use - Work for sand-/rock-/ammonite crabs, as the user can set any location they want It doesn't: - Use pots - Drink wines - Hop if someone crashes you - Loot It might with next update (Probably not anytime soon...Account got banned (not from this script though) and now I have very little motivation to update this) : - Loot fossils - Accept wine as a food - Add better resetting mechanics - Add some normal (Gaussian) distributed input to avoid log-outs Changelog: Version 1.0 Now supports banking! User can now input when they want to eat Fixed error script not properly eating The things it does not do can potentially be added. Just let me know how it performs The script can sometimes idle for a few minutes! This is by design, as to mimic a human player doing sandcrabs. the paint will indicate how long it will stand around for, before resetting (this is different each time!) CatsSandCrabber V1.0.jar Maybe give this a like so I know people actually use it!5 points
-
This is an AIO (All-in-one) bot that has almost every thieving style except blackjack, ask for a free trial by liking thread or making a post! Vyres and elves are now supported! Both can make solid profit per hour, decent passive income! BIG THANK YOU TO ALL OUR SUPPORTERS! WE ARE THE MOST SOLD THIEVING BOT IN OSBOT HISTORY. MOST REPLIES, MOST USERS, LONGEST PROGGIES #1 Thiever | Most Overall Sales | Most Total Replies | Most Results | 10+ Years Maintained | 'the intelligent choice' by Czar SUPPORTS VYRES 224M made in a single sitting of 77 hours 1.1B made from elves and vyres!! ELVES SUPPORTED TOO! (NEW) 2.1m/hr, 6 crystals in 7 hrs 99 THIEVING MANY MANY TIMES, 35M EXP IN ONE BOTTING RUN!! 99 thieving in ~43k xp (12 minutes remaining)! Just got 99 proggy! Gratz to @iz0n THIEVING PET AT LVL 22 FROM TEA STALLS 11.5 HOURS, WITH PET TOO!! 610k/hr getting 99s on deadman worlds!2 points
-
You should probably make it an Array of String (Arrays hold multiple instances) public String[] nameOfLoot; And split the content of your text field on your comma separator btnNewButton.addActionListener(e -> nameOfLoot = textField.getText().split(","));2 points
-
2 points
-
if you want to talk about bulk gold and you can be more realistic with your price, Skype = Gizablow2 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
-
by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache1 point
-
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 results1 point
-
The only Runecrafting bot you will need Purchase this INSANE bot here You can setup a master account (preferably your main account, can be any account) and a worker account (a throwaway bot account, or any account) will trade the master account and go to bank to get more runes etc. The main account (master) does not need to bot, and can be achieved through the normal RS client without a bot client. Supports: Air runes (1) (normal) & (abyss) Mind runes (2) (normal) & (abyss) Water runes (5) (normal) & (abyss) Earth runes (9) (normal) & (abyss) Mud runes (13) (earth altar) Lava runes (23) (fire altar) Fire runes (14) (normal) & (abyss) Body runes (20) (normal) & (abyss) Cosmic runes (27) (normal) & (abyss) Chaos runes (35) (normal) & (abyss) Astral runes (40) (normal) & (abyss) Nature runes (44) (normal) & (abyss) Law runes (54) (normal) & (abyss) Blood runes (abyss) & (zeah) Auto Arceuus Favour Solver Gets 100% arceuus favour for you Auto GE Restocking Sells runes, buys more supplies automatically Auto-equips chosen armour/robes Use Blood Essences Death Handler gets items from Death's office and repeats (Abyss) Glory mode, ferox mode, house spell/tabs Avoids pkers and hops worlds Uses mouse invokes for quicker runecrafting (stealth) Muling (BETA) will give money to your mules every X hours or profit Creates colossal pouch if you have the needle Results and screenshots1 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
-
24 hour progress report!! Setup Window Highly intuitive and visual, and easy to use! Portal Prediction knows which portals are going to drop - prioritises them! Full Void in <24 hours It takes only 850 points for full void, go go go! Screenshots & Results1 point
-
Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Account builder mode to level your firemaking to level 50 or even higher. - Equips pyromancer gear option - Chopping and burning logs (base Option) - Relights brazier - Fletch option - Fix brazier option - Make potion and heal pyromancer when down option - Tons of food supported - Brazier swicthing when pyromancer is down - Advanced game settings to skip games, smart caluclate points, afk at certain points, ... - Bank or Open crates - Dragon axe special attack - Fletch at brazier option - Chop in safespot option - Worldhopping - CLI support for goldfarmers Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 909:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form (Note that with some bot managers you do not need to specify -script 909): -script 909:TaskList1.4515breaks (With breaks) -script 909:TaskList1.4515breaks.discord1 (With breaks & discord) -script 909:TaskList1..discord1 (NO breaks & discord) Proggies:1 point
-
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
-
Price: ONLY $7.99 LIFETIME PURCHASE (Click to Purchase) Only have RSGP? Buy an OSBot voucher HERE. COMMENT ON THE THREAD FOR A 1 TIME 24 HOUR TRIAL Features Arrows Darts Bolts Cutting Stringing Task Scheduling Customizable script speed Script fatigue Feature Highlights Task Scheduling Script Speed Customization Progress Reports Command-Line Interface (CLI) osFletcher currently supports CLI! There is currently 1 parameter required, which is the name of your properties file Example: This will load config.properties from your OSBot/Data/osFletcher folder, the properties file can be named whatever you like, in case you would like multiple setups for different bots Dynamic Signatures And Leaderboards To create your dynamic signature, or to view the leaderboards, visit: http://battleau.net/osFletcher/1 point
-
How to fix OSBot when it won't start 1. Confirm you have Java 8 installed: 2. Confirm java will open OSBot: Windows: Linux / Mac OS: 3. If OSBot opens using the above commands, try running this software, it will attempt to fix your .jar file, allowing you to open it by double clicking.1 point
-
1. Have an internet connection 2. Go to http://sig.grumpybumpers.com/ 3. Create an account 4. Paste the link of the images you would like your signature to rotate through 5. Copy the link at the top of the page in to your signature 6. Now every time the page is refreshed you will randomly get one of the images loaded from step 4 Don't be a pleb and hit that thanks button1 point
-
1 point
-
it's about as much of a reasonable offer as the 45m/zulrah account this guy is offering1 point
-
1 point
-
1 point
-
45M without the quests and agility and defence and magic and range levels.. right?1 point
-
100% should use power surge with G Maul at the center loc. So typically you will get that error when something you ticked doesn't match up. So I personally used to get that when I forgot to add coins to the coffer, or if I say to use something that isn't in my bank (prayer pots). I've found it easiest to ignore the total in the bottom right corner and calculate in my head (add up the amount of items you input, if it adds up to more than 28 something needs to be reduced).1 point
-
thank you, and like i said ive been running forever no bans so dont change too tooo much lol1 point
-
i always check "enable 1 tic" but im not sure what it does lol , anyway it works like a charm. i started at 671 point
-
1 point
-
Hello, I have a use case in which I need the account to log off and STAY logged off for a few minutes, then log back in. Is it possible somehow to disable the auto login, and then re-enable it whenever I need to? Thanks, Blurp1 point
-
Learned to code here many years ago now. Since then I've of course developed my understanding and interest in programming beyond Java and OSBot - learning here was a great starting point! I played RS since around 2006~. When oldschool was released, I played for a short while before trying botting, at which point I diverted my attention to scripting instead of playing the game. Scripting was more enjoyable! Now I no longer play the game, I only log in to write/test scripts. -Apa1 point
-
1 point
-
1 point
-
It will entirely depend on the botting you're doing and how well you manage it. My general rule is do not bot on accounts you do not want to get banned (mains usually) Bot less than 6 hr a day Break at least once every hour for more than 10 min Work out which scripts work, and which ones don't IP/Chain Bans are only for RWT'ers / unlucky botters - these are not a standard Jagex response Previous history could impact future actions but most likely does not (i have a number of acc's with a temp ban at 1m total exp - now 45-50m exp totally botted) This would imply that rules 2-4 are the main determinants of a botting ban (outside of player reports which are another area all together) Do not believe a lot of the BS on here about how Jagex issues bans. I would suggest learning on your own. Many things people say on here are in complete contradiction to my experience (temp bans vs perm bans for eg). In my experience this is not about your ban-history but about the nature of the activity you were doing when you were banned. Player Report vs System Triggered I have probably lost like 25 accounts to the banhammer learning the above, my suggestion would be do not bot ur main but start new accounts to learn and when your comfortable with a script, rules 1-3 should help you avoid the hammer. I have 5 accounts which i have botted everyday for the last 3 months without a ban so this is working well1 point
-
Script working great so far. Got around 50k exp p/h before blowpipe and now with blowpipe i'm getting around 114k exp p/h(86k range, 28k hp). Running ovl, rockcake, abs pots on 1 def pure (max range gear for 1 def pure).1 point
-
1 point
-
Reflection is blocked by default in OSBot scripts1 point
-
70 atk/str/def/range/prayer and 60 agility + full graceful from APA sand crabs, APA rooftops and GILDED ALTAR1 point
-
1 point
-
So far doing like 4 hour sessions twice a day, seems like its one of the top bots on the site for sure. Feels good knowing no one can report you either1 point
-
1 point
-
He added me but hasn't said anything yet ? thanks for recommendation tho.1 point
-
It worked! Thank you very much! I have a question though, does this script support rune pouches? It banks mine automatically. So as a work around for now im using mist staff, tomb of fire, and astrals in invo. But it'd be nice to have a rune pouch to save some money on the tome of fire!1 point
-
Hey bro every time it gets to alter it doesn't click it I have to click it but it does everythingelse1 point
-
I mean you can't move 60B without Jagex noticing, and they probably will make more in the long run from their stream. Depends on who and what their channel size is, wouldn't be surprised if a couple do1 point
-
1 point
-
1 point
-
1 point
-
You have a vouch from one guy with TWC stating that you sold him 1M You have a vouch from an ex mod stating that he sold you a $45 donor rank. You have vouches from other people for the free quests/services you were offering building rep. Nothing about anything you have done on Sythe proves you're trusted/trustworthy. I'm not here to shit on you, I'm here because you're telling people that you're trusted off-site which is an obvious lie and I just want you to realize that in case you weren't sure and thought that buying a donor rank from an ex mod makes you trusted.1 point
-
1 point
-
currently doesnt bank, start at the desired sandcrab spot with an inventory full of tuna ^.^ will consider making this one nice if its well recieved sandCrabber.jar1 point