Leaderboard
Popular Content
Showing content with the highest reputation on 01/08/24 in all areas
-
Cheers, I will get to work on a new update then, thanks a lot for the feedback it helps make the bot even better2 points
-
2 points
-
Got asked how you could properly work with some Switch to scripts methods, in this video I showed an example, script I made would decide what skill it would pick, but ofcourse you can have your own variation or uses for Switch to script. Any questions, feel free to ask them here or in the PPOSB discord Start creating your own private scripts today!2 points
-
NEW 2024: supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 63 Hours Runtime!! Agility Shortcut 70 hours run time https://i.imgur.com/wiF6VPO.png1 point
-
Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports all rooftops (Draynor, Al-Kharid, Varrock, Canafis, Falador, Seers, Polivneach, Relekka, Ardougne) - Supports most courses (Gnome stronghold, Shayzien basic, Barbarian stronghold, Ape toll, Varlamore basic, Wilderness (Legacy), Varlamore advanced, Werewolf, Priffddinas) - Supports Agility pyramid - All food + option to choose when to eat - (Super) Energy potions + Stamina potions support - Progressive course/rooftop option - Waterskin support - Option to loot and sell pyramid top - 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 463:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename DISCORDFILE= discordSettings 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 manager you do not need to specify '-script 463'): -script 463:TaskList1.4515breaks (With breaks) -script 463:TaskList1.4515breaks.discord1 (With breaks & discord) -script 463:TaskList1..discord1 (NO breaks & discord, leave 2nd parameter empty) Proggies:1 point
-
If you would like to be verifed on our discord, please post here with your Discord # and unique ID! If you do not know how to find your unique ID click here If you are a sponsor, donor, staff member, or script writer, you will receive your rank on the Discord to match your rank on the forums! Discord Unique ID Introduction A Discord user's unique ID can NOT be changed by changing the username or the user tag (e.g. username#tag), which makes it a safe way to identify impostors & scammers, since no two users can have the same unique ID but they can have a similar username + tag combination. 1. Enabling Developer Mode: Enabling Developer Mode is easy. Open your Discord settings (the cog icon next to your name at the bottom left) and click on Appearance. There you will find Developer Mode. Click the toggle to enable it. 2. Getting the Unique ID: Getting the unique ID of a user is pretty easy. After enabling Developer Mode, all you have to do from now on is to right-click the user and choose the 'Copy ID' option. Example of a unique ID: 237302465416921098. Video Explanation: https://www.youtube.com/watch?v=1T0L4c9hWTo Double check UID: You can double check your UID here. https://discord.id/ Your profile should show up, as Maldesto's does.1 point
-
And this sweet drop while testing the script for update v254.0... 52 HOUR RESULT! 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
-
RUNNING 4 SESSIONS PER NODE NODE [2] WITH 4 MORE BOTS Showcase: 8 bots same time generating ~2.8m/hr which equals to roughly ~67m/day! 1 MULE PER MACHINE FAQ What is the script ID? 782 Can I run this bot with the Bot Manager? Yes, the parameters will be the saved file name in the setup window, you will see once you run the bot. Can I request features added to this bot? Yes, I am always listening to requests and adding new features all the time!1 point
-
By Czar 99 in one go!!! Multiple 99s in 1 sitting!!!!! Features List - Supports 4 locations, with randomisation options (Randomise all, randomise north-only, randomise south-only) - Supports taking the axe for woodcutting, if not already equipped/held - Supports taking all equipment including Tinderbox, knife, unfinished potions from crates - Prepares for matches early, and waits around the brazier if you selected to light them (For +25 initial points) - Supports waiting at the safezone after winning the match (at 500 points) to preserve food - Supports training agility via the northern agility steppe - Knows exactly which external actions interrupt your current action, and plans accordingly - Identifies cold snaps and either avoids them completely, or randomises between avoiding and tolerating them - Allows you to fletch logs before burning them for a more balanced experience gain - Choose to optionally switch to other sectors if pyromancer is dying - Identifies pyromancer health, brazier repaired, brazier lit at all times - Knows exactly how many points our current inventory holds (in terms of burning logs) - Gets 1-50 firemaking: locked to maximum of 50 firemaking, and locked to Grand Exchange only. - Buys a player-owned-house via the Varrock Estate agent if you don't already own one (Optional) - Identifies if the account has visited Zeah before, and plans ahead. - Will travel to Zeah by ship to unlock it for newer accounts (Highly useful for goldfarming!) - Resupplies food, jewellery and teleports via the Grand Exchange - Teleports to Grand Exchange supported: Ring of wealth, Varrock teleport tab, Varrock spell (runes only!), Amulet of glory, Home teleport (Lumbridge/Edgeville) - Teleports to Wintertodt Camp supported: Games necklace, walking - Allows you to filter and join matches when a certain % of the game is already active, so wait for next match if below X% - Either holds onto crates, banks them or opens them - up to you! - Supports choosing your own food, choosing when to eat (eat %), choosing minimum to leave match for, and amount to withdraw - Upgrades to pyromancer gear when applicable - Identifies when you get a Phoenix pet - Buys warm clothing that your account is able to wear, filters by skill requirement. - Stop notifications tab (similar to Perfect Fighter): allows you to choose when to stop the bot, or when to alert/notify you - Stop the script at ANY moment in time, after X minutes/hours/seconds, after X wins, after X item gained (pet too!), after X experience gained & more! Buying Warm Clothing (3 missing pieces)! Results1 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. $9.99 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
-
Buy now lifetime (only $4.99!) by Czar Proggies: Instructions There are no instructions. We do the all the work for you. CzarScripting™ Tips Make sure to set food in your setup window! Don't bot more than 12 hours a day! It's not humanlike! Features: - All locations supported, including Crab Claw Isle - Banking support - All combat types supported (ranged, all ammo + ranging types, including looting) - Activity Slider -- choose 4 different activity settings from: (Afk my position, Afk any generated position, Attack visible/active crabs only, Full activity/attack all) - Aggression Slider -- choose from 4 different aggression settings: (Only retaliate to crabs, Attack people's crabs when none are found, Attack all crabs, ONLY attack other people's crabs) - Tasked levelling - allows you to set level goals and switch attack styles to raise different skills, e.g. set goals to 50 70 70, from current stats 44 51 55, it will reach the goal stats. - Skill Priority: you can choose in which order to raise the stats, e.g. lowest first, nearest to goal first, top->bottom, bottom->top, level-up evenly, etc. - Customized Stop Conditions: stop script when a certain condition is met, e.g. reached goal stats, killed X crabs, time passed, ran out of equipment, items, etc. - Simple (on user's side) inventory layout chooser consistent with all my scripts -> 1 button copies inventory layout and saves it - World hop support, with player count chooser -- World hop customization: allows you to choose which tile to hop worlds from -- Break tile chooser: allows you to choose which tile to break on, ~3 minutes before breaks trigger - 'Non-botting' mode (very popular): allows you to afk the script and technically not bot at all: the script will display jframe popups (and beep) when crabs are no longer aggressive which will prompt the user to manually refresh the crabs by walking up - Item looting, including rare drop table option - Potion support (all potion types) - Crab refreshing by walking out of the region Coming soon Anti-Crash detection (still need to pump out beta version) Gallery1 point
-
1 point
-
1 point
-
Thx Czar! This level of aftercare support is why I keep finding myself purchasing more of your scripts and keeping to yours exclusively.1 point
-
I AM AN IDIOT THANK YOU I appreciate you letting me figure it out a bit it has been solved1 point
-
eli5: create a list of worlds you want to hop to, iterate through that list's index, hop to worldList[x]1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Will check it out! EDIT: Added both extended and extended super antifires tot he upgrade potion list in V2.11 Live soon!1 point
-
You obviously have to put that variable outside the onStart to use it in the onPaint Just like u did with the background variable1 point
-
TY! I'm not far enough into my botting journey to know of the most useful locations to be honest, but when i was fishing manually in draynor there was always a permanent camp fire by the fishing spot due to the wood cutters. I think a really cool addition - without knowing how difficult this is to code - would be to ask the bot to take 1x log out of the bank + the tinder box and appropriate fishing supplies the fishing spot; to create a fire upon a full inventory of fish; cook the fish upon said fire; run to bank, deposit, and repeat. This would be a wonderful addition for iron men accounts like my own but no drama if this is too much. If it is, perhaps just add a handful more cooking locations or something similar to what Khaleesi advertises. I also noticed when fly fishing in Lumbridge today it would click exactly the same spot on the mini map each time between the fishing spot and the bank, including running up the same stair case every time over multiple trips when both are equidistant from the entrance. I did worry that this could be a clear botting flag to Jagex, notwithstanding the other safety measures in your scripts. In any event, appreciate all your hard work on the scripts. I've now bought 4 in 24 hours and they're running almost flawlessly.1 point
-
Just closed mine out forgot to hit the screenshot,.. Did 20 hours this session, with breaks thrown in there. Just hit 83 ranged.1 point
-
This is the fourth of Czar's scripts i've purchased in 24 hours but having some problems. It completed the quests flawlessly, but now runs to the bank chest outside the mini game, opens it, and then nothing else happens. After some trouble shooting and enabling/disabling multiple settings, it seems to be whenever the 'use pouch' option is checked. Feels like it breaks the script and confuses the bot for some reason. Have also tried starting the script with the pouches already in my inventory and pouches already in the bank. It just won't move the cursor or make any further attempt to proceed once the bank tab is open. Anyone know of any fix? Edit: Upon further investigation, i wonder whether it was also linked to repair option, where the Contact NPC option was ticked, without the necessary magic levels. In any event, it just kept running to the bank upon starting the script and would just stare at the bank page until manually disabling the script.1 point
-
Hi Khal! I don't know if I asked trial before, but if I haven't, can you give me a chance?1 point
-
May I please get a trial of this. Have manyyy of your other scripts want to see if I can get an acc up while aching will be awesome for my farming builds.1 point
-
1 point
-
Czar Guardians is wonderfull for 99 rc plus gets that crafting level up to if you assemble guardians doing it on my HCIM1 point
-
@Czar I'm getting a recurring issue with the NMZ plugin. I ensure to sip the overload before starting and it will work for some time, then it randomly fails to sip absorption potions and I die. See the log here: [INFO][Bot #1][01/05 10:04:07 AM]: Unable to find the absorption points left interface(top left)! [INFO][Bot #1][01/05 10:04:07 AM]: The interface style must have been updated as we can no longer identify it! [INFO][Bot #1][01/05 10:04:07 AM]: Report to Czar immediately!1 point
-
1 point
-
1 point
-
Exactly! I'll be taking more screenshots, here's one of my rev accounts, I stop at 70 or 80 depending on my mood1 point
-
@Czar For the Barbarian Barbecue plugin: 1. Is there a way to launch it from the command line? 2. What do you think about adding this feature?: Buy flyfishing rod and feather packs from the Port Sarim fishing shop if you are missing either. 3. Would you consider making it queueable or not (because it's a plug-in)?1 point
-
Had a trial for this one , works excpetionally well. Constantly 90k Farming XP/hr , will definitely buy this when i focus on Farming, cuz i have no nerves for Farm runs, Great Script as usual Khaleesi!1 point
-
Try something like this in you onStart to load an image and draw that image in your onPaint public static File imageFile = new File(System.getProperty("user.home") + File.separator + "OSBot" + File.separator + "Data" + File.separator + "image.png"); try { BufferedImage image = ImageIO.read(imageFile); } catch (IOException e) { e.printStackTrace(); }1 point
-
drawImage(Image img, int x, int y, ImageObserver observer); It looks like you're inputting a null x coord, try doing g.drawImage(background, 300, 300, null);1 point
-
1 point
-
1 point
-
I've been using Warped Scepter without an issue... Have you tried adding it as one of your presets? (I used "Capture my gear" option.) Just bumping this up, Czar. Is there a way to get the bot to use potions? I have ranging potions in my inventory, but the bot ignores them... By the way, I've done ~300 chests now with no issues - so major props on a great script otherwise!1 point
-
Is it possible for the script to support the use of the Warped Scepter as a weapon without the recharging feature in the meantime? I can just charge it manually until you finish this feature.1 point
-
1 point
-
1 point
-
Yeh you can get a discount but it can only happen through a voucher, because the store doesn't have discount system ^^1 point
-
1 point