Leaderboard
Popular Content
Showing content with the highest reputation on 11/12/15 in all areas
-
8 points
-
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!4 points
-
I Just Bought the script without testing because I trust in Czar. Anyone know how long it takes for it to update and show i have the script?3 points
-
2 points
-
2 points
-
2 points
-
Small API for the new attack option stuff they introduced in the update today. Usage: AttackOptions.setNPC(this, AttackOptions.Option.HIDDEN); AttackOptions.setPlayer(this, AttackOptions.Option.HIDDEN); AttackOptions.getNPC(this) AttackOptions.getPlayer(this) import org.osbot.rs07.api.ui.RS2Widget; import org.osbot.rs07.api.ui.Tab; import org.osbot.rs07.script.MethodProvider; import org.osbot.rs07.utility.ConditionalSleep; import java.util.List; /** * Created by Flamezzz on 12/11/2015. */ public class AttackOptions { public enum Option { DEPENDS_ON_COMBAT("Depends on combat levels"), ALWAYS_RIGHT_CLICK("Always right-click"), LEFT_CLICK_WHERE_AVAILABLE("Left-click where available"), HIDDEN("Hidden"); String str; Option(String str) { this.str = str; } } private static boolean DEBUG = true; private static int[] CONFIGS = {1107, 1306}; private static final int CONTROLS_ROOT = 261; private static void debug(MethodProvider api, String str) { if (DEBUG) api.log(str); } private static boolean openControls(MethodProvider api) { RS2Widget controls = api.widgets.singleFilter( CONTROLS_ROOT, w -> w.getInteractActions() != null && w.getInteractActions().length > 0 && "Controls".equals(w.getInteractActions()[0])); if (controls == null || !controls.isVisible()) return false; return controls.getSpriteIndex1() == 762 || controls.interact("Controls"); } public static Option getNPC(MethodProvider api) { return Option.values()[api.configs.get(CONFIGS[1])]; } public static Option getPlayer(MethodProvider api) { return Option.values()[api.configs.get(CONFIGS[0])]; } public static boolean setNPC(MethodProvider api, Option o) { return getNPC(api).equals(o) ? true : set(api, o, "NPC 'Attack' options:", 1); } public static boolean setPlayer(MethodProvider api, Option o) { return getPlayer(api).equals(o) ? true : set(api, o, "Player 'Attack' options:", 0); } private static List<RS2Widget> getOptions(MethodProvider api) { return api.widgets.filter( CONTROLS_ROOT, w -> w.isVisible() && w.getInteractActions() != null && w.getInteractActions().length > 0 && "Select".equals(w.getInteractActions()[0])); } private static boolean set(MethodProvider api, Option o, String searchStr, int idx) { if (api.tabs.open(Tab.SETTINGS) && openControls(api)) { debug(api, "Opened controls"); RS2Widget child = api.widgets.singleFilter(CONTROLS_ROOT, w -> w.getMessage().equalsIgnoreCase(searchStr)); if (child == null || !child.isVisible()) return false; debug(api, "Found child [" + child.getRootId() + "," + child.getSecondLevelId() + "," + child.getThirdLevelId() + "]"); RS2Widget openOptions = api.widgets.get(child.getRootId(), child.getSecondLevelId(), 1); if(openOptions == null || !openOptions.isVisible()) { debug(api, "openoptions can not be found"); return false; } List<RS2Widget> options = getOptions(api); debug(api, "Found " + options.size() + " options"); if(options.size() != Option.values().length) { openOptions.interact(); debug(api, "Opening option list"); if (!new ConditionalSleep(5000) { public boolean condition() throws InterruptedException { return getOptions(api).size() == Option.values().length; } }.sleep()) { return false; } } debug(api, "Clicking option"); RS2Widget selectOption = options.get(o.ordinal()); return selectOption.interact() && new ConditionalSleep(5000) { public boolean condition() throws InterruptedException { return api.configs.get(CONFIGS[idx]) == o.ordinal(); } }.sleep(); } return false; } }2 points
-
2 points
-
Often you don't realize what you're doing at that moment and forget about the consequences. So yeah I believe it's possible.2 points
-
2 points
-
2 points
-
Breaks dont work on deadman mode since the 10 second timer doesn't let you log out.2 points
-
You got it! Looks like I have to wait an hour to send another PM since I'm new here, I'll be sure not to forget2 points
-
2 points
-
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
-
────────────── 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
-
1 point
-
'the intelligent choice' by @Czar Want to buy the bot, but only have rs gp? Buy an OSBot voucher here1 point
-
1 point
-
Also point out quests completed.1 point
-
Make sure to go in a populated world where there is a higher chance that the knight is trapped otherwise there is nothing else to do than spam click and follow the npc nothing wrong with the bot xD As for the cakes, that is strange, try another food perhaps it will work, although I tested with cakes and it ran fine, hmm hop worlds or give the client a restart and it will locate the npc better perhaps Anyhow, version 0.15 has improved routefinding and other miscellaneous updates. Been doing 55-99 in deadman mode with no problems, of course you may run into something unnatural but the bot can always handle the situation Prioritization is also included in that version, it will target the most populous player area, so whichever knight is closest, and has more players around it, will be prioritized over those that don't, update is in 0.15 too Also I am online 24/7 and making updates 24/7 so if anybody has any suggestions or ideas for this script just post them I will be adding rogues den safe cracking support by version ~0.181 point
-
Brother I've been running the script and it runs flawless. I just have some questions before purchasing: 1. I have looked everywhere for the buy kebab option in the setup screen but I cant find it 2. How do you set up the looting of items? I only see the following options on setup A. Hop worlds B. Anti-pattern C. Special atts D. Bones to peaches & E. Loot arrows1 point
-
1 point
-
1 point
-
I was wondering if I could request a free trial, i am really planning on purchasing but just need a quick test run.1 point
-
You'll probably know as soon as you log on but the script isn't working as of last update because the game controls tab changed.1 point
-
1 point
-
1 point
-
1 point
-
Males are design to mate with multiple females, to spread their genes. So yes, fuck some other girls right in the pussy.1 point
-
I cannot get this to work with iron throwing knifes. Whenever I start the script wielding the knifes it will not move. If I pause and wield my brine sabre it begins to work! Any thoughts Czar?1 point
-
1 point
-
1 point
-
1 point
-
EDIT : the script is now released, enjoy ! I have activated all trials ! let me know if any requests/errors/suggestions1 point
-
Because this script doubles as a range bot, could I ask for a few (not so easy) features to be included? (It'd benefit the magers too) -If npc is under attack already, do not try to attack it further. (seems to attack same target whilst already attacking) -Discontinue clicking on it when the npc death animation is occuring -If multiple npc's exist, don't always attack the closest one. (i'd guess this can be patternized) Lemme know if/when you do this. That would be fantastic. Because who wants to buy a zen aio fighter script anyway? edit: should change up click duration. i know sometimes my click is really fast and others are so slow that i could basically drag an item from one inventory slot to another ( i assume jagex is finding this pattern of same click durations)1 point
-
1 point
-
Hey Czar I have your experiments script and am loving it. Was wondering if I could get a trial for this script?1 point
-
Looking forward to the next update then Could you please tell me what option you have to toggle in order to run away from combat if attacked? Thanks.1 point
-
1 point
-
Gratz! Adding blackjacking would be absolutely amazing! I definitely need to buy one of your scripts soon!1 point