Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/18/17 in all areas

  1. This world is a crazy place. Your life can change in a moments notice, same goes for the ones you love. Being 21 years old and having already lost one parent, you learn that you can't take everything for granted. I lost my dad in 2002 due to liver failure. Being 7 at the time you don't understand what it really means but as you grow older you find out what it means not to see them again. Last night I almost lost my mom due to a drunk driver running a red light and t-boning her on the drivers side. It hits you hard when you first hear about it, start to lose your mind, not sure what to expect. Hoping you don't have to go through the same thing again. I'm not looking for sympathy. This is just a message for everyone here to make sure that your family knows that you love them, because they might not be there the next time you talk to them.
    8 points
  2. Someone asked me for the source, here you go: import org.osbot.rs07.api.map.Area; import org.osbot.rs07.api.model.GroundItem; import org.osbot.rs07.api.model.Item; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.api.ui.EquipmentSlot; import org.osbot.rs07.api.ui.Skill; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; import java.awt.*; import java.util.Arrays; import java.util.Comparator; import java.util.Optional; import java.util.function.Predicate; import java.util.stream.Collectors; /** * Created by Alek on 6/26/2016. */ @ScriptManifest(name = "Macro Killer", author = "Alek", version = 1.4, info = "Macro Killer", logo = "") public class MacroKiller extends Script { private boolean isUsingRanged = false; private Area combatArea; private String state = "State: Idle"; private Font titleFont = new Font("Sans-Serif", Font.BOLD, 10); private String ammoType; private int ammoRemaining = 0; private boolean isAvasEquipped = false; private int collectAmmo = 0; private Predicate<NPC> suitableNPC = n -> getMap().canReach(n) && n.getHealthPercent() > 0 && n.hasAction("Attack") && combatArea.contains(n) && !n.isUnderAttack() && getMap().realDistance(n) < 7; private Predicate<GroundItem> suitableArrowStack = g -> g.getName().contains(ammoType) && getMap().realDistance(g) < 4; @Override public void onPaint(Graphics2D g) { g.setFont(titleFont); g.setColor(Color.WHITE); g.drawRect(mouse.getPosition().x - 3, mouse.getPosition().y - 3, 6, 6); g.drawString("Macro Killer v1.5 - Written by Alek", 10, 250); g.drawString(state, 10, 265); if (isUsingRanged) g.drawString("Remaining " + ammoType + "s: " + ammoRemaining, 10, 280); } @Override public void onStart() { if (getEquipment().getItemInSlot(EquipmentSlot.WEAPON.slot).getName().contains("bow")) { Item ammo = getEquipment().getItemInSlot(EquipmentSlot.ARROWS.slot); if (ammo != null && ammo.getAmount() > 1) { ammoType = ammo.getName().toLowerCase().split(" ")[1]; isUsingRanged = true; } if (isUsingRanged) { Item item = getEquipment().getItemInSlot(EquipmentSlot.CAPE.slot); isAvasEquipped = item != null && (item.getName().contains("Ava's")); } } combatArea = myPlayer().getArea(6); } @Override public int onLoop() { if (getSkills().getDynamic(Skill.HITPOINTS) < (getSkills().getStatic(Skill.HITPOINTS) / 2)) { state = "State: Looking for food to eat"; Optional<Item> foodItem = Arrays.stream(getInventory().getItems()).filter(i -> i != null && (i.hasAction("Eat") || i.hasAction("Drink"))).findFirst(); if (foodItem.isPresent()) { state = "State: Eating food " + foodItem.get().getName(); foodItem.get().interact("Eat", "Drink"); } else { state = "State: No food remaining, logging out"; stop(true); } } else if (!getCombat().isFighting() || myPlayer().getInteracting() == null) { if (isUsingRanged) { state = "State: Checking equipment for " + ammoType + "s"; Item arrows = getEquipment().getItemInSlot(EquipmentSlot.ARROWS.slot); if (arrows == null || arrows.getAmount() < 10) { state = "State: Not enough arrows, logging out"; stop(true); return 0; } ammoRemaining = arrows.getAmount(); state = "State: Scanning ground for " + ammoType + "s"; java.util.List<GroundItem> arrowItems = groundItems.getAll().stream().filter(suitableArrowStack).collect(Collectors.toList()); arrowItems.sort(Comparator.comparingInt(GroundItem::getAmount).thenComparingInt(GroundItem::getAmount).reversed()); if (!isAvasEquipped && !arrowItems.isEmpty()) { if (arrowItems.get(0).getAmount() > 1 || ((collectAmmo = ~collectAmmo & 1) == 1)) { state = "State: Looting " + arrowItems.get(0).getName() + "(s) with a stack size of " + arrowItems.get(0).getAmount(); if (arrowItems.get(0).interact("Take")) { ConditionalSleep pickup = new ConditionalSleep(4000, 500) { @Override public boolean condition() throws InterruptedException { return !arrowItems.get(0).exists(); } }; if (pickup.sleep()) { if (arrowItems.get(0).getName().equals(getEquipment().getItemInSlot(EquipmentSlot.ARROWS.slot).getName())) getInventory().interact("Wield", arrowItems.get(0).getId()); } } } } } state = "State: Searching for monsters to kill"; java.util.List<NPC> npcs = getNpcs().getAll().stream().filter(suitableNPC).collect(Collectors.toList()); if (!npcs.isEmpty()) { npcs.sort(Comparator.<NPC>comparingInt(a -> getMap().realDistance(a)).thenComparingInt(b -> getMap().realDistance(b))); if (npcs.get(0).interact("Attack")) { state = "State: Attacking " + npcs.get(0).getName(); new ConditionalSleep(3000, 500) { @Override public boolean condition() throws InterruptedException { return !npcs.get(0).exists() || npcs.get(0).isUnderAttack(); } }.sleep(); } } } return 500; } }
    5 points
  3. We dont mind the one in your avatar seeing as its a bit less obvious but we have an issue with the one in your signature. We do play runescape, yes. You should also know that there are underage people who play runescape too. We at osbot don't entertain the idea of nudity otherwise most people would have a nude signature/avatar. You might say yours is a cartoon but if we let you carry on with that "cartoon penis" we'd have to make exceptions for other people as well, which we wont be doing. Regarding your refund for lifetime sponsor, if you genuinely believe you'll be refunded for us not allowing you to have a penis as your signature, you're mistaken. Also, next time you have an issue or concern like this please PM one of the staff members.
    5 points
  4. Bot farming is extremely competitive, very few people are keen on sharing anything too special about their success. Start small, experiment, trial & error, see what works for you. Try and behave as humanlike as possible when playing, utilize OSBot's Mirror Mode feature, use breaks, etc. Get more "reckless" over time, and get away with as much as you can. Everyone finds their own preferred methods and techniques after practice. Jagex has stepped their anti-botting game up a lot since the "glory days" of the early 2000s, but lots of people are still able to successfully farm with enough practice. GL, Happy Botting.
    4 points
  5. β™”CzarScripts #1 Bots β™” Proven the #1 selling, most users, most replies Script Series on the market. Big THANK YOU to all our wonderful users and supporters over the 8 years, we couldn't have done it without you. Czar Bots have always been the Best and the most Feature-rich bots available with the most total sales in OSBot history. Come and find out why everyone is choosing Czar Bots today. β™” LATEST BOTS β™” If you want a trial - just post the script name and it will be activated after I hit 'like' on your post Requirements: hit 'like' on this thread
    3 points
  6. Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4.99 for lifetime access Features: All spawns - Supports every multi-crab spawn point both along the south coast of Zeah and Crab Claw Isle All combat styles - Supports Ranged, Magic and Melee combat training. The script will not bank runes of any type Saving GUI - Intuitive, re-sizeable and fully tool tipped GUI (Graphical User Interface) allowing you to tailor the script session to your needs, with configuration saving / loading Human replication - Designed with human simulation in mind - multiple options to replicate human behaviour available in the GUI Setup customiser - Inventory customiser allows you to visually see your trip setup CLI support - The script can be started from the command line All potions - Supports all relevant potion types (including divine potions!), multiple potion types simultaneously and varying potion ratios Healing in a range - Dual slider allows you to specify a range within which to consume food. Exact eat percentages are calculated using a Gaussian distributed generator at run time Healing to full at the bank - When banking, the script will eat up to full hit points to extend trip times Safe breaking - Working alongside the OSBot break manager, the script will walk to safe place approximately two minutes before a break starts to ensure a successful log out Anti-crash - Smart crash detection supports multiple anti-crash modes (chosen in the GUI): Hop worlds if crashed - the script will walk to a safe place and hop worlds until it finds a free one, at which point it will resume training Force attack if crashed - the script will fight back and manually fight pre-spawned sand crabs until the crasher leaves Stop if crashed - the script will walk to a safe place and stop Ammo and Clue looting - Clue scroll and Ammo looting system based on a Gaussian-randomised timing scheme All ammo - Supports all OSRS ammo types and qualities Spec activation - Special attack support for the current weapon to maximise your exp per hour Auto-retaliate toggling - The script will toggle auto-retaliate on if you forget Move mouse outside screen - Option to move the mouse outside the screen while idle, simulating an AFK player switching tabs Refresh delay - Option to add a Gaussian-randomised delay before refreshing the chosen session location, simulating an AFK player's reaction delay Visual Paint and Logger - Optional movable self-generating Paint and Timeout Scrolling Logger show all the information you would need to know about the script and your progress Progress bars - Automatically generated exp progress bars track the combat skills that you are using Web walking - Utilises the OSBot Web alongside a custom local path network to navigate the area. This means the script can be started from anywhere! Safe banking - Custom banking system ensures the script will safely stop if you run out of any configured items Safe stopping - Safely and automatically stops when out of supplies, ammo or runes Dropping - Drops useless/accidentally looted items to prevent inventory and bank clutter All food - Supports pretty much every OSRS food known to man. Seriously - there's too many to list! ... and many more - if you haven't already, trial it! Things to consider before trying/buying: Mirror mode - currently there appear to be some inconsistencies with behaviour between Mirror mode and Stealth Injection meaning the script can behave or stop unexpectedly while running on Mirror. I would urge users to use the script with Stealth Injection to ensure a flawless experience! Since Stealth Injection is widely considered equally 'safe' to mirror mode and comes with a host of other benefits such as lower resource usage, this hopefully shouldn't be a problem. Using breaks - the script supports breaks and will walk to a safe place ready to log out approximately two minutes before a configured break starts. However, upon logging back in, your spot may no longer be open. If you configure the crash mode to be either 'Hop if crashed' (default) or 'Stop if crashed', this will not prove to be a problem. However if using 'Force attack if crashed', the script will attempt to take back the spot by crashing the occupying player and manually attacking spawned sand crabs. Be aware that players have a tendency to report anti-social behaviour such as this! Avoiding bans - while I have done my utmost to make the script move and behave naturally, bans do occasionally happen, albeit rarely. To minimise your chances of receiving a ban, I would strongly suggest reviewing this thread written by the lead content developer of OSBot. If you take on board the advice given in that thread and run sensible botting periods with generous breaks, you should be fine. That being said, please keep in mind that botting is against the Oldschool Runescape game rules, thus your account will never be completely safe and you use this software at your own risk. Setting the script up - I have done my best to make the GUI (Graphical User Interface) as intuitive as possible by making all options as self explanatory as I could, however if you are not sure as to what a particular setting does, you can hover over it for more information. If that doesn't help, just ask on this thread! Web-walking - alongside a network of paths, the script moves around with the OSBot web-walking system, using it when in unknown territory. While it has proven very reliable, there are naturally some areas for which the web-walker may struggle. As a result, prior to starting the script, I would highly recommend manually navigating your player close to the sand crabs bank, however in practice, anywhere on Zeah should be fine. Script trials: I believe that trying a script before buying is paramount. After trying the script, hopefully you will be convinced to get a copy for yourself, but if not you will have gained some precious combat experience! If you're interested in a trial, please follow the instructions on my trials thread which can be found here. Gallery: Start up GUI (Graphical User Interface): Paint (optional, movable and self-generating): User screenshots: Recent Testimonials: Starting from CLI: This script can be started from the command line interface. There is a single parameter, which can take two (and only two) values: 'gui' or 'nogui'. 'gui' will start the script and show the gui, 'nogui' will skip the GUI setup and start the script using your save file as the configuration. To start from CLI with 'nogui', the script requires a valid GUI save file to be present - if you haven't already, start the script manually and configure the GUI to suit your needs. Then hit 'Save configuration' and in future starting from CLI will use these configured settings. The script ID is 886. Example CLI startup: java -jar "osbot 2.4.137.jar" -login apaec:password -bot apaec@example.com:password:1234 -debug 5005 -script 886:nogui
    3 points
  7. Explv's Scripting 101 Prerequisite: basic knowledge of Java 1. Setting up the Java Development Kit and an Integrated Development Environment (IDE) 2. The Script Skeleton 3. Building the script 4. The Script class continued 5. The MethodProvider class, accessing the Inventory, Bank, Player, etc. instances 6. Positions, areas and moving the player 7. Entities (Players, RS2Objects, NPCs and GroundItems) 8. Interactions 9. Sleeping 10. Items and ItemContainers (Inventory, Bank, Equipment, Store, ...) 11. Filtering 12. Widgets 13. Configs 14. Adding a paint 15. Putting it all together, an example script (Smelting iron bars in Al-kharid) 16. Adding a GUI
    3 points
  8. This is what I used: Stream.concat(getObjects().getAll().stream(), getNpcs().getAll().stream()) .filter(entity -> entity.getName().contains("Portal")) .findAny() .ifPresent(portal -> { if (portal.interact("Use", "Exit")) { Sleep.sleepUntil(() -> !portal.isVisible(), 10_000); } });
    3 points
  9. My mom had a stroke a few months ago, when the symptoms start appearing you have 6 hours to respond and get to the hospital for treathment. We were 2,5 hours late(8.5 after it started) and she could have been paralyzed. Luckily she didnt and had to stay for a week in the hospital. But next monday she gotta go to the dentist to pull a teeth, there is a significant higher risk of getting another stroke due to the teeth being pulled. My mom just turned 49 last tuesday Life can be short, make the most of it.
    3 points
  10. Sounds like man flu's are intended to help you man the fuck up.
    3 points
  11. Ability to set custom Magic and Ranged armour sets βœ“ No limits on Kills per trip βœ“ Using a mix of user inputs and built-in logic, the script will determine if you have enough supplies for another kill without banking. Options to decide how much food you’re like to take into the next fight as a minimum. Customisable Stop Conditions Stop after 'x' kills Stop after 'x' profit Stop after 'x' runtime Stop after 'x' consecutive deaths Efficient Zulrah Fight Executor βœ“ Knows what have, is and will happen Longrange mode, gain defence XP passively with no time loss βœ“ Multiple Travel Routines Zul-Andra teleport scrolls VIA Clan Wars βœ“ Zul-Andra Teleports VIA PoH βœ“ Charter Travel βœ“ Caterby charter [via Camelot teleports] Fairy Rings βœ“ Ability to select staff to use or not use one at all for fairy rings βœ“ Summer Pie Support (72+ Agility recommended) βœ“ Fairy ring via Slayer Ring βœ“ Fairy ring via House Teleport βœ“ Ornate pool support βœ“ Jewellery box Support βœ“ Mounted Glory Support βœ“ Construction Cape Support βœ“ Ability to select Magic Only βœ“ Changes Rotations and Phases for the best possible fight experience. No need to quest for Ava’s or Level range. Swaps prayers & equipment efficiently βœ“ Option to use quick switch mode, removes mouse travel time for even faster switching Prayer Flicking on Jad Phases βœ“ Supports Raids Prayers βœ“ 55 Prayer βœ“ 74 Prayer βœ“ 77 Prayer βœ“ Options to Dynamically pray against Snakelings when Zulrah is not focused on player. βœ“ Calculates: Total loot value βœ“ Total cost of supplies used βœ“ Profit after costs βœ“ Ability to sell all your loot when you run out of supplies βœ“ Ability to top up your supplies if you run out with auto-exchange βœ“ Death-walking βœ“ Safe death boss Rechargeable item support Trident of Seas βœ“ Trident of Swamp βœ“ Blowpipe βœ“ Dynamically detects darts used (Must start with darts inside the blowpipe for it to work!) Serpentine Helm βœ“ Ring of suffering βœ“ Barrows Repairing βœ“ Using Lumbridge teleports or the Home teleport, the script will withdraw coins, travel to Bob and repair your armour then continue to run. Potion Decanting βœ“ Efficiently decants all types of potions allowing FruityZulrah to run for longer. Inventory Organising βœ“ Organises your inventory to minimise mouse movement, increasing time spent elsewhere. Combo eating Karambwams βœ“ Will combo eat karambwams to help prevent death from Zulrah and Snakelings stacks Supports blowpipe special attack βœ“ Uses the Blowpipe special attack to help replenish HP Multiple stat boosts supported Prayer βœ“ Super Restore βœ“ Magic βœ“ Ranging βœ“ Bastion βœ“ Stamina βœ“ Anti-venom+ βœ“ Imbued Heart βœ“ Supports Lunars β€˜Cure Me’ spell to cure Venom βœ“ Requires: 1 2 2 Ability to use rune pouch Level 71 Magic Lunars Quest Ideal for Ironman accounts with no access to anti-venom+ Supports Lunars Vengeance spell βœ“ Requires: 2 4 10 Perfectly times vengeance casts to Magic Phase ranged attacks for best results. Ability to use rune pouch Level 94 Magic World hopping support βœ“ Options to hop world between x and x minutes. will randomly select a time every hop. Ability to skip rotations by Hopping worlds Ability to decide on your own custom world list or just to hop to any P2P world Grand Exchange Add-on βœ“ Add-on script for free Save/load buy/sell presets Ability to dump all zulrah loot in 2 clicks Command Line Support βœ“ Start the script on multiple accounts with a single click Script ID - 903 Command: -script "903:profile=Test hours_limit=10 kills_limit=5 deaths_limit=5 profit_limit=1m" profile = saved profile name, if you've been using CLI to run the script, this will need to be updated to suit. hours_limit = Complete after 'x' run hours. kills_limit = Complete after 'x' zulrah kills deaths_limit = Complete after 'x' deaths. profit_limit = Complete after 'x' accumulated profit Pro-active calculations βœ“ Calculates next mouse position for next action whilst first action is being performed Asynchronous actions βœ“ Can perform multiple tasks at once saving time Banks Pet drops βœ“ Loot table βœ“ http://fruityscripts.com/zulrah/loot/ Displays total loot as well as a live feed of drops Hiscores βœ“ http://fruityscripts.com/zulrah/hiscores/ Compare and compete against other users Dynamic Signatures βœ“ Show off your gains with FruityZulrah url: http://fruityscripts.com/zulrah/signature/signature.php?username={USERNAME} Replace {USERNAME} with your username http://fruityscripts.com/zulrah/signature/signature.php Notifications Get Notifications for: Valuable drops βœ“ Deaths βœ“ On Exit βœ“ Timely Data dumps (GP, GP/HR, Kills, Kills/HR, Deaths, Runtime) βœ“ Types of Notifications Email βœ“ Discord ~ Desktop βœ“ βœ“ Implemented into the script ~ Work in progress View a collection of Screenshots posted by FruityZulrah users showing their progress with the script. Watch a collection of FruityZulrah videos below If you have a video you'd like to be added to the Playlist, send me a pm with a link. Videos must of course include the FruityZulrah script. If you wish to purchase FruityZulrah VIA PayPal, please follow the store link below: If you'd like to purchase FruityZulrah using OSRS GP, SEND ME A PM and i can give you my current $$:GP Rates! Discord Community: https://discord.gg/WzXRk2bWTV Trial bot has been implemented (100 post count required if you're not VIP/Sponsor!) @fruityscripts on Discord
    2 points
  12. PPOSB - AIO Hunter Brand new trapping system just released in 2024! *ChatGPT Supported via AltChat* https://www.pposb.org/ ***Black chinchompas and Black salamanders have been added back*** Supports the completion of Varrock Museum & Eagle's Peak OR CLICK HERE TO PAY WITH 07 GOLD! The script has been completely rewritten from the ground up! Enjoy the all new v2 of the script JOIN THE DISCORD CHAT FOR QUESTIONS/ SUPPORT/ CHATTING/ UPDATES! New GUI: Features: Click Here Current functioning hunter tasks: (green - complete || yellow - started || red - incomplete) Screenshots: Progressive Leveling: 1-19 --> Crimson swift 19-43 --> Tropical wagtail 43-63 --> Falconry 63+ --> Red chinchompas Updates How to setup Dynamic Signatures Report a bug CLI Support - The script now supports starting up with CLI. The commands are given below. Please put in ALL values (true or false) for CLI to work properly. Make sure they are lowercase values, and they are each separated with an underscore. The script ID for the hunter bot is 677. Parameters: EnableProgression_EnableVarrockMuseum_EnableEaglesPeak_EnableGrandExchange Example: -script 677:true_true_false_true ***Don't forget to check out some of my other scripts!*** OSRS Script Factory Click here to view thread LEAVE A LIKE A COMMENT FOR A TRIAL The script is not intended for Ironman accounts. It still works for Ironman accounts, but you must have all equipment, gear, and items.
    2 points
  13. Molly's Chaos Druids This script fights chaos druids in Taverly dungeon, Edgeville dungeon and Ardougne. Profits can easily exceed 200k p/h and 60k combat exp/ph, this is a great method for training low level accounts and pures. Buy HERE Like this post and then post on this thread requesting a 24hr trial. When I have given you a trial I will like your post so you will receive a notification letting you know you got a trial. Requirements - 46 Thieving for Ardougne -82 Thieving and a Lockpick for Yanille - 5 Agility for Taverly(recommended) - No other requirements! Though I do recommend combat stats of 20+ as a minimum Features: - Supports eating any food - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge), includes re-equipping items on death - Potion support - Automatically detects and withdraws/uses Falador teleport tabs if using Taverly dungeon - Automatically detects and withdraws/equips/uses glories if using Edgeville dungeon - Supports looting bag Setup: Start the script, fill out the GUI, and be in the general area of where you want to run the script. CLI setup: Proggies: In the works: Known bugs: Bug report form, this is a MUST for problems to be resolved quickly: Description of bug(where, what, when, why): Log: Your settings: Mirror mode: Y/N
    2 points
  14. Hey guys, Found a solution to the various locks and bans happening. This has helped be loads and as the community is always there, I'd love to share! Solution:
    2 points
  15. HAND DONE NO BOTS AT ALl After finishing my 31 Pray 50 atk zerker i've decided to make another one, this time with 60 attack. It will be around the same combat lvl but far more lethal due to the combat lvls gained by 42-45 and 16-31. End goals: 60 Attack 80 strength 42 defence 85 ranged 93 mage ( 94 is one extra combat) 75 hp ( cannon ranged, barrel on head for str ) B gloves ect Combat lvl 76. Day one progress 18/02
    2 points
  16. Pogba is right, karma will make its way back around to that drunk driver, he will get what he deserves. I hope your mom is doing good and praying for a quick recovery if she was injured at all.
    2 points
  17. Disputed Member: m i m 1 c / topshotter Why it should be removed: http://prnt.sc/eaeutq http://prnt.sc/eaeuw6 Details: "." / feedback for pricechecking account? we all had to do actual services to get feedback when we started Link to topic:
    2 points
  18. i killed my nan 6 years ago from a life support ddos.
    2 points
  19. Looks like the message for depleting a trident has been changed with thursdays update. Will update, thank you. EDIT: Committed the update. Will be live within 24h (Version 1.5.12)
    2 points
  20. honestly me being good at designing stuff was like a meme, i used to say i deserved designer when my art was shit, but realistically i probably am worthy of a designer rank now
    2 points
  21. Hate it when you're sick, suffering from man flu and just been throwing up for a good 20 minutes, someone come look after me, my partner has gone straight to sleep and when I started she woke up to see if I were ok before turning over again.... bitch I ain't okay no
    2 points
  22. So I have recently been advised about my signature has been removed. "the staff have agreed we don't think it is appropriate for the forums." The signature in question is I would like to point out a few things. A) Its a cartoon B) Its a fucking penis (half of the world's population has one). C) This particular penis has a joint in its mouth and is holding a hand gun. It is a comical character for a bit of fun. D) My username as you are probably aware is "bigdicky" and this signature represents my user. E) This community is full of not politically correct things. (This community is based on the idea of breaking the rules of a game.) F) It has been my signature for over a month with no issue until now. I have not too long been a member of this forum, up until recently I have really enjoyed the caliber of people that I have engaged with here. If you are offended by my signature I apologize. I agree it is a little immature but we play Runescape don't we? I don't understand how you, who is participating in a forum of this nature can be offended by such a comical character. Has the world gone this mad? My signature isn't having a stab at something or someone, it is just a bit of fun. To put it simply if the Osbot community can't handle the humored nature of my signature then I have made a mistake by joining and no longer wish to be apart of this community. In which case I would request a refund for my lifetime sponsor. Regards, The biggest dick of them all bigdicky
    2 points
  23. 2 points
  24. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports every altar - Supports every rune Air, Mind, Water, Earth, Fire, Body runes (Just walk back and forth) Fire runes (Ring of dueling to Castle wars) Mind runes (Ring of dueling to Castle wars + Mind altar teleport) Nature runes (Unnote at shop and walk to altar) Nature runes (Ring of dueling to Castle wars + Necklace of passage to Fairy ring) Nature runes (Ring of dueling to Castle wars + Ardougne cape to Fairy ring) Nature runes (Ring of dueling to Castle wars + Quest cape to Fairy ring) Nature runes (Ring of dueling to Castle wars + POH teleport to Fairy ring) Cosmic runes (Walks back and forth - Uses obstacles based on agility level) Cosmic runes (Ring of dueling to Castle wars + Necklace of passage to Fairy ring) Cosmic runes (Ring of dueling to Castle wars + Quest cape to Fairy ring) Law altar (Ring of dueling to Castle wars + Balloon method to Entrana) Astral altar (Teleports back to bank) Lava runes (Ring of dueling to Castle wars) Stream runes (Ring of dueling to Castle wars) Smoke runes (Ring of dueling to Castle wars) Mud runes (Walks back and forth in varrock) Mud runes (Digsite teleport) Blood runes (Arceuus) Blood runes (Ring of dueling to Castle wars + POH teleport to Fairy ring) (93 agility req) Soul runes (Arceuus) Wrath runes (Ring of dueling to Castle wars + Mythical cape ) - Pouches support - Menu invokes - Daeyalt essence support - Pouch repair - Energy/Stamina potions support - Food support - Combination rune support - Binding necklaces + Magic imbue - Abyss support (Edgeville / Ferox enclave banking) Death handler, will grab your stuff and continue (Abyss only) Abyssal bracelets/Ring of life support Pouches repair at zamorak mage - ZMI altar support Walks short unsafe path OR walks long safe path Quick prayer support Full bank mode (Add fillers so all runes get deposited, but not the pouches/Rune pouch) - Mining daeyalt essence - Master/Runners setup Setup a bunch of runners for your main account who stands at an altar Either play your main yourself or use the master mode Combination runes, magic imbue + binding necklaces available Runners can bring binding necklaces, talismans to the master Stamina potion support for runners 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 482: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 482): -script 482:TaskList1.4515breaks (With breaks) -script 482:TaskList1.4515breaks.discord1 (With breaks & discord) -script 482:TaskList1..discord1 (NO breaks & discord) Proggies:
    1 point
  25. Heyo Osbotterz! I am very happy to be accepted and given a chance at becoming a Trial Moderator. I've enjoyed being a Chatbox Assistant quite a lot but I hope to be able to further help and contribute to the community as an OSBot Moderator. ~Mio
    1 point
  26. I've seen a few people who have programs they made themselves to run farms, starting to get up there myself and opening 20+ clients, assigning the different proxies, finding each account in the bot list and starting a script so that it'll log the account in for me is pretty damn tedious. If there aren't any public solutions to this, are there private ones that people sell? Edit: Programs aside, are there any tips anyone would like to offer? Even small ones, I know recently I created a macro so that it'd spam open new clients with a press rather than doing it manually.
    1 point
  27. Sorry for the loss of your father, personally lost mine almost 3 years ago at 18 and it's not the easiest thing. Scary thing about your mother, this is why drunk driving is the scum of the world, it's insanely dangerous. Hope she is well!
    1 point
  28. honestly i'd make a YouTube tutorial on how to paint scotty graphics with voiceover if that's something people would be interested in
    1 point
  29. Why he cant pickup the iron knide??? dude answer our question =D
    1 point
  30. 1 point
  31. Would like to try a trial thanks
    1 point
  32. btw your viewmodel is fucking terrible
    1 point
  33. My bad, fixing now. Edit: Fixed, tested, uploaded.
    1 point
  34. Hey Czar, I was in the middle of writing a Rune/Pure Essence mining bot for myself, and everything was going great except for this one detail. When I'm in the mining area for essence, it appears to have issues with leaving via the portals. I had another scripter working with me, and neither of us could figure out why it was having problems. I wanted to ask you if you've come across this same issue, and if so, how you dealt with it. It appears that every 2-3 trips to the essence mine, the IDs, colors, and interact actions of the portals change. This would normally be fine since I pick the portal by it's name, and I check to see which action it has in order to know which action to perform. However, for some reason, it nulls out when attempting to get the portal. What do you think? I can't send you a PM, so this will have to suffice. Thank you, Tyler
    1 point
  35. Need to be way more active in the community than just a joining date.
    1 point
  36. Used for two hours using plank make and I was banned. Even on mirror mode. Edit: Not saying this is a bad script. I've used Czar's scripts a lot in the past, which is why this was my first choice. I haven't botted on this account minus the one time I did using this script. I think the plank make might just be a bit too slow or something. I was only averaging 90k xp an hour using the script, but manually I was making 130k ish. Luckily it was only a two day ban.
    1 point
  37. Can i have a trial please
    1 point
  38. 1 point
  39. Big fan, just purchased!
    1 point
  40. If we tell you then its not really a secret
    1 point
Γ—
Γ—
  • Create New...