Everything posted by Khaleesi
- Khal AIO Thieving
-
Khal Wintertodt
Enjoy! Ya sure does there are always banns after an update, delayed banns of the days before ^^ Enjoy!
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
-
Khal AIO Agility
Shorter bot times, 2h is pretty long without a break
-
How come my bot won't run (at all) when I start it in OSBot
You can't initiliaze a Player object like that, you have to do it in the onStart method. package SnootsAnchovyFisher; import org.osbot.rs07.api.map.Area; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.api.model.Player; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; @ScriptManifest(version = 0.1, logo = "", info = "Simple Anchovy fisher & cooker", name = "Snoots' Anchovy Fisher", author = "Snoots") public class Main extends Script { // @NAME: Areas // @DESCRIPTION: All the areas we will be using private Area fishingArea = new Area(3266, 3149, 3278, 3139); private Area bankArea = new Area(3271, 3161, 3269, 3173); //This boolean determines if the player has chosen the fishing option or not static boolean isFishing = true; public Player bot; // @NAME: Fishing Function // @DESCRIPTION: This method stores the code for the fishing bot public void fishingFunction() throws InterruptedException { NPC anchovyFish = getNpcs().closest("Fishing spot"); //If bot is at the fishing area & not interacting with the anchovies, then interact with them if(fishingArea.contains(bot)) { if(anchovyFish != null) { if(!bot.isInteracting(anchovyFish)) { if(anchovyFish.interact("Small Net")) { sleep(random(5000, 1000)); new ConditionalSleep(25000) { @Override public boolean condition() { return !bot.isInteracting(anchovyFish) || !anchovyFish.exists(); } }.sleep(); //If a dialogue opens up, click continue } if(dialogues.inDialogue()) { dialogues.clickContinue(); } } } //If bot is not at the fishing area, then walk to the fishing area } else if(!fishingArea.contains(bot)) { walking.webWalk(fishingArea); } } // @NAME: onStart function // @DESCRIPTION: Script gets executed once everytime the bot starts @Override public void onStart() { log("'Snoots' Anchovy fishing & cooking' has been started."); bot = myPlayer(); } // @NAME: onLoop function // @DESCRIPTION: Script loops whatever is inside this method @Override public int onLoop() throws InterruptedException { if(!getInventory().isFull() && isFishing == true) { fishingFunction(); } return 1000; } // @NAME: onExit function // @DESCRIPTION: Script gets executed once everytime the bot stops @Override public void onExit() { log("'Snoots' Anchovy fishing & cooking' has stopped."); } }
- Khal Undead Druids
- Khal Wintertodt
-
Khal AIO Fisher
It's something I can't change atm, it's a client issue with some broken hook and the devs are aware. They said it would be fixed asap. What exactly do you mean by this? when does it click the floor? "The other thing it will say "Chasing fish shoal" and will just constantly click the floor on the exact same tile looking very suspicious."
-
Khal AIO Agility
Ya break settings are usually the key nowadays. Short sessions work great ^^
-
Khal Wintertodt
Ya could be bad luck I wouldn't recommend botting overnight though, throws off your playstyle by a lot
-
Khal AIO Agility
Well Most people who sell these 99 agil accounts are using my scripts, they get 99 agil in about 25-30 days. It's not really high bann rate if you find out the correct settings, Same goes for every script really
-
Khal Motherlode
Ya is a client issue atm, should be fixed soon! Have fun!
- Khal AIO Agility
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
-
๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
Not doing trials on that script sorry ๐
-
Khal AIO Agility
Aglity isn't a high bann rate skill really, you just need to get more breaks in, short sessions with short breaks work betetr then long bot time with long breaks
- Khal Motherlode
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
-
Khal Woodcutter
Have fun!
- Khal AIO Fletcher
- Khal AIO Fletcher
-
Khal AIO RuneCrafter
I'm aware and so are the devs, not much I can do at that atm
- Khal Mort Myre Fungus
-
Khal AIO Fletcher
You already had a free trial? ^^
- Khal AIO Magic