Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/03/18 in Posts

  1. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    6 points
  2. 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
  3. 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
  4. Setup Screens Smithing Mode Results & Show-off
    1 point
  5. ────────────── 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
  6. 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
  7. 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
  8. I see, Well I think the new one is a bit more simple and cleaner ^^
    1 point
  9. It's not necessarily bad but the old one was 10x better
    1 point
  10. Nice release. Always good to see new scripts added to the community!
    1 point
  11. Congrats on the release!!
    1 point
  12. 1 point
  13. Yoooooooooooooo good shit Khal congrats on release
    1 point
  14. Good luck! I'm currently working on my skiller so will be interesting to follow your progress too!
    1 point
  15. Thanks, much appreciated
    1 point
  16. 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
  17. Really nice that your explaining it with voice aswell. thanks was entertaining to watch
    1 point
  18. 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
  19. Yea mirror mode is definitely the problem. Thought this bot was supposed to work in mirror mode though.
    1 point
  20. Goodluck, always love seeing skiller threads
    1 point
  21. bought ur script using it. ill let you guys know how it is.
    1 point
  22. Do you trials Fruity? Ended up just purchasing since it's the only one atm, hope everything is in working order
    1 point
  23. 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
  24. good luck, gonna be interesting to follow you!
    1 point
  25. brb releasing mysteryyaiofighter Please make a paint 4 me too.
    1 point
  26. 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
  27. Ran for hours and it was flawless. Thanks for a killer script.
    1 point
  28. Hey @Czar - Does this bot support potions? Like consuming energy/super energy/stam pots?
    1 point
  29. 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 it
    1 point
  30. Gone fast! Might have some more next week! Dickie Any interest for a PS4 code?
    1 point
  31. 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
  32. Are you using mirror mode? I've never had this issue and I bot there a lot actually
    1 point
  33. The Sand crabs isle, the bot doesnt reset the sand crabs. 1 afk mode, 1 only attack my crabs (safe)
    1 point
  34. 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
  35. 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
  36. accounts with all 50 +/- stats running smoothly - cheers
    1 point
  37. can i have an trail i already have your ranging guild and perfect rock crabs. might buy this one to:) ty
    1 point
  38. Having trouble saving scripts for specific pvm. As soon as I click "Save As" the program stops working. On a mac.
    1 point
  39. @Czar You're making a website for this script? Let me know if you need help with it, I'm a web dev
    1 point
  40. Using 40-60% cpu? as compared with other wc scripts that only use 10? something wrong? 2.5.28
    1 point
  41. 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 coded
    1 point
  42. 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
  43. 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 tasks
    1 point
  44. just take some pots in your inv and script will automatically drink it
    1 point
  45. If you can add revs with anti-pk, this would be the best script on the market.
    1 point
  46. Jagex knows everything. They even know what kind of porn you jerk it too.
    1 point
×
×
  • Create New...