Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/22/17 in Posts

  1. All you have to do is like this thread and comment. I will be random number generating over the next 24 hours. Good luck my friends. I will be picking 3 people for 1 month VIP! Thanks, Dad Edit: I extended the giveaway, will be handing them all 3 out later today! Sunday night! #40 = @jesenican #63 = @Sikkunt Aaron #4 = @Krysler Number from total likes in order which they liked.
    20 points
  2. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    6 points
  3. Was trying to figure out a good way to do this when I realised selected options dont have any actions, so it was easier than I thought. UtilWidget.java /** * * @author Tom * https://osbot.org/forum/profile/149713-tom/ */ public class UtilWidget { @SuppressWarnings("unchecked") /** * Select the correct mode in the Make All interface * @param i The script instance * @param mode The mode you would like to set it to * @param custom Whether or not the provided option is not a default, e.g. 12 * @return True if it successfully changed the mode or the correct mode was already selected */ public static boolean setSelectedMode(Script i, String mode, boolean custom){ RS2Widget button = i.getWidgets().getWidgetContainingText(270, mode); if(button != null && button.isVisible()) { RS2Widget widg = i.getWidgets().singleFilter(i.getWidgets().getAll(), new WidgetActionFilter(mode)); if(widg != null && widg.isVisible()) { if(widg.interact(mode)) { return true; } }else { return true; } }else { if(custom) { RS2Widget xButton = i.getWidgets().getWidgetContainingText(270, "X"); if(xButton != null && xButton.isVisible()) { if(xButton.interact("Other quantity")) { // Ideally use a custom conditional sleep method, I used this so it works for everyone new ConditionalSleep(2000) { @Override public boolean condition() { RS2Widget textWidget = i.getWidgets().getWidgetContainingText(162, "Enter amount"); return textWidget != null && textWidget.isVisible(); } }.sleep(); if(i.getKeyboard().typeString(mode, true)) { return true; } } } } } return false; } public static RS2Widget getWidget(Script i, String action, String spellName) { RS2Widget widg = i.getWidgets().filter(new WidgetActionFilter(action), new WidgetSpellFilter(spellName)); if(widg != null && widg.isVisible()) { return widg; } return null; } } WidgetActionFilter.java (Credits to @Explv I believe, however I changed it up a bit) public class WidgetActionFilter implements Filter<RS2Widget> { private String filter; public WidgetActionFilter(String filter) { this.filter = filter; } @Override public boolean match(RS2Widget widg) { if (widg == null) { return false; } if (widg.getInteractActions() == null) { return false; } for (String action : widg.getInteractActions()) { if (filter.equals(action)) { return true; } } return false; } } WidgetSpellFilter.java public class WidgetSpellFilter implements Filter<RS2Widget> { private String filter; public WidgetSpellFilter(String filter) { this.filter = filter; } @Override public boolean match(RS2Widget widg) { if (widg == null) { return false; } if (widg.getSpellName() == null) { return false; } return widg.getSpellName().toLowerCase().contains(filter.toLowerCase()); } } Example Usage if(UtilWidget.setSelectedMode(instance, "18", true)){ RS2Widget widget = UtilWidget.getWidget(instance, "Make", "Maple longbow"); if(widget != null){ widget.interact("Make"); } } Another example -- if(UtilWidget.setSelectedMode(instance, "All", false){ RS2Widget widget = UtilWidget.getWidget(instance, "Make", "Maple longbow"); if(widget != null){ widget.interact("Make"); } } For getWidget, if you are unsure what the action and spell name are, this should help. The action is String, And the Spell name is Longbow Wasn't tested much, but worked with what I was doing Edit: Updated and added another part for grabbing the right crafting icon
    6 points
  4. I would be happy to do this - I'm a daily user, and I can easily make posts related to RuneScape, botting, etc. that will be funny and interest future users. I'm well-known, and have been on here for over a year. Anyone on this website would say that I am trusted enough to do this.
    5 points
  5. I blinked, then.. Version 2 Example code: public class Test extends Script { AmountAPI amount; RS2Widget vambracesButton; RS2Widget chapsButton; RS2Widget bodyButton; RS2Widget superCombatButton; @Override public void onStart() throws InterruptedException { amount = new AmountAPI(); amount.exchangeContext(bot); amount.initializeModule(); } @Override public int onLoop() throws InterruptedException { if (amount.isValid()) { vambracesButton = amount.getButton("Green d'hide vamb"); chapsButton = amount.getButton("Green d'hide chaps"); bodyButton = amount.getButton("Green d'hide body"); superCombatButton = amount.getButton("Super combat potion(4)"); } else { // open the interface... } return 250; } } Functions: public Map<ItemDefinition, RS2Widget> getItemButtons() public RS2Widget getButton(int... itemIds) public RS2Widget getButton(int itemId) public RS2Widget getButton(String... itemNames) public RS2Widget getButton(String itemName) public RS2Widget getButton(Predicate<ItemDefinition> itemDefinitionFilter) public RS2Widget getButton(ItemDefinition itemDefinition) public boolean isVisible() public boolean isValid() private Map<ItemDefinition, RS2Widget> findItemButtons() private boolean isRootOf(RS2Widget widget) private RS2Widget findAmountWidget() private static ItemDefinition getItem(RS2Widget parent) private static int getItemId(RS2Widget parent) private static RS2Widget getItemIdWidget(RS2Widget parent) private static boolean isItemIdValid(RS2Widget child) private static boolean isWidgetMakeAction(RS2Widget child) Source: V1 Source
    3 points
  6. He will refund anyone and everyone who got scammed. Post a dispute so we know how much that is.
    3 points
  7. 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
    2 points
  8. ────────────── 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.
    2 points
  9. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports mining every location in motherlode (Also top level) - Pick areas to mine in or use specific veins to mine - Included leveling you from 1-30 before going to motherlode - Pickaxe upgrading - Pickaxe special attack - Can use diary and agility shortcuts - Avoid other players option - Possible to enable the upgraded sack extension - Depositbox instead of bank option - Humanlike idles and interactions - Option to buy coal bag at 100 golden nuggets and stop script - CLI support for goldfarmers Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 612::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 612): -script 612:TaskList1.4515breaks (With breaks) -script 612:TaskList1.4515breaks.discord1 (With breaks & discord) -script 612:TaskList1..discord1 (NO breaks & discord) Proggies:
    2 points
  10. 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
    2 points
  11. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports all Normal and Lunar tablets - Supports all lecterns - Multiple Banking-butler methods Rimmington - Unnote clay Edgeville banking - Mounted glory Castle wars banking - Ring of dueling Butler (Advised option for max profits) Demon butler (Note when using butler, have Noted soft clay and coins in your inventory) - When NOT using a butler Use a friends house by name Use the advertisement house Use your own house - Worldhopper - CLI support for goldfarmers Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 671: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 671): -script 671:TaskList1.4515breaks (With breaks) -script 671:TaskList1.4515breaks.discord1 (With breaks & discord) -script 671:TaskList1..discord1 (NO breaks & discord)
    2 points
  12. Due to recent reviews of trial abuse, I will not be activating trials in any script I provide. The bug report template is there to provide support for my script. Thank you for understanding. Latest Update: v5 10/12/19 [MM, DD, YYYY] Purchase Here: CLI Information: Features: Smelts mode: Ores -> Bars (Bronze - Runite) Smith mode: Bars -> Items (Bronze - Runite) Cannonball mode: Bars -> Cannonballs (Steel Bars) Tool Retrieval: Grabs (Hammer or Ammo Mould) if your inventory does not contain one. Optional: Ring of forging support. (Rings of forging must be visible in bank.) Multiple locations with their respective banks. Supports new smithing interfaces with Make all keyboard input. Media:
    2 points
  13. 25m refunded will start tomorrow the service for d defender void and regicide for free
    2 points
  14. If npcs.closest returns null, and you try to call interact on it, it will throw this error. Null check it! i.e target = npcs.closest("Elvarg"); if (target!=null && target.interact("Attack")) { // do stuff } Also, when you post code, please use the provided code formatting tool in the reply box; so that it's (more) readable. There are a host of other improvements that can be made on your code; but soon enough you will find these out when your script misbehaves! GL! Apa
    2 points
  15. Ill try to refund him today im now rebooting my pc fully will also make a new skype etc ill keep you guys update
    2 points
  16. yes ill be happy to refund if somthing gots stolen also if u lost ur untreables like void fcape torso etc i would like to get them back for you for free. also how i get rid of twc or is it forever?
    2 points
  17. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Chop & Bank (Presets) Preset locations for quick a start without too much settings to choice from (Barbarian assault, Castle wars, Catherby, Draynor, Edgeville, Falador-East, Gnome stronghold, Grand exchange, Hardwood grove, Mage training arena, Neitiznot, Port sarim, Rimmington, Seers, Varrock-East/West, Woodcutting guild, ...) - Chop & bank (Custom) Chop on any location of your choice Set a chop position and a chop radius Select the tree type you want to chop Banks at the closest bank possible - Chop & Drop Chop on any location of your choice Set a chop position and a chop radius Select the tree type you want to chop Drops all logs (unless fletching is used) Option to fletch your logs into arrow shafts OR bets item possible based on your level and Logs UIM mode (Only drops logs, carefull with bird nests etc.) - Redwood Option to drop logs instead of banking - Forestry support (Struggling sapling, Tree roots, Fox, Pheasant, Ritual circles, Leprechaun, Entlings, Beehive) - Log basket support - Bird nest pickup support - Axe special attack (Crystal, Dragon, Infernal, ...) - Progressive axe upgrading - Humanlike idles - Menu invokes - CLI support for goldfarmers Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 569: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 569): -script 569:TaskList1.4515breaks (With breaks) -script 569:TaskList1.4515breaks.discord1 (With breaks & discord) -script 569:TaskList1..discord1 (NO breaks & discord) Proggies:
    1 point
  18. NEW! supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 34-99 Mining on video!! Agility Shortcut Setup Window Preview 70 hours run time https://i.imgur.com/wiF6VPO.png
    1 point
  19. Script Version: 3.6 | Last Updated: 4/27/21 [MM/DD/YYYY] Want a trial activated? Please leave a message under #request-a-trial in https://discord.gg/CGHsd4a Script features Media CLI Information 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):
    1 point
  20. OBS, DISABLE ADBLOCK TO SEE PICTURES. Hey guys! Feel free to follow my journey on multiple accounts from scratch to Zulrah. The accounts will be 95% botted. Banned accounts will be replaced as fast as possible. All accounts are freshly made. With my increased demand for accounts you can now build accounts for me, check out this thread. Day 1-50 A new chapter! I will try to keep as consisten updates as possible as I will be putting in alot of work the upcoming months, not to mention that christmas is catching upon us. Stay blessed during the holidays. Update 1 Update 2 Update 3 - New PC Small achievement update The day I got 99 magic on one of my first zulrah accounts is today. Still blessed to be running this. 85-99 just by killing zulrah, gg Jagex. UPDATE 2018-28-03 Huge update finally! Currently geared and ready accounts! Also have about 8-10 accounts ready to be used when I feel like I am ready to risk them. As many of you know there was a banwave about 1-2 weeks ago, well, zulrah bots was a hot topic on reddit, twitter and on Runescape forums. All my accounts made it through the wave while people got banned from left to right. Zulrah scales skyrocketed and I started to bot even more than I did before the banwave. I lost a few accounts 3-4 days ago, 4 accounts was lost so not a big deal luckily. Currently I am waiting until the Jagex stops monitoring zulrah so closely, it has been 2 days since I stopped and I already want to get back to it. As for people that got inspired to start botting zulrah reading through my thread over the last couple of months, please, don't bot your accounts right now. It's risky, very risky. I thought I was going to get away with it, but reality kicked in and hit me. That's something I have to accept, people have lost SOOO many accounts unfortunately. And oh, I know some people wanted to see some actual loot from the farm. I have loot from the week many bots got wiped. I have never seen this much loot (value) from my farm ever before (1 week). About 1.1b in loot last week. Also, big thanks to @TWC, @Fratem, @Chuckle for account builds, services and generally supportive helpful guys in this community. And special thanks to this amazing account builder @zzluis12 for making over 10 accounts at the same time for me.
    1 point
  21. Got a large amount of stock each week. I'll update my stock on this thread at all times. Current Available Currencies Are: Paypal & Crypto Paypal Needs To Be Verified & High Feedback Required. Current Stock: High Stock 700m+ Current rate is $0.95/m. Contact me on: Discord: Viston#1420 || Skype: Enchy53487
    1 point
  22. This is cool, thanks man! currently learning Java before my next CS semester. So glad to have a few ideas in the right direction!
    1 point
  23. Can you add the agility shortcuts for cosmic route?
    1 point
  24. Lol for one you don't get paid, for two, you don't get paid because your brother is something, you are clearly not. LOL several people would like to do this, and for free. I can't say "my brother is a lawyer, hire me as a lawyer, i work at mcdonalds"
    1 point
  25. Dont think hes paying someone to do it lol
    1 point
  26. i vote @Team Cape aka your girlfriends boyfriend
    1 point
  27. I could aswell if you consider me worthy enough! Have a lot of time on my hands and my brother is a digital marketing expert. Im assuming I will be paid pretty decent for this.
    1 point
  28. like so? https://gyazo.com/f4a6e617729b96e691587624edfd86ba
    1 point
  29. Refunded him. Closing dispute, i will deal with acerd privately without a dispute.
    1 point
  30. You arent going to be able to dox or phish someones 2FA code lmao, they only last like 30 seconds before expiring
    1 point
  31. ooh ok I hope everything goes well!
    1 point
  32. I usually get 3-5 days out of an account, running 3 at a time. Bonds are paid for, and they make about 1m per day pure profit per account. I'm testing some new methods right now, the money is there but the perfect method is needed. Now if GE mode actually functioned properly, I could see this being a fully automated script. Then, it would be possibly efficient.
    1 point
  33. 1 point
  34. 1 point
  35. Thanks, looking forward to cosmic fix
    1 point
  36. Respect for Ghostwalker as i went first and he held up to his end of the Purchase I live in Illinois two bro, Peoria IL
    1 point
  37. https://en.wikibooks.org/wiki/Java_Programming/Preventing_NullPointerException
    1 point
  38. I would love to see you release a script where you could start the bot at GE (Select Quests) & The bot will get all the requirements for those quests. Example: Buy leather & get 31 crafting, buy axes and go progress to 36 woodcutting etc. (For lost city)
    1 point
  39. I've had this same problem and the bot stopped doing anything and just stood there, not sure what's causing this? I've also found when I started script itl kept hopping trying to find a world (which is good) but all of a sudden it logs in and there is somebody there and it started trying to lay traps in the same area next to theirs, had to stop running the script in case of being banned I submitted a report on a few things through the GUI so I hope some of this gets looked at
    1 point
  40. "its always about peoples on time when they cant message someone to let them know its going to be awhile no body gives 0 shits about wasting any other peoples times honestly trying to justify not being able to send a message to let me know it was going to be hours or days who know you still never responded cause you cant be honest that you wasnt going to yupppp... seems like a service i would trust i will always put you down negatively if someone asks about your service and tell them about how good your customer support is lol" Should I consider installing Skype on phone??
    1 point
  41. Is there anyway you can make a risky / super fast cooking xp mode? Using this method
    1 point
  42. Relax guys Here's a picture of a dog wearing a hat
    1 point
  43. All accounts can be recovered at any time by original owner. This shouldn't be news to anyone familiar with account selling/trading. With only receiving the current login/password and having your own email set to change the password it means that should you decide to sell the account later on after purchase, I will be the only one able to recover it to avoid any recovery fights which might ultimately end up in a locked account. I don't think your warning is needed as it's common sense since I've already stated I'm original owner, but enjoy the post count.
    1 point
×
×
  • Create New...