Leaderboard
Popular Content
Showing content with the highest reputation on 12/03/18 in Posts
-
In this video, I write the beginnings of an "AIO" Fighter script which can be extended in future videos. Feel free to use the source code for any purpose. Source code: import org.osbot.rs07.api.model.Item; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; import java.util.Arrays; @ScriptManifest(name = "10MinFighter", version = 1.0, info = "", author = "", logo = "") public class Driver extends Script { String npcName; @Override public int onLoop() throws InterruptedException { // 1. decide which type of npcs to attack if (npcName == null) { if (myPlayer().getInteracting() != null) { npcName = myPlayer().getInteracting().getName(); } else { return 500; } } // 2. attack them if (!myPlayer().isAnimating() && myPlayer().getInteracting() == null) { NPC next = getNpcs().closest(npc -> npc.getName().equals(npcName) && npc.isAttackable() && !npc.isUnderAttack() && npc.getInteracting() == null); if (next != null) { next.interact("Attack"); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return myPlayer().getInteracting() != null; } }.sleep(); } } // 3. eat food so we don't die if (myPlayer().getHealthPercent() < 50) { Item food = getInventory().getItem(item -> Arrays.asList(item.getActions()).contains("Eat")); if (food != null) { food.interact("Eat"); sleep(2500); } } // 4. (optional) loot and bank return 500; } } Previous tutorial:5 points
-
Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Task/progressive based setup - Cutting logs - Stringing bows - Bolt tips cutting - Assemble bolts - Tipping bolts - Assemble darts - Assemble arrows - Celastrus bark cutting - 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 1036: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 managers you do not need to specify -script 1036): -script 1036:TaskList1.4515breaks (With breaks) -script 1036:TaskList1.4515breaks.discord1 (With breaks & discord) -script 1036:TaskList1..discord1 (NO breaks & discord)2 points
-
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
-
CURRENT RECORD: 201 HOURS RUNTIME NEW: Sandstone mining + hopper support Humidify/water circlet/bandit unnote Ardy cloak tele support Setup Screen Preview Results 84 HOURS ON NEW LEVEL 20 ACCOUNT Suicided account with mirror mode near rock crabs, 81 mining! I will probably go for 99 Even supports Ancient Essence Crystal mining! Preview: Mine 1 drop 1 item drop pre-hover feature:1 point
-
Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Account builder mode to level your firemaking to level 50 or even higher. - Equips pyromancer gear option - Chopping and burning logs (base Option) - Relights brazier - Fletch option - Fix brazier option - Make potion and heal pyromancer when down option - Tons of food supported - Brazier swicthing when pyromancer is down - Advanced game settings to skip games, smart caluclate points, afk at certain points, ... - Bank or Open crates - Dragon axe special attack - Fletch at brazier option - Chop in safespot option - Worldhopping - 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 909: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 managers you do not need to specify -script 909): -script 909:TaskList1.4515breaks (With breaks) -script 909:TaskList1.4515breaks.discord1 (With breaks & discord) -script 909:TaskList1..discord1 (NO breaks & discord) Proggies:1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Good luck! I'm currently working on my skiller so will be interesting to follow your progress too!1 point
-
1 point
-
great script.. been using it alot low ban rate i just ecountered a little bug i hope for a quick fix soon when selecting seer's teleport as the script is done with a lap it always clicks on minimap walks abit then it clicks the teleport.1 point
-
1 point
-
Time to write a fighter script1 point
-
Really nice that your explaining it with voice aswell. thanks was entertaining to watch1 point
-
Hey man! I believe there is a premium fishing trawler script in the store. I would imagine that a private script for a mini game might be pretty expensive.1 point
-
Yea mirror mode is definitely the problem. Thought this bot was supposed to work in mirror mode though.1 point
-
1 point
-
1 point
-
Do you trials Fruity? Ended up just purchasing since it's the only one atm, hope everything is in working order1 point
-
have bought easily over 1.5b from him so far (need more btw hmu lol), always quick and easy. My primary go to for when i need gp.1 point
-
1 point
-
brb releasing mysteryyaiofighter Please make a paint 4 me too.1 point
-
Got me from 1-40 in about 6 hours with high alching. It did the different courses perfectly with no issues. Ill let you know if I get banned but it worked very good imo.1 point
-
1 point
-
Hey @Czar - Does this bot support potions? Like consuming energy/super energy/stam pots?1 point
-
I don't know bc I don't use mirror mode, If you don't use it though you might not get that error, bc i've never gotten it1 point
-
1 point
-
Yes i haven't ran it since i wrote that. Might do it again but i can't find where logs get saved on my computer for scripts. Where do i go?1 point
-
Are you using mirror mode? I've never had this issue and I bot there a lot actually1 point
-
The Sand crabs isle, the bot doesnt reset the sand crabs. 1 afk mode, 1 only attack my crabs (safe)1 point
-
Yea i agree with above comments. I gave this script a week and some change of not using so hopefully it would get better. I tried every option it just isn't working anymore. I need a woodcutting script soon so hopefully you fix it. Not trying to be a pest its just super slow and laggy. Takes forever to start up and cpu usage is real high.1 point
-
I've been using this script for a while now, and I've never had a ban with it actually. This is honestly a really good script, The only issue I've ever had was a while ago when using tasks, it would sit idle, but that's since been fixed ( or at least doesn't happen anymore). Would highly recommend this script to anyone who's thinking about buying it.1 point
-
1 point
-
can i have an trail i already have your ranging guild and perfect rock crabs. might buy this one to:) ty1 point
-
Having trouble saving scripts for specific pvm. As soon as I click "Save As" the program stops working. On a mac.1 point
-
@Czar You're making a website for this script? Let me know if you need help with it, I'm a web dev1 point
-
Using 40-60% cpu? as compared with other wc scripts that only use 10? something wrong? 2.5.281 point
-
I think it's because you're using a safespot. Because of this after every action it checks the tile, sees you're not on the safespot and walks back. Same problem happens when combining a safespot with a cannon. I'm afraid it's not something in your script but rather in the way it's coded1 point
-
Finally the update became live But the function, where the bots picks up all items in one row (For my settings, i'ts arrows, big bones, and 500gp+ items). doesnt seems to work.. ? Which functions should i use? Here is a video showing the issue:1 point
-
Hey man, about the Frankenstrain teleports: I had food in my inv all the times i tried so it didn't go bank, but it wasnt near to the fight area so it also couldn't go fight. My bad. I found another small bug though (for real this time): When it's set to stop when a certain task is completed, it tries to logout but cant because its less then 10 seconds since combat, and will start attacking monsters again right after. This is undesirable when fighting in slayer caves becuase it will keep clicking monsters it cant attack. Using kill count doesn't work there either because it sometimes miscounts by a few kills. A simple solution would be a short cooldown timer before trying to logout on task end. Hope it's not too much to ask, i really appreciate the script and this would make it much more usable for slayer tasks1 point
-
1 point
-
1 point
-
1 point
-
1 point