Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/22/19 in all areas

  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
    7 points
  2. ────────────── 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.
    3 points
  3. Just an update if anyone else needs their script to be very exact and cant afford any misscliks. above woks but if the script decides to use minimap to walk (which it does like 50% of the time) it still misses the tile sometimes so adding event.setMiniMapDistanceThreshold(0); fixes the problem completely. public boolean walkExact(Position position) { WalkingEvent event = new WalkingEvent(position); event.setMinDistanceThreshold(0); event.setMiniMapDistanceThreshold(0); return execute(event).hasFinished(); }
    3 points
  4. mirror mode reflects the ban back to jagex so they ban themselves instead
    3 points
  5. 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
  6. by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache
    1 point
  7. View in store $5.99 for lifetime access _____________________________________________________________ Key Features: Progressive mode - The script will traverse the xp-optimum course for your current level; walking to the next course as your level increases. Reliability - The script was developed and rigidly tested with superior reliability in mind. Human replication - Designed around human simulation - behaviour tuned to replicate common rooftop play styles. Alching / Magic Imbue - The script can be configured to High/Low Alch items, or cast Magic Imbue as it traverses the course. Target system - Can be optionally configured with a target. Once this target is achieved, the script will stop. Available targets (variable λ): Stop when λ agility exp gained. Stop when agility level λ reached. Stop when λ magic exp gained. Stop when magic level λ reached. Stop when λ minutes passed. Healing - The script will consume edible items in your inventory to restore health, stopping if you run out of food. Mark of Grace looting - All marks of grace are looted while the script traverses the rooftop. Randomisation - All thresholds (including but not limited to Run energy and Critical Hp) are dynamically randomised. Energy restoration - The script will consume energy restoring items/potions when needed, provided they are available in the inventory. Web-Walking - The script utilises the OSBot Web to navigate the OSRS map, meaning it can be started from almost anywhere. Course detection - If you are on/near a rooftop course before setup, the course will automatically be loaded into the GUI. Error correction - The script will detect when it has made a mistake (e.g. climbed ladder in seers' bank) and will attempt to return to the course. ...and many more! Supported Rooftops: (Level 10) Draynor ✓ (Level 20) Al-Kharid ✓ (Level 30) Varrock ✓ (Level 40) Canifis ✓ (Level 50) Falador ✓ (Level 60) Seers' Village ✓ (Level 70) Pollnivneach ✓ (Level 80) Rellekka ✓ (Level 90) Ardougne ✓ Things to consider before trying/buying: 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. 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 strongly recommend manually navigating your player to/close to the desired rooftop course. Progressive mode - the script features 'Progressive mode' which will cause the script to advance rooftop courses as you level up. Progressive mode relies on the aforementioned web-walking system for inter-rooftop navigation. Consequently, I would highly recommend monitoring the script as it traverses between courses to ensure the web-walking process correctly executes. Healing & Energy restoration - the script will automatically heal or restore run energy when needed. It will do so by consuming items in the inventory - this script will not bank. For optimal exp rates, I would strongly suggest keeping energy restoring items in the inventory (energy/super energy/stamina/fruits/summer pies/purple sweets/...). To prevent the script stopping prematurely, bring a few bites of food along. Using magic - The script supports the periodic casting of a magic spell while traversing a course to maximise experience rates. To determine whether or not you can cast a spell, the script checks your magic level as well as which runes are in your inventory and which stave you have equipped (if any). It is worth noting that, at this time, the script does not recognise any of the following items as rune sources, so avoid using them while running this script: Bryophyta's Staff, Tome of Fire, Rune Pouch. 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 agility experience! If you're interested in a trial, please follow the instructions on my trials thread which can be found here. Gallery: Review (by Eduardino): Start up GUI (Graphical User Interface): Paint (optional, movable and self-generating): User screenshots: Testimonials:
    1 point
  8. 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
    1 point
  9. Molly's Tanner This script tans hides at Al Kharid for gold. Buy HERE Requirements: None! Features: - Hopping out of bot worlds - Stamina potion usage, the bot will use one dose prior to each run -Tans cowhides, and all dragon hides Setup: Start at Al Kharid, have coins and hides in bank and let it do work! CLI Setup: The script portion of your .bat file should be setup as followed: -script 839:Antiprofile--Potion--Hide Replace Antiprofile with "On" or "Off", replace Potion with "Stamina", "Energy" or "None". Replace Hide with one of the following: "Soft", "Hard", "Green", "Blue", "Red", "Black". Proggies:
    1 point
  10. 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:
    1 point
  11. (Negotiable)Price: 300m/BTC/ETh equivalent I will provide first registered email. Account login is throwaway. I am o/o You will go first. I have over 20 account sales all with no issues. Please make sure you have my correct discord, I've been notified there's an imposter. Please PM me before anything. Account has MM1 started for access to the tunnels for ranged / magic training
    1 point
  12. Need 5 accounts training from level 1 to level 43 strength. Please post price.
    1 point
  13. He makes some good arguments, some bad ones as well though. Overall its like Ben Shapiro- being good at debating doesn't necessarily mean you have good ideas.
    1 point
  14. Idk if I can trust these claims about people having issues in Venezuela. The karl marx fanbois at my university have told me that all bad news about venezuela is fake news from Donald Trump and his CIA buddies to support another coup attempt in south america.
    1 point
  15. cause you can make more money on osrs then irl at venny
    1 point
  16. If you bought the account from your friend and you HONESTLY 100% did NOT bot on it AT ALL, I would ask for your money back (assuming he botted it, if you did not) If you DID bot it, I guess you can try to appeal it - but leave your friend out of it. If you botted the account and it got banned, that's on you - not him.
    1 point
  17. @TaxSeazon will be taking this on
    1 point
  18. Now its not eating and looting too?? What the hell is going on with this script?
    1 point
  19. @Script Kid Thanks for the feedback!
    1 point
  20. hahahahahahahahahhah
    1 point
  21. Cooking plugin still hasn't been added, it's coded but I need a real test run before I push it to SDN, shouldn't take too long hopefully later today I can get it prep'ed. ^^
    1 point
  22. @Token Your script is sick man, glad to see new quests there. I hope you will add more quests, preferably annoying quests ?
    1 point
  23. hey bro im new to site i bought a script from ui how do i use it
    1 point
  24. I recreated your code based on your comments @Override public int onLoop() { if (clayArea.contains(myPlayer())) { } else if (!clayArea.contains(myPlayer())) { } else { this will never be executed } return 1500; } You can either be in the area or not. There is no third option, so the last else block will never get executed.
    1 point
  25. Just bought the script, trying to barb fish, and if I don't click ignore fishing items it tries to bank. It's not even trying to drop the fish it just stands there (I enabled drop others); Full Settings Select Fish: Leaping Sturgeon Select Location: Barbarian outpost Select Method: Drop All Don't Check for fishing equipment: On Drop OTHER FISH: on Select drop sequence: Normal After doing that it just sits there.
    1 point
  26. 1 point
  27. I'm not quite sure what your question is haha. Assuming you want it to be neater? The reason your else if's weren't working is likely due to how you had your code ordered. In regards to neatening it, why not simplify it a little? if (Inventory.isFull()){ // we can't mine, so bank bank(); } else { // all good, we can mine mine(); } private void bank() { // bank code } private void mine() { if !area.contains(player) { walk to the area! } else { we can mine, put mine code here } } There's obviously much nicer ways than this, but this would be a good starting point for you
    1 point
  28. FO SHOWWW, running smooth so far! maybe an adjustable speed for the drop rate, maybe an random "missed" fish or 2 throughout the inv if on a fast speed or just a random chance in general, make for more like a person missing a fish while dropping
    1 point
  29. Both safe spotting and looting are working for me, are you sure you set up the client and script correctly? If using mirror, try not to use any other client aside from default osrs launcher. Do not hook clients while logged in*. If not using mirror, then confirm which setup you are using. Food - which food? Also did you set a custom HP to eat at? @BitcoinBobby thanks, will be testing barbs ASAP, really appreciate detailed bug report. Activated trials good luck guys, let me know how it goes I am constantly adding updates, just make sure to post a detailed feedback.
    1 point
  30. Same/less botting time using stealth inject. I bot a lot more using mirror, no bans.
    1 point
  31. 1 point
  32. No wonder why Weath got banned. Thank you
    1 point
  33. [INFO][Bot #1][03/21 03:55:14 PM]: Action queue true [INFO][Bot #1][03/21 03:55:14 PM]: Dumping save... [INFO][Bot #1][03/21 03:55:14 PM]: [INFO][Bot #1][03/21 03:55:14 PM]: "ss_save_bounds" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "did_teleport_fight" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_hop_at_death" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_allow_multicombat" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "prayer_normal_mode" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "aio_fighter_attack_delay" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_slaughter" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_slayer_ice_cooler" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "aio_fighter_special_wait" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_cannonball_range_2" "15" [INFO][Bot #1][03/21 03:55:14 PM]: "eat_for_space" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "only_loot_target" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "allow_varrock_upstairs" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_cannonball_range_1" "15" [INFO][Bot #1][03/21 03:55:14 PM]: "stop_con_size" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_move_mouse_outside" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "current_loot_y" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "current_loot_x" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_magic_mode" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "level_task_mode" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "fight_position_y" "3421" [INFO][Bot #1][03/21 03:55:14 PM]: "fight_position_z" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "fight_position_x" "3081" [INFO][Bot #1][03/21 03:55:14 PM]: "stop_combat" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_low_resource" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "npc_cb_0" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "loot_item_alch_1" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "loot_item_alch_0" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "bank_item_block_0" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_smart_safespot" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "enable_loot_arrows" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "enable_bone_bury" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_npc_tile_dist" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "loot_item_id_0" "526" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_fightzone_stay" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_spec_min_target_hp" "40" [INFO][Bot #1][03/21 03:55:14 PM]: "loot_item_id_1" "882" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_antifire_mode" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "bone_bury_target" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_konar_droptable" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_first_occurence_y" "3414" [INFO][Bot #1][03/21 03:55:14 PM]: "no_loot_arrows_combat" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_first_occurence_x" "3075" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_ov_potion_cb" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_first_occurence_z" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_b2p_wait_food" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "pref_bank" "nearest" [INFO][Bot #1][03/21 03:55:14 PM]: "ranging_mode" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "bank_item_id_0" "361" [INFO][Bot #1][03/21 03:55:14 PM]: "start_bury_bones" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_safespot_priority" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_ov_potion_rng" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_avoid_response_combat" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "walk_fight_1" "walk" [INFO][Bot #1][03/21 03:55:14 PM]: "enable_special_attacks" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_guthans_mode" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "bone_bury_count" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_modern_eat" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_ov_potion_att" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "prioritize_loot" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_ov_potion_pra" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_allow_wildy" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "walk_bank_0" "walk" [INFO][Bot #1][03/21 03:55:14 PM]: "loot_list_size" "2" [INFO][Bot #1][03/21 03:55:14 PM]: "bank_list_size" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_reattack_target" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "did_teleport_bank" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_stop_at_death" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_expeditious" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_cannon_mode" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_eat_bounds_2" "65" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_eat_bounds_1" "45" [INFO][Bot #1][03/21 03:55:14 PM]: "loot_item_value" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_break_at_bank" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_custom_break_tile" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "bank_item_amount_0" "27" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_wildy_emergency_tele" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_only_my_npcs" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "unreachable" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_slayer_bag_of_salt" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_wait_loot" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_fight_with_cannon" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "bank_mode" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_loot_single_ammo" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_safespot_tile_x" "3081" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_safespot_tile_y" "3421" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_safespot_tile_z" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "bank_condition" "No_food" [INFO][Bot #1][03/21 03:55:14 PM]: "loot_in_combat" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_stopcon_safe" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_ov_potion_mge" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_lootbag_mode" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "telegrab_loot" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_ov_potion_def" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_readyclick_npc" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "npc_name_0" "Barbarian" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_real_distance" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "prayer_flick_mode" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ab_override_random" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_ov_potion_str" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_slayer_rockhammer" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "npc_list_size" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_return_safespot_no_loot" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_force_fightzone" "1" [INFO][Bot #1][03/21 03:55:14 PM]: "ab_mouse_outside" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_fightzone_loot" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_return_safespot_combat" "0" [INFO][Bot #1][03/21 03:55:14 PM]: "ss_no_combat_walk" "1" [INFO][Bot #1][03/21 03:55:14 PM]: [INFO][Bot #1][03/21 03:55:14 PM]: ... success! [INFO][Bot #1][03/21 03:55:14 PM]: Dumping SmartInventory [INFO][Bot #1][03/21 03:55:14 PM]: [ACTION]=deposit_except_id | [ITEM]=361 | [AMOUNT]=1 | [ACTION]=eat | [ITEM]=Tuna | [AMOUNT]=1 | [ACTION]=deposit_all | [ITEM]= empty | [AMOUNT]=1 | [ACTION]=withdraw_special_items_id | [ITEM]=361_27, | [AMOUNT]=1 | [INFO][Bot #1][03/21 03:55:14 PM]: Killed 11 npcs, gained: 668 exp, ran for: ^302^7:^338^7:^344. [INFO][Bot #1][03/21 03:55:14 PM]: Make sure to post a progress report on the main thread! [INFO][Bot #1][03/21 03:55:14 PM]: If you have any bugs/suggestions/feedback, please make a detailed post how to add it to the script, in the main thread! [INFO][Bot #1][03/21 03:55:14 PM]: Thanks for using Perfect Fighter! [INFO][Bot #1][03/21 03:55:14 PM]: Starting... [INFO][Bot #1][03/21 03:55:14 PM]: Done! Starting fight bounds now... [INFO][Bot #1][03/21 03:55:14 PM]: Finished [INFO][Bot #1][03/21 03:55:14 PM]: SAVED 2 to: /Users/jonathanchen/OSBot/Data/perfectfighter/profiles/.txt [INFO][Bot #1][03/21 03:55:14 PM]: saving fight bounds for profile [] [INFO][Bot #1][03/21 03:55:14 PM]: Script Perfect Fighter has exited! letst ry that again, yes on mirror mode. ive stopped it, and noticed it ran away far, trying to return back to designated safe spot
    1 point
  34. All modern CPUs, especially mobile CPUs which have a higher chance of overheating, will throttle themselves and kick on fans early to save themselves from thermal damage. Laptops are a very poor choice for botting as mobile CPUs are weaker than their desktop counterparts, combined with the fact that laptop cooling is much worse than any desktop CPU cooler. As a standard rule, a desktop that is half the price of a laptop will run things like bots better since they are very CPU intensive. You can always try applying new thermal paste but this won't help a ton if it was decently done at the factory and won't be a major game changer.
    1 point
  35. normal drop sequence still seems a bit off, as it tried to start with fish number 1, then stopped and went and right clicked fish number 3 and dropped it, then stopped.. Changed drop sequence to left to right and it works very slowly, with shift drop.. works, but not as smoooth as it should be. Thankyou EDIT,... SCRIPT wont fish more then an inv, drops last fish in inv then idles...
    1 point
  36. useful for men born with low t
    1 point
  37. Speed can easily be changed, what are you fletching? Just tested mith darts, they work - but if you want faster speed you need to lower reaction timer to 50ms if you are using mirror mode.
    1 point
  38. Not even a mod and you help a ton. Appreciate you. :))
    1 point
  39. Perfect for getting a head start on your accounts. completed quests well and very well made. Thank you would recommend.
    1 point
  40. yeah just make a batch file, copy & paste your normal CLI code and then just modify the email/pass/script/world(whatever you need to really), make sure to add a TIMEOUT /T (25-35 usually works) between them like so
    1 point
  41. I usually just go around my neighborhood and knock on doors and ask if I can create some runescape accounts from their computer.
    1 point
  42. Consider removing this post. I think one of the admins posted that if they saw someone say this under the price check section, they'd give out warning points
    0 points
  43. I never bot on this account tho. this is my main I bot on my pures
    0 points
  44. so useful for you? This is how i first seen him, was looking up arguments against feminism. He shut her down to the point to where she started agreeing with him. I laughed but im pretty sure he does a lot for free
    0 points
  45. Home IP Flagged. No question about it.
    0 points
  46. 0 points
×
×
  • Create New...