Leaderboard
Popular Content
Showing content with the highest reputation on 11/12/15 in Posts
-
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
-
1 point
-
CLICK BELOW TO ADD MY SKYPE RIGHT CLICK PROFILE AND VIEW IT- MAKE SURE IT SAYS "pinkclay1" and nothing else OR PM ME ON SYTHE IF U GOT AN ACC (safer) OFFICIALLY THE FIRST AND ONLY ONE ABLE TO DO PURES EFFICIENTLY U READ THAT CORRECT IM OFFICIALLY CAPING MAX 1 DEF ACCOUNTS AND ZERKERS TBOW ONLY FOR THIS BUILDS 1 Def capes and 45 def have a certain TOS/Rules #1 INFERNO CAPE SERVICE 30+ Capes completed Mains✔ Zerkers✔ 1Def Pures✔ Ironman✔ Pets ✔ HARD CORE INFERNO(comes out next year)✘ Stats Needed: 90+range 94 magic+ 90+hp 43+prayer -DO NOT NEED SGS! Gear: Tbow/ACB(more expensive) TEAMVIEWER(tbow only): AVAILABLE FOR PEOPLE WITH FAST CONNECTIONS PM ME -->IM NOT RESPONSIBLE FOR ANY BANS/REMOVAL OF CAPEs<-- IF IM NOT ON AND U NEED QUESTIONS JOIN DISCORD AND USE MY BOT IT HAS ALOT INFORMATION ABOUT CAPES OR IF YOU NEED TIPS ON HOW TO DO CAPES ILL TRY TO HELP IF YOU WANT TO TALK ON DISCORD YOU HAVE TO PM ME YOUR DISCORD # DO NOT LET ANYBODY CONTROL YOUR COMPUTER WITHOUT YOU CONFIRMING ITS ME YOU TALKING TO ON SKYPE!!! NOW DOING THROUGH TEAMVIEWER ( will cost alot more)- CAPE STRAIGHT FROM YOUR OWN IP -TBOW ONLY FOR THIS OPTIONS TeamViewer – Access your computer remotely and share your desktop with friends – it’s free for personal use! I blocked everything for safety ---->FOR INFERNO CAPES I HIGHLY ADVICE PAYING VIA BTC OR OTHER IRL METHODS INSTEAD OF GP SO THERES NO INGAME TRADES<---- PROOF OF CAPES WILL BE SHOWN UPON REQUEST (safety measure) CLICK BELOW TO ADD MY SKYPE RIGHT CLICK PROFILE AND VIEW IT- MAKE SURE IT SAYS "pinkclay1" and nothing else OR PM ME ON SYTHE IF U GOT AN ACC (safer) I CAN LIVE STREAM THE WHOLE CAVE THROUGH SKYPE JUST ASK NO BANK PIN IS NEEDED [/quote]1 point
-
1 point
-
Would like to comment my feedback on this. I received a 6 hour trial, I currently have a 3 hour session without no problems. and I can say this is the best Rock Crab script I've ever used, I would recommend it any day and I feel safe leaving it on overnight. I will be purchasing this sometime tomorrow when I get money, best Rock Crab script on the market, do not hesitate to buy. Keep up the good work APA!1 point
-
1 point
-
1 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
-
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
-
I wouldn't want my girlfriend to cheat on me so i wouldn't want to cheat on her, simple as that. Loyal men are real men.1 point
-
1 point
-
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
-
Okay I added an update for that it will know how to get back in position, apologies ! Fixed :1 point
-
1 point
-
1 point
-
1 point
-
For some reason, the bot is only running for 5-10 mins then stopping? i have everything required and please czar don't say set it up correctly :P been using this for month's and i only post on this thread when an issue arises running version 2.4.2 anyone else having issues? Issues have only just started within the past hour, been running 48hr straight before now1 point
-
Hello! I liked this thread, can i try this beautiful looking script for 24H on my shiny VPS before buy?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
-
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