Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/16/22 in Posts

  1. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Multiple modes: Varrock - Walk to sawmill and bank Varrock - Walk sawmill / Varrock teleport (tablet) Varrock - Walk sawmill / Varrock telkeport (spell) Woodcutting guild - Banks for logs Woodcutting guild - Chop logs Castle wars - Balloon method / Ring of dueling Castle wars - Ring of elements / Ring of dueling POH butler mode Castle Wars - House teleport (Tab OR Spell) / Ring of dueling POH butler mode Camelot PVP - House teleport (Tab OR Spell) / Camelot teleport (Tab or Spell) - Potion support - Normal butler / Demon butler - 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 - 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 844'): -script 844:TaskList1.4515breaks (With breaks) -script 844:TaskList1.4515breaks.discord1 (With breaks & discord) -script 844:TaskList1..discord1 (NO breaks & discord)
    1 point
  2. Amazing script for agility got decent level on multiple accounts haven't had a single issue except for the prif course. For some reason. 2-3x the script got stuck in mirror mode and the agility obstacles were not highlighting green where the bot usually does before before the next obstacle is selected. I was unable to get a log because the client crashed x2. Not sure if it's an issue with mirror mode the script or just the client. I will update this with a log when I visually monitor it. And see it happen again.
    1 point
  3. 1 point
  4. Stuck withdrawing items for regicide after it correctly buys all necessary items. Any idea what I'm doing wrong? yes this is my issue as of 10/15 right now
    1 point
  5. Hey Khal, it's really nice to see you are still active. I have this script, and I am considering using it on my main. What would you suggest for breaks and is this even a good idea?
    1 point
  6. Been running it for 100h+ hours until teh update today and I saw it walking to the roots sometimes, I will check that but that's not even considered a bug... Double clicking sometimes in fact has it's reasons bcs of the dmg you take. So "Alot of bugs can be seen" as you stated in a few posts back is completely bullshit if you ask me or any other user who is using it for the past weeks
    1 point
  7. import org.osbot.rs07.utility.ConditionalSleep; import java.util.function.BooleanSupplier; public final class Sleep extends ConditionalSleep { private final BooleanSupplier condition; public Sleep(final BooleanSupplier condition, final int timeout) { super(timeout); this.condition = condition; } public Sleep(final BooleanSupplier condition, final int timeout, final int interval) { super(timeout, interval); this.condition = condition; } @Override public final boolean condition() throws InterruptedException { return condition.getAsBoolean(); } public static boolean sleepUntil(final BooleanSupplier condition, final int timeout) { return new Sleep(condition, timeout).sleep(); } public static boolean sleepUntil(final BooleanSupplier condition, final int timeout, final int interval) { return new Sleep(condition, timeout, interval).sleep(); } } Usage: Sleep sleep = new Sleep(() -> myPlayer().isAnimating(), 5000); sleep.sleep(); Or: Sleep.sleepUntil(() -> myPlayer().isAnimating(), 5000);
    1 point
  8. I'm posting here all the configs people provide in comments. Would be nice if this could be sticked. Tutorial Island Sheep Shearer Cook's Assistant Romeo and Juliet Ernest the Chicken Restless Ghost Witches Potion
    1 point
  9. Profile of Darren: https://osbot.org/forum/profile/222172-darren/ What happened: He was supposed to carry out services on my pure, paid him 150m upfront. he started training but then cash was gone and he is no longer replying. Don't think he's meant to scam but he just hasn't been on in a while, I have waited a month for him to reply and don't want to wait any longer. All messages were via PM, and i've reported them with the note dispute on them.
    0 points
  10. Mirror Mode (V.I.P.) or Bust. Stealth is horrendous for bans as it injects code directly versus overlaying it w/ an official client. Stealth is only good for afk'ing and maybe testing scripts tbh. TL;DR Stealth = Instaban | Mirror Mode = Profit
    0 points
×
×
  • Create New...