Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/10/18 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.
    5 points
  3. 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:
    3 points
  4. Blue's PKing Helper DOWNLOAD: NEED TESTERS Are you tired of being a crap PKer? This probably won't help much but I can try! Features: Screenshots: Testimonials:
    3 points
  5. Just give this Diamond rings and watch how many girlfriends you can get! Bot spams "Buying gf" and waits for a trade. I told you @Juggles , I'd come up with a good meme to compete with your bot reporting bot. import java.awt.event.KeyEvent; import org.osbot.rs07.api.map.constants.Banks; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; @ScriptManifest(author = "Malcolm", info = "Buys GF", name = "BF Buyer", version = 1.0, logo = "") public class Main extends Script { long tradeTime; public int onLoop() throws InterruptedException { if (getInventory().contains("Diamond ring")) { if (!Banks.GRAND_EXCHANGE.contains(myPlayer())) { getWalking().webWalk(Banks.GRAND_EXCHANGE.getRandomPosition()); } else { if (!getTrade().isCurrentlyTrading()) { typeStringInstant("cyan: Buying gf!"); sleep(random(3000, 4000)); if (getTrade().getRequestListener() != null) { if (getTrade().getLastRequestingPlayer() != null) { if (getTrade().getLastRequestingPlayer().interact("Trade with")) { tradeTime = System.currentTimeMillis(); new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return getTrade().isCurrentlyTrading(); } }.sleep(); } } } } else { if (getWidgets().getTrade().isFirstInterfaceOpen()) { if (System.currentTimeMillis() > (tradeTime + 30000)) { if (getTrade().declineTrade()) { new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return !getTrade().isCurrentlyTrading(); } }.sleep(); } } else { long dringAmount = getInventory().getAmount("Diamond ring"); if (getTrade().offer("Diamond ring", 1)) { new ConditionalSleep(40000) { @Override public boolean condition() throws InterruptedException { return dringAmount != getInventory().getAmount("Diamong ring"); } }.sleep(); if (getTrade().acceptTrade()) { new ConditionalSleep(40000) { @Override public boolean condition() throws InterruptedException { return getTrade().isSecondInterfaceOpen(); } }.sleep(); } } } } else if (getTrade().isSecondInterfaceOpen()) { if (getTrade().didOtherAcceptTrade()) { mouse.move(220, 300); sleep(random(300, 600)); mouse.click(false); new ConditionalSleep(40000) { @Override public boolean condition() throws InterruptedException { return !getTrade().isSecondInterfaceOpen(); } }.sleep(); typeStringInstant("cyan: We are now married! Love you!"); } } } } } else { log("No more rings! Stopping script"); stop(); } return 1000; } private void typeStringInstant(String output) { for (int i = 0; i < output.length(); i++) { char c = output.charAt(i); int code = KeyEvent.getExtendedKeyCodeForChar(c); getBot().getKeyEventHandler().generateBotKeyEvent(400, System.currentTimeMillis(), 0, code, c); } getBot().getKeyEventHandler().generateBotKeyEvent(401, System.currentTimeMillis(), 0, 10, '\u0000'); getBot().getKeyEventHandler().generateBotKeyEvent(402, System.currentTimeMillis(), 0, 10, '\u0000'); } } NOTE: at the time of writing there was an issue with the API and it did not wan't to accept the second screen. This section: mouse.move(220, 300); sleep(random(300, 600)); mouse.click(false); Should be: if (getTrade().acceptTrade()) {
    2 points
  6. This is an AIO (All-in-one) bot that has almost every thieving style except blackjack, ask for a free trial by liking thread or making a post! Vyres and elves are now supported! Both can make solid profit per hour, decent passive income! BIG THANK YOU TO ALL OUR SUPPORTERS! WE ARE THE MOST SOLD THIEVING BOT IN OSBOT HISTORY. MOST REPLIES, MOST USERS, LONGEST PROGGIES #1 Thiever | Most Overall Sales | Most Total Replies | Most Results | 10+ Years Maintained | 'the intelligent choice' by Czar SUPPORTS VYRES 224M made in a single sitting of 77 hours 1.1B made from elves and vyres!! ELVES SUPPORTED TOO! (NEW) 2.1m/hr, 6 crystals in 7 hrs 99 THIEVING MANY MANY TIMES, 35M EXP IN ONE BOTTING RUN!! 99 thieving in ~43k xp (12 minutes remaining)! Just got 99 proggy! Gratz to @iz0n THIEVING PET AT LVL 22 FROM TEA STALLS 11.5 HOURS, WITH PET TOO!! 610k/hr getting 99s on deadman worlds!
    1 point
  7. Private scripts available if interested. Want the premium version of this script? Check it out here! Includes tons of more features. Features: Can kill 99% of monsters Eat tuna Bank FAQ Progress Reports Have questions? For fast support and latest updates, join the Discord! https://discord.gg/caDA4Qb
    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. Results Instructions There are no instructions. We do the all the work for you. CzarScripting™ Tips Make sure to set food in your setup window! Don't bot more than 12 hours a day! It's not humanlike! Features - All locations supported, including Crab Claw Isle - Banking support - All combat types supported (ranged, all ammo + ranging types, including looting) - Activity Slider -- choose 4 different activity settings from: (Afk my position, Afk any generated position, Attack visible/active crabs only, Full activity/attack all) - Aggression Slider -- choose from 4 different aggression settings: (Only retaliate to crabs, Attack people's crabs when none are found, Attack all crabs, ONLY attack other people's crabs) - Tasked levelling - allows you to set level goals and switch attack styles to raise different skills, e.g. set goals to 50 70 70, from current stats 44 51 55, it will reach the goal stats. - Skill Priority: you can choose in which order to raise the stats, e.g. lowest first, nearest to goal first, top->bottom, bottom->top, level-up evenly, etc. - Customized Stop Conditions: stop script when a certain condition is met, e.g. reached goal stats, killed X crabs, time passed, ran out of equipment, items, etc. - Simple (on user's side) inventory layout chooser consistent with all my scripts -> 1 button copies inventory layout and saves it - World hop support, with player count chooser -- World hop customization: allows you to choose which tile to hop worlds from -- Break tile chooser: allows you to choose which tile to break on, ~3 minutes before breaks trigger - 'Non-botting' mode (very popular): allows you to afk the script and technically not bot at all: the script will display jframe popups (and beep) when crabs are no longer aggressive which will prompt the user to manually refresh the crabs by walking up - Item looting, including rare drop table option - Potion support (all potion types) - Crab refreshing by walking out of the region Gallery
    1 point
  10. 'the intelligent choice' by Czar Want to buy the bot, but only have rs gp? Buy an OSBot voucher here
    1 point
  11. This project isn't in development anymore. Please don't message me about anything related to it. If you wish to work on the project yourself, the github page can be found here
    1 point
  12. 1 point
  13. After the last update the spinning flax does this after doing an inventory: [ERROR][Bot #1][12/10 09:15:47 AM]: Error executing event : org.osbot.rs07.event.InteractionEvent@18c5775 java.lang.ArrayIndexOutOfBoundsException: -12938 at org.osbot.rs07.api.NPCS.getLocalNPC(dn:178) at org.osbot.rs07.api.Mouse.getEntitiesOnCursor(tj:401) at org.osbot.rs07.api.Mouse.isOnCursor(tj:65) at org.osbot.rs07.input.mouse.EntityDestination.evaluate(pg:286) at org.osbot.rs07.event.InteractionEvent.IIIIiiiiIIii(zi:185) at org.osbot.rs07.event.InteractionEvent.execute(zi:349) at org.osbot.rs07.event.EventExecutor$2.run(le:246) at org.osbot.rs07.event.EventExecutor.execute(le:171) at org.osbot.rs07.api.model.InteractableObject.interact(fm:35) at perfect.scripting.b.d.com3.D(mk:524) at perfect.scripting.b.d.com3.m(mk:381) at cOn.L(il:649) at cOn.onLoop(il:281) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(bp:22) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][12/10 09:15:47 AM]: "last_delay_name" changed to "PresetBank: Wait 6s until bank is open until bank/depo open 1.1" [INFO][Bot #1][12/10 09:15:54 AM]: Option for [Bank booth] is [Bank] [INFO][Bot #1][12/10 09:15:54 AM]: within bounds It keeps trying to wait the limit I believe but it just keeps looping. Just wanted to let you know on that. Sorry if I keep bugging you with this, but there's no other option to use these spells lol. So it actually works for about two minutes, and then it goes into that loop. @Czar
    1 point
  14. This one is my fav. Great job!
    1 point
  15. It'd be perms, my main got permed a while back so if you care about the account stop botting if not then either sell it for cheap or bot it to death
    1 point
  16. Bro the stun alching is broken at moment i think due to spelbook update ? could you please look at this it clicks the wrong tiles repeadately
    1 point
  17. they say you can have 10 warnings before perm ban.
    1 point
  18. I have an account that got a 2 day ban a couple of years back. After that I stopped botting on it because I didnt want to risk another ban, 2 day or perm. From my experience 2 day bans are more rare, its usually a perm ban, so why push your luck.
    1 point
  19. Hi can I get trial please
    1 point
  20. New Update (v61) - Added a few patches to walking system - Obstacle system improved - Script now walks to far-away objects and npcs perfectly well, including flesh crawlers. Update will automatically go live within 24 hours, the paint will say v61.0 when the update is live. Thanks guys
    1 point
  21. Could I try it? Want to compare with other Sandcrabs bot.
    1 point
  22. your better off doing urself make new accounts do knight sword for 29 then make 10 iron kites to much effort for like 300k profit
    1 point
  23. I'll do some testing of player crashing on wednesday. Will let you know the outcome
    1 point
  24. consdiering tut island is about 500k and a bonds 3.2m its not a lot of profit for the 30 smithing levels I could make you 10 of these for 6m each. but cant do the 30 levels + journey to blast furnace for like 300k
    1 point
  25. Yeppers. OSBot then connects to the Jagex RS Client. Stealth injection uses its own client, similar to how OSBuddy and Runelite are their own clients, and is more easily detected. By mirroring the original Jagex launcher you significantly reduce the ban rate at a cost of more CPU usage. You seem new, so you may also not know that holding shift + f2 will reduce fps from 50, to 20, and to 10 with each press. Do it once more to revert back to 50. And shift +4 reduces ms by 50 each press. I see people recommending a FPS of 20 (10 for very simple scripts like woodcutting) and a MS of 500 to lower CPU usage and increase the amount of bots you can run reliably. You will see these details in green letters in the top left corner of the OSbot client. It's something I wish I knew when I first got into botting. Also, be careful not to use stealth injection during Runescape's update day which is always Thursday. Lately they have been detecting and locking accounts immediately upon log-in with stealth injections on Thursday. Mirror mode still safe for not getting auto-locked for me at least. Edit: I said you seem new but your join date is like 2 years before me. Sorry for any insult xP
    1 point
  26. can I get a trial I asked a few months ago and never gotten a reply
    1 point
  27. Removed, thanks. Boop.
    1 point
  28. This was with the lunar flax spell. Thank you, and I've had bad experiences with injection I would rather take advantage of anything to evade a ban
    1 point
  29. haha Im not sure why i changed the text size, but no im using normal client mode. Im surprised no one else has mentioned it but ill list what options i had set if it helps. NCPS selected: Fresh Crawlers (every level option) [fresh crawlers in the corner of the maze] Other options: Glory mode on, range mode on, special attack use on. Loot: All important herbs, nature runes and ores. Problem that occurs, Character stands doing nothing after answering question to the first door of the maze. (If I assist and click on the minimap, close as i can to the next door. The script will work fine, kill for full inventory and then bank walking back into the bug.)
    1 point
  30. Congrats on your first script, good job As for feed back: That Helper class should not exist, it doesn't add any benefit. You should just make the getWidgets() and getObjects() calls in the "Main" class Don't use IDs for widgets, the IDs can change and then your script will break. You should find the widgets based on text, actions etc. Your functions like isAtBucketArea don't really add anything, it's just as clear to read milkArea.contains(myPlayer()) You should use configs for quests rather than using your Progress enum and setting after each completed task You should only sleep if an interaction is successful, for example if (blah.interact()) { sleep } tempitem variable should be removed, just create a local variable when required If you follow the above advice your script will be far more succinct and maintainable.
    1 point
  31. I'm having an issue with using Guthans mode. When I go to grab my gear to select the gear I'm wearing It grabs it all and fills in each box, but does not let me check the boxes next to each item. And so i'm not able to use guthans for my tasks.
    1 point
  32. Hey, This update brings the following changes, on top of the dev build 2.5.29 : API CHANGES: - Added Tabs#open(Tab tab, boolean useBind). useBind true will attempt to use the key bound to the tab to open it, but will use the mouse if no key is bound. - Added Projectiles#targeted(Character target) - Added Client#getAccountType(). This can be used to check for ironman status FIXES: - Fixed the bot freezing during the loading process - Fixed the bot crashing when trying to close a tab - Fixed item depositing on the bank on resizable mode - Fixed the login handler for resizable - Fixed a bug where inventory items weren't loaded on resizable after a relog. - Fixed charter links in the webwalker - Fixed a bug with GrandExchange#buyItem where it would spam type the name of the item - Fixed a crash when trying to use a shop with only 1 item in stock - Fixed a crash in Tabs#open() when no tabs are visible WEB WALKER: - Added royal seed pod support - Added burning amulet support MISC: - Improved memory usage - Added a new Config Debugger to more easily debug configs - Updated the Quest list to support the latest quests - The OSBot Team
    1 point
  33. Can I have a Trial please`?
    1 point
  34. Hello, would like to test it. Is is possible to get free trial? Also is there antiban features? How is the ban rates? Is it possible to farm this for long period of times is account somehow prepared not to look very bot like or this is better for suiciding?
    1 point
  35. 1 point
  36. Hi, the script is not working for me. PM'ed you with details edit: client restart fixed it Definitely worth the money! such an awesome script.
    1 point
  37. I got full void using this :)( thank you
    1 point
  38. Looks good! Very organized.
    1 point
  39. 1 point
  40. Nah, my bots have this:https://i.gyazo.com/84aa6b60ed21f2d648acb7b4999e8547.mp4 Can run 20 flax pickers without ever getting banned.
    1 point
  41. Pls adding summoning and dungeoneering. They were great skills
    1 point
  42. hi, could i get a trial? I heard there is a high ban rate, is there a recommended amount of time to run this per day/per session? And are there recommended settings?
    1 point
  43. Liked the thread Possible trial?
    1 point
  44. hey there.could i get a trial?
    1 point
×
×
  • Create New...