Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/10/17 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
    13 points
  2. Script Version: 40.0 | Last Updated: 10/11/2023 [MM/DD/YYYY] LEADERBOARDS: https://cnar.dev/projects/edragons/leaderboard.php Script Progress Pictures Script Development Updates Script Manual GUI Settings (Disable Ad-block to see Images) Gui Saving / Loading: When selecting 'Save settings' a pop up directory will show up. Set a file name under "File name:" then click 'ok' or 'save'. It will save as a .txt file. When selecting 'Load settings' a pop up directory will show up. Simply find your saved .txt file and click it. Once selected, select 'ok' or 'load'. Safe-Spotting Mode: Please start the script at your preferred safe spot when selecting this option and pressing start OR load your saved settings.txt file to auto fill your safe spot! Looting Bag Mode: If toggled, it will use random behavior when adding bones or hides to the Looting Bag! If you happen to die the script will have added it to the lootlist and retrieve it once it spawns on dragon death and continue using it!. Loot distance: Default = 10 Tiles away from your player. Set your custom distance if you prefer. Loot range ammo: Loots the ammo type you have equipped if you are ranging! Default = Stack of 5 Bolts on floor Special Attack: Uses special attack during combat [Main weapon support only!] Deathwalk Mode: Handles death and regears with the equipment set from on start of the script. Current Modes Supported [BETA]: Under production. No guarantee that it is 100%. Green Dragons: West wilderness East wilderness Graveyard wilderness Lava maze wilderness Myth guild [BETA] Blue Dragons: Taverly Watchtower Ogre enclave Heroes' guild Myth guild [BETA] Black Dragons: Taverly Lost city chicken shrine Myth guild [BETA] Metal Dragons: Brimhaven Brutal Dragons: Black dragons in zeah catacombs [BETA] Blue dragons in zeah catacombs [BETA] Red dragons in zeah catacombs [BETA] Mode Help Blue Dragons Supported safespots for taverly mode only. *Other modes can use any spot* Near the agility pipe | Less traffic but with lower profit/hr Inside the Expanded blue dragon room Items | Requirements Anti-dragon shield Ranged/Melee/Magic support! Food Prayer potions *Blowpipe mode taverly mode* Summer Pie *Taverly mode* Falador teleports *Taverly mode* Dusty key *Taverly mode* Dueling rings *Watchtower mode or Heroes guild mode* Games necklaces *Heroes guild mode* Black Dragons Supported safespots Anywhere in the dragon area. Items | Requirements Anti-dragon shield Ranged/Magic support only! Food Anti-poisons *If taverly mode* Falador teleports *If Taverly mode* Dusty key *If Taverly mode* Raw chicken *Lost city mode* Green Dragons Ranged/Melee/Magic support! Supported safespots Graveyard: Anywhere in the myth guild or lava maze dragon area. Items | Requirements East Dragons: Dueling ring *Not optional* Games necklace *Optional* Glory *Optional* Metal Dragons Items | Requirements Select Bury bones option + Dragon bones in loot table to bury bones! Banking is not supported. Please start at the dragon room. It will randomly choose a metal dragon. Range / Magic only support Brutal Dragons Items | Requirements Ranging potions Extended antifire potions Prayer potions Food prayer > 43 rope tunnel route unlocked Start at blast mine bank At this time it will auto grab my set amount of prayer pots. Full GUI customization will come soon. CLI Information Script ID: 898 Create your own file & save under c/users/osbot/data as filename.txt Mode names "Blue dragons(Taverly)", "Blue dragons(Watchtower)", "Blue dragons(Heroes guild)", "Blue dragons(Myth guild)", "Black dragons(Taverly)", "Black dragons(Lost City)", "Black dragons(Myth guild)", "Green dragons(West)", "Green dragons(Graveyard)", "Green dragons(Lava maze)", "Green dragons(Myth guild)", "Metal dragons(Brimhaven)", "[BETA]Brutal dragons(Black)" Food names "Trout", "Salmon", "Tuna", "Potato with cheese", "Lobster", "Swordfish", "Jug of wine", "Monkfish", "Shark", "Manta ray", "Tuna potato", File creation template *See gui for options* *Create your own for validation*: #Dragon GUI Settings #Fri Mar 30 20:14:43 EDT 2018 checkSummerPieActive=false checkEatToFull=true textFoodAmount=1 checkBurningAndGlory=false checkRanarrWeed=true radioWorldHopper=false radioStrengthPotionRegular=false checkRegularWalker=false radioAttackPotionSuper=false radioSpecialAttack=false checkAdamantHelm=true checkWalkToBank=false checkGloryAndGames=false checkLootingBag=false radioMagicPotion=false radioSafeSpot=true radioRangePotion=true radioStrengthPotionSuper=false textWorldHopCount=7 checkRespawnTeleport=false comboDragonsMode=Blue dragons(Watchtower) radioCombatPotion=false checkAutoEatAt=false checkNatureRune=true textEatAt=60 checkAdamaniteOre=true checkBuryBones=false checkGamesAndDueling=false radioAntipoisonPotion=false checkRubyDiamondCombo=false checkSafetyTeleport=false checkRuneDagger=true checkLootAmmo=true radioAttackPotionRegular=false checkBlowpipeActive=false radioAntifirePotion=false checkDragonhide=true checkDragonBones=true checkGloryOnly=false textLootDistance=10 safeSpot=2443,3083,0 checkAntiPK=false checkClueScroll=false checkBurningAndDueling=false comboFoodType=Shark checkDeathwalking=false Bug Report Template Status in the paint(Screenshot): Client Version: "Osbot x.x.x" Client Type(Mirror Mode OR Stealth Injection): Inventory layout: Equipment layout: GUI settings (Screenshot(s)): What is the error that is occurring? How can I replicate this error? Logger output (Screenshot): GRAB YOUR OWN DYNAMIC SIGNATURE HERE https://cnar.dev/projects/edragons/users/All_Users.png //This gives you the all users image (600x200) I encourage you to display your signatures and linked to the thread! Would appreciate that To get your own just do (Case sensitive) https://cnar.dev/projects/edragons/users/YourNameHere.png if your osbot name has spaces (ex. Cool doot 33) https://cnar.dev/projects/edragons/users/Cool doot 33.png PURCHASE HERE
    4 points
  3. Download Link: https://osbot.org/devbuilds/osbot 2.4.131.jar It's been a pretty busy summer for me so I haven't been able to push out too many updates, so today I worked on a lot of highly requested suggestions/bugs. First is the ability to override the OSBot Break Manager. Originally all "random events" had the ability to be overrided but after way too many problems with the client being blamed for script issues, I removed it. Today script writers can override the Break Manager but the botter will be notified with a big warning message to make a clear distinction. I will not be giving script writers the ability to override any event that requires access to sensitive information, this includes AutoLogin and BankPin. RandomSolver solver = new RandomSolver(RandomEvent.BREAK_MANAGER) { @Override public boolean shouldActivate() { return false; } @Override public int onLoop() throws InterruptedException { return 0; } }; bot.getRandomExecutor().overrideOSBotRandom(solver); Additionally since many more scripters are using the canvas to add listeners, I thought it would be a good idea to ensure they are getting cleared after the script exits. I'm sure there are many scripts out there not properly handling this, causing erroneous issues. Finally, I believe I fixed an issue where you would select a new script in the Script Selector and it would instead start up a previous one. Version 2.4.131 Release -Added override for OSBot Break Manager -Force clear listeners from canvas on script exit -Fixed typo in VIP message -Fixed old issue with Script Selector starting incorrect script
    3 points
  4. Hey , I'm TaxSeazon . I'm a YouTuber . I've joined this community to expand my networking . I've been playing osrs and rsps for quite some time . I plan on maxing out an account from level 3 by service hosters on this . I also plan to host a service thread myself soon
    3 points
  5. 3 points
  6. NEW: Released Chop & Firemake plugin Added 8 Forestry events!!!!!!!! Easy 99, Next! Map Chooser System Progress Results! Help How to use this with Bot Manager? Script ID is 631, and the parameters will be the profile you saved in the setup window, e.g. oak15.txt I want a new feature added? Make a post below and I am always listening, within reason! The bot is doing something I don't like? Make a post below and I will adjust the code to match your play style!
    2 points
  7. NEW! Added Gemstone Crab! 81 Hours at Cows Brutal Black Dragon support Sulphur Nagua support Blue Dragon 99 ranged 99 Ranged at Gemstone Crab 81 Range F2p Safespotting Hill Giants Hotkey List // F1 = set cannon tile // F2 = hide paint // F3 = Set afk tile // F4 = reset afk tile // F6 = Set safespot tile // F7 = activate tile selector // F8 = Reset tile selector // F9 and F10 used by the client, EDIT: will re-assign as they are no longer used by client // F11 = Set breaks tile // F12 = Reset breaks tile User Interface Banking Tab Demo (handles everything with banking) You can copy inventory (to avoid adding individual items...), you can insert item names which have Auto-Fill (for you lazy folk!) and you can choose whether to block an item and avoid depositing it in bank, ideal for runes and ammo. Looting Tab Demo (From looting to alchemy, noted/stackable items too) You can choose whether to alch an item after looting it simply by enabling a checkbox, with a visual representation. All items are saved upon exiting the bot, for your convenience! Tasking Demo (Not to be confused with sequence mode, this is an individual task for leveling) You can set stop conditions, for example to stop the bot after looting a visage, you can have a leveling streak by changing attack styles and training all combat stats, you can have windows alert bubbles when an event occurs and an expansive layout for misc. options! Prayer Flick Demo (Just example, I made it faster after recording this GIF) There are two settings: Safe mode and efficient mode, this is safe mode: Fight Bounds Demo Allows you to setup the fight bounds easily! Simplified NPC chooser Either choose nearby (local) NPCs or enter an NPC name to find the nearest fight location! Simple interface, just click! Level Task Switch Demo (Switching to attack combat style after getting 5 defence) You can choose how often to keep levels together! e.g. switch styles every 3 levels Cannon Demo (Cannon is still experimental, beta mode!) Choose to kill npcs with a cannon, recharges at a random revolution after around 20-24 hits to make sure the cannon never goes empty too! Results Caged Ogres: How does this bot know where to find NPCs? This bot will find far-away npcs by simply typing the NPC name. All NPCs in the game, including their spawn points have been documented, the bot knows where they are. You can type 'Hill giant' while your account is in Lumbridge, and the bot will find it's way to the edgeville dungeon Hill giants area! Here is a visual representation of the spawn system in action (this is just a visual tool, map mode is not added due to it requiring too much CPU) Fight Area Example (How the bot searches for the npc 'Wolf') Walking System The script has 2 main walking options which have distinctive effects on the script. The walking system is basically a map with points and connections linking each point. It tells the script where to go, and decides the routes to take when walking to fightzones. Walking system 1 This uses a custom walking API written by myself and is constantly being updated as new fightzones are added. Pros: - Updates are instant, no waiting times - More fightzones are supported Cons: - Sometimes if an object is altered, the changes are not instant - Restarting the script too many times requires loading this webwalker each time which adds unnecessary memory (there is no way to make it only load at client startup since I don't control the client) Walking system 2 This is the default OSBot webwalking API - it is relatively new and very stable since the developers have built it, but is currently lacking certain fightzones (e.g. stronghold) and other high level requirement zones. It is perfect for normal walking (no object interactions or stairs, entrances etc) and never fails. Pros: - Stable, works perfect for normal walking - All scripters are giving code to improve the client webwalker - More efficient when restarting the script since it is loaded upon client start Cons: - No stronghold support yet - Some new/rare fightzones not supported yet - If there is a game-breaking update or an unsupported fightzone, it may take some time to add/repair (less than 24 hours usually) So which system should I choose? Whichever one suits your chosen fightzone best! There really shouldn't be any problems - the sole purpose of these options are for backup and emergency purposes, if the script ever messes up there is always the next option to select. Note: If the script ever fails, there will be immediate updates to fix the walking systems! Script Queue/Bot Manager: Script ID is 758, and the parameters will be the profile name that you saved in the fighter setup! Bug Report templates: New feature request - What is the new feature - Basic description of what the script should do - Basic actions for the script: 'Use item on item' etc. For when the script gets stuck on a tile (or continuous loop): - Which exact tile does the script get stuck on? (exact tile, not 'near the draynor village') - Plugin or normal script? - Did you try all 3 walking options? Script has a logic bug (e.g. dies while safespotting) or (cannon mode doesn't pickup arrows) - What is the bug - How did you make the bug happen - (optional) recommendation for the bug, e.g. 'make the script walk back' or something - Tried client restart? - Normal script or a plugin? - Which exact setup options are enabled? Afk mode, cannon mode, etc etc.
    2 points
  8. Molly's Thiever This script is designed to quickly and efficiently level your thieving! Check out the features below. Buy HERE Features: - Capable of 200k+ per hour and 30k+ exp/ph on mid-level thieving accounts. - Quickly reaches 38 thieving to get started on those master farmers for ranarr and snap seeds! - Fixes itself if stuck. - Hopping from bot-worlds. - Stun handling so the bot doesn't just continually spam click the npc. - Drops bad seeds if inventory is full at master farmers. - Eats any food at the hp of your choosing. Supports: -Lumbridge men -Varrock tea -Ardougne cake -Ardougne silk -Ardougne fur -Kourend Fruit Stalls -Ardougne/Draynor master farmer -Ardougne/Varrock/Falador guards -Ardougne knight -Ardougne paladin -Ardougne hero -Blackjacking bandits as well as Menaphite thugs, this has limitations, click the spoiler below to see them Setup: Select your option from the drop down menu, it will tell you the location where the target is located. Fill out the gui and hit start. Simple setup! Proggies: Proggy from an acc started at 38 theiving:
    2 points
  9. insert ur runescape details wait 14 days now ask urself is my account any of the following fucked banned raped dead more banned double banned if yes then the email was a bad one! however if ur acc is un-banned and the bank is full of sexy eggs then it was a safe one! congrats
    2 points
  10. all the way from a to z on a keyboard! wait a minute...
    2 points
  11. without the nudes from @Charlotte or with? yes i saw your comment on youtube.........
    2 points
  12. imo get the slayer level up, magic lvl up and get dt done, mith gloves, buy and sell some gold for feedback and the acc would be worth 15-20m. thats usually what low lvl mauler go for but there quested have untradeables ect
    2 points
  13. Just because someone got an account banned doesn't mean you're given free reign to recover and resell it. Seeing as @tomispower1 admitted it was recovered, he has 24 hours to refund you the value of the account, 130m, or he will be banned.
    2 points
  14. Check these out http://projectpactscripting.com/Features.html http://projectpactscripting.com/Updates.html
    2 points
  15. stop using shitty proxies from a shittier guy
    2 points
  16. lol you was right https://ibb.co/jZDBPa
    2 points
  17. Thx Alek, no more excuses for scripts to not exit combat when they need to break.
    2 points
  18. efficient & flawless Link: Script now live: Here Features Bypasses Jagex's camera movement bot trap. new! Uses ESC key to close the interface new! Uses the higher xp method (aligns the camera to the target so it closes the menu when it pops up) NEVER gets in combat, 'tower' method of getting out of combat isn't even there (deliberately). Logs out when no money left Equips bronze arrows when necessary Displays 'goal' information, e.g. (at 77 range it will also show details for 80 range, time left, xp left, etc) Automatically equips higher level gear such as d'hide chaps and vambs Runs away just in case of emergency! ................................................................................................................................ With the bots on OSBot, Czar promises to deliver yet another incredible piece to the CzarBot empire. This means you will get to run the script with no worries about bans and xp waste. LEGENDARY HALL OF FAME 100 hour progress report Configuring the bot and the result: Set the npc attack option to 'Hidden' if you want to avoid deaths forever! For extra XP FAQ Why should I use this script when there are millions out there? It is the best script. Simply. Why are you releasing this now? It's time to make it public, it was privately shared with some friends and has been working flawlessly. Instructions There are no instructions. We do the all the work for you. CzarScripting™ Tips If you are low level, you can use a ranging potion at level 33 ranged to get in the ranging guild. Try and have as high ranged bonus as possible. Gallery ANOTHER 1M TICKETS GAINED !!
    1 point
  19. 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
  20. Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4,99 for lifetime use - Link to Sand Crabs script thread (better exp/h!) - Requirements: Camelot tabs / runes in main tab of bank Designated food in main tab of bank ~ 20-30+ combat level Features: CLI Support! (new!) Supports Ranged & Melee Attractive & fully customisable GUI Attractive & Informative paint Supports any food Custom cursor On-screen paint path and position debugging Supports [Str/Super Str/Combat/Super combat/Ranged/Attack/Super attack] Potions Collects ammo if using ranged Stops when out of [ammo/food/potions] or if something goes wrong Supports tabs / runes for banking Option to hop if bot detects cannon Global cannon detection Option to hop if there are more than X players Refreshes rock crab area when required Avoids market guards / hobgoblins (optional) Automatically loots caskets / clues / uncut diamonds Enables auto retaliate if you forgot to turn it on No slack time between combat Flawless path walking Advanced AntiBan (now built into client) Special attack support Screenshot button in paint GUI auto-save feature Dynamic signatures ...and more! How to start from CLI: You need a save file! Make sure you have previously run the script and saved a configuration through the startup interface (gui). Run with false parameters eg "abc" just so the script knows you don't want the gui loaded up and want to work with the save file! Example: java -jar "osbot 2.4.67.jar" -login apaec:password -bot username@[member=RuneScape].com:password:1234 -debug 5005 -script 421:abc Example GUI: Gallery: FAQ: Check out your own progress: http://ramyun.co.uk/rockcrab/YOUR_NAME_HERE.png Credits: @Dex for the amazing animated logo @Bobrocket for php & mysql enlightenment @Botre for inspiration @Baller for older gfx designs @liverare for the automated authing system
    1 point
  21. I bought a bond 6 days ago on a throw-away account. At the time the only stat it had was 60 range, botted with Kwarriors. These are my results after 6 days of 24/7 botting. I did however wake up a few days to see my script had died. I'll continue to post results and update it when it gets banned (probably Monday). The only thing I've actually done myself is the NMZ quests, Knight's Sword and Herblore quest. Oh! And shoutout to @Czar for the full graceful and squirrel pet. lol EDIT 1 (10 hours later) EDIT 2 (24 hours since thread was posted) 2-day temp ban. Macroing minor. See full list of scripts and time estimate below. I have NO idea what I'm going to do with this account now. It was meant to be a test but since I get it back in 2 days I might just manually play on it. Maybe make it a 31 prayer Dher now that most of the skill requirements for barrows gloves are done. Let me know what you think? Also a comprehensive list of scripts used is below: All time is estimated. F2p: ...level 3 (I did tut island and 6 woodcutting by hand) 1) 1-35 range Edgeville men script (3 hours) 2) 35-60 range Kwarriors (12 hours or so no breaks) 3) Accounts sat there for about 2 weeks. 4) Got members and did some slayer by hand. got level 13. 5) Did the waterfall quest by hand. Did some name transferring (selling). 6) Ran perfect crabs until like 33atk-35str-33def. Gave up. Mems ran out, account sat for a few weeks. 7) Ran Kwarriors in full addy. (got like 40-64-40) took 3-4 days (ran bot 24/7 or as much as possible got DCed a lot) 7) Account sat for a week. 8) 8 days ago I got mems for another name change . Got 40-60 attack overnight at perfect crabs east, No anti-ban 9) Got 70-70-70 by hand at sandcrabs planned on selling account. Account wouldn't sell. 10) Did 5 NMZ quests, Vamp slayer, MTD, Grand tree, tree gnome, Fight arena, Fishing contest, dwarf RFD for rock cake. and starting 24/7 bottin... Fruity NMZ with absorbs and full dh. 70-74 str. (12 hours botting on & off) 11) 1-40 agility team cape Agility. Did restless ghost, priest in peril, continued botting team cape Agility 24/7 took about 12 hours, finished full graceful 12) left Perfect Agility on overnight at canifis, got squirrel pet, 61 agility made 1.3m from marks, insured pet. 13) botted 1-43 mining perfect miner, 1-50 firemaking woody's firemaker. got various other skills under 20 by hand 14) Khal AIO crafter 7-36 gold bracelets, Perfect magic 19-43 cursing Mage of Zam, 43-62 Superheat iron ore for 48 smithing 15) ran Perfect miner bot for 12 hours got 43-60 mining, left it cooking overnight with Den cooker, got 65. Woke up today, started Perfect woodcut and got banned at 19 woodcutting
    1 point
  22. 5m cause itll be instantly recovered
    1 point
  23. 1 point
  24. The code I just showed you will format it to 21.11m, it will always round down to 2dp... I have no idea what you are asking now...
    1 point
  25. 1 point
  26. 1 point
  27. if you have a high resolution that is the reason, for this java applet it doesn't scale well with resolutions above 1920x1080 as for your mirror mode issues, make sure you are using the official client loaded alongside osbot.
    1 point
  28. i suggest limiting it to chairs + oak larders for the sake of training ( maybe add teak and mahogany for those who want to burn money, but i got 83 on my pure with oak larders )
    1 point
  29. You can delete the profiles manually from the osbot data folder. Should be around C:\Users\You\OSBot\Data\FrostBarrows\Profiles\
    1 point
  30. Thieving is the fastest one if you just want a 99
    1 point
  31. This script is amazing! I tried it out for about an hour to do the f2p quest, and i think it did 6 quests in that time. I will buy this asap!
    1 point
  32. Hi, I would like a trial before buying it. Thanks
    1 point
  33. Yea that makes sense. I made this song personally for me and my boys just to smoke to type shit. When I make a music video, I will release a song that does involve me saying relevant things that regards to our generation today. Thanks fam
    1 point
  34. 1 point
  35. OSBot client version: 2.4.130 Mirror mode (Yes/No): no Detailed bug description: The bot equips the wrong gear, goes down into a random barrow brother cave and then goes up directly again repairing the mistake and equipping the right gear and starting from the first assigned barrow brother. It happens after a few runs, not sure exactly when but maybe after a trip to the banking location. So it still works in the end but it'ss just a strange little bug. I think it doesn't have to do with my settings. From the logger it looks like it thinks it has a kc of 5 and directly enters the tunnelsolver method, which isn't the case. The log is shown from the moment I got the kc until the bot returns to the right starting point. After it has happened once it happens every run. I teleport to barrows with tabs, also from the tunnel, and teleport to clan wars to bank. Script Status & Current Task (As displayed in the paint): irrelevant Screenshots (If available): irrelevant Relevant logs (If available):2 [INFO][Bot #1][07/09 09:08:08 PM]: INFO: Done gaining KC! [INFO][Bot #1][07/09 09:08:08 PM]: DEBUG: puzzleCheck -> SOLVE_PUZZLE [INFO][Bot #1][07/09 09:08:08 PM]: DEBUG: Interacting with puzzle door.. [INFO][Bot #1][07/09 09:08:08 PM]: DEBUG: Rotating to door [INFO][Bot #1][07/09 09:08:08 PM]: DEBUG: Anti-stuck camera rotation [INFO][Bot #1][07/09 09:08:15 PM]: DEBUG: Puzzle interface is up! Interacting [INFO][Bot #1][07/09 09:08:16 PM]: INFO: Puzzle solved successfully [INFO][Bot #1][07/09 09:08:21 PM]: DEBUG: brotherCheck -> COMBAT [INFO][Bot #1][07/09 09:08:21 PM]: DEBUG: TargetTracker started [INFO][Bot #1][07/09 09:08:21 PM]: WARNING: Incorrect gear identified; Changing [INFO][Bot #1][07/09 09:08:21 PM]: DEBUG: Swapping to item: Occult necklace [INFO][Bot #1][07/09 09:08:22 PM]: DEBUG: Swapping to item: Trident of the swamp [INFO][Bot #1][07/09 09:08:22 PM]: DEBUG: Swapping to item: Fire cape [INFO][Bot #1][07/09 09:08:22 PM]: DEBUG: Swapping to item: Book of darkness [INFO][Bot #1][07/09 09:08:24 PM]: DEBUG: Eating [INFO][Bot #1][07/09 09:08:27 PM]: DEBUG: Eating [INFO][Bot #1][07/09 09:08:35 PM]: DEBUG: Anti-stuck camera rotation [INFO][Bot #1][07/09 09:08:53 PM]: DEBUG: Anti-stuck camera rotation [INFO][Bot #1][07/09 09:09:02 PM]: DEBUG: TargetTracker stopped [INFO][Bot #1][07/09 09:09:03 PM]: DEBUG: chestCheck -> APPROACH_CHEST [INFO][Bot #1][07/09 09:09:04 PM]: DEBUG: Anti-stuck camera rotation [INFO][Bot #1][07/09 09:09:12 PM]: INFO: Chest has been looted [INFO][Bot #1][07/09 09:09:12 PM]: DEBUG: Closing loot widget [INFO][Bot #1][07/09 09:09:15 PM]: INFO: Loot registered: 1510x Coins [INFO][Bot #1][07/09 09:09:15 PM]: INFO: Loot registered: 889x Mind rune [INFO][Bot #1][07/09 09:09:15 PM]: DEBUG: Chest has been looted [INFO][Bot #1][07/09 09:09:15 PM]: INFO: Teleporting to surface [INFO][Bot #1][07/09 09:09:16 PM]: INFO: Setting PROTECT_FROM_MELEE to false [INFO][Bot #1][07/09 09:09:21 PM]: INFO: Arrived at barrows [INFO][Bot #1][07/09 09:09:21 PM]: INFO: KC = 5; Skipping to TunnelSolver [INFO][Bot #1][07/09 09:09:24 PM]: DEBUG: Swapping to item: Amulet of fury [INFO][Bot #1][07/09 09:09:24 PM]: DEBUG: Swapping to item: Toxic blowpipe [INFO][Bot #1][07/09 09:09:25 PM]: DEBUG: Swapping to item: Ava's accumulator [INFO][Bot #1][07/09 09:09:47 PM]: WARNING: No longer on correct mount; Reverting state [INFO][Bot #1][07/09 09:09:55 PM]: WARNING: Should not be in TunnelSolver state. Correcting [INFO][Bot #1][07/09 09:09:55 PM]: DEBUG: Initializing kill order [INFO][Bot #1][07/09 09:09:56 PM]: DEBUG: Enabling auto retaliate [INFO][Bot #1][07/09 09:09:56 PM]: DEBUG: Exit tomb.. [INFO][Bot #1][07/09 09:09:58 PM]: DEBUG: Next target: Dharok the Wretched [INFO][Bot #1][07/09 09:10:01 PM]: DEBUG: ClickMouseEvent has timed out [2500ms] [INFO][Bot #1][07/09 09:10:01 PM]: DEBUG: Swapping to item: Occult necklace [INFO][Bot #1][07/09 09:10:02 PM]: DEBUG: Swapping to item: Trident of the swamp [INFO][Bot #1][07/09 09:10:02 PM]: DEBUG: Swapping to item: Fire cape [INFO][Bot #1][07/09 09:10:02 PM]: DEBUG: Swapping to item: Book of darkness
    1 point
  36. Can i please get a trial then i will buy the script
    1 point
  37. im doing 45 hour rn botting sharks, been botting for 7 days no ban yet either
    1 point
  38. tan leather doesnt seem to work. After it tans the leather, it does not deposit the tanned leather. @Czar
    1 point
  39. I like how at 1:06 it shows the Break Manager working and everyone on here cries to me about it not working.
    1 point
  40. script works fine. btw thanks czar level 99 on my pure and 94 on my main
    1 point
×
×
  • Create New...