Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • holic

    Scripter
    • Posts

      639
    • Joined

    • Last visited

    • Days Won

      20

    Everything posted by holic

    1. There are modded RL clients that allow for scripts, I've come across them on github a few times: https://github.com/Dennisvanwaas85/runelit but are they still being worked on? idk
    2. No problem! Let me know if you encounter any issues
    3. Did you edit parts out or are you using asterisk in your settings? I'm away right now so I'll have to check it in about a week. I think I know what I may have messed up, if you aren't using asterisk
    4. 1.3 Moved to proper package Added FrogSolver Improved FreakyForesterSolver
    5. Fixed, wait for 5.9 Try turning off loot by value since feathers aren't worth much it's probably prioritizing bones and such. I've tried it myself and it works fine with it turned off. Should be fixed, wait for 5.9
    6. What antifire are you using? You should be able just to check the use antifire checkbox and have it work, you don't need to specify the potion or put it in any text field. Are you using any other potions?
    7. No idea but will dig into it for the next release. I seem to recall someone else saying that had an issue like that too.
    8. Excellent 👍 interesting that your IDE wants a main method though, it shouldn't. What env are you using?
    9. Remove the main method, put that in the constructor method. Also, no need to call a new GUI within itself. You could also move .setVisible to its own method (maybe "show") so you can call it when you want. SwingUtilities.invokeLater(() -> { GUI gui = new GUI(); gui.show(); }); I also don't extend JFrame, I just declare my own variable for it within my GUI classes. frame = new JFrame("Select Task"); frame.setResizable(false); frame.setContentPane(jPane); frame.setLocationByPlatform(true); frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); // Add this so you don't close out DB if you close your GUI
    10. I guess your connection to my server isn't working. When you select an NPC, it pings my server for the list of potential item drops. I'll see what I can do. In the meantime, just don't click on an NPC, use the custom NPC option below it to manually add your targets and you should have no problems
    11. Yeah dude, people give me way too much account info and I have to tell them all the time not to. I have literally no desire to use it, I don't even play RS but, point being, it isn't the bot or a script: it's users failing their own security. 100M sells for like $30? Wouldn't be worth any semi-professional operations time.
    12. Check my scripts out, they're free, don't use a tutorial island script or you'll be banned pretty much instantly. Either 24/7 or bot like a normal player: 1-2hrs on, 1-2hrs break every 30-2hrs + 2-8 min AFK break every 30-60 mins
    13. As of version 5.5, equipment upgrades are fully useable. In the equipment tab, use "^" as a wildcard for upgrades. Examples (don't use quotes in the GUI): Upgraded scimitar should be "^ scimitar". Upgraded Bow of any type should be "^bow" Upgraded Shortbow should be "^ shortbow" DOES NOT WORK WITH STAVES
    14. Well lucky for you crab killers, a random player gifted one of my testers a bond so I've gone ahead and improved aggro mode, specifically for crabs since I can now test it
    15. Lootaholic About A wilderness looter with a bunch of nifty features, banks and eats when necessary. Two click start! Original thread: I'm re-releasing this since so many have asked for it but haven't stress tested it as much as is required. You will be banned if you use a brand new account, train it to like level 10 first. Features Script automatically sets up Turns off auto-retaliate Hides "Attack" option Hops to desired world Finds it way to the wilderness Dismisses wilderness warning All fields pre-defined with optimal F2P settings Multiple looting modes Smart Mixed (Random-ish) Value Amount Distance Simple and informative paint Loot list, including total profit Profit per hour Small action log to keep you updated At-a-glance Attack Warning, gamescreen flashes when attacked for easy babysitting (see screenshots) Customizable inventory value limit, banks when reached Customizable loot list, full matches only Customizable valuable list, partial and matches Customizable pickup limits for Value Amount Fight players options to fight Pkers when attacked. Eats, attempts to bank if out of food if you specify Wear equipment throws on random equipment it can wear, avoiding valuables, if specified Auto-add valuables to search list Smart banking Banks when inventory value limit reached or valuable looted Searches for more valuables in pile then banks if none Banks after a close call Withdraws food while banking, may rest if necessary Smart safing Runs when attacked Crosses ditch, when necessary Moves away from attacker, when necessary Avoids poachers, builds a "shit list" but needs improvement Rests when necessary Pauses break handler until safe to prevent attempting to take a break while in combat, failing to log out but still sleeping and signing your bot's life away. Force-bank, click the bank button on screen Equip random items, wears what it can randomly to not stick out Pulse-running, knows when to run and when to walk Prioritizes valuables and runs to make sure you get the loot Eats food when HP is low and being attacked, may rest when safe Supports world-hopping when struggling to loot Supports death walking with alternative routes, avoids ban doors Rests on death Pauses break handler and logouts sometimes on death Auto-saves preferences on script start Loot log, shows on script finish Anti-ban, does various human-like things and has randomized actions to create variances between script users. Probably more that I've forgotten to write down Screenshots Account 1 - Roughly 5 hours on a Friday, no breaks Account 2 - Roughly 7 hours, no breaks Looting Results, 9 and a half hours on a Monday straight from Tutorial Island Known bugs Sometimes double-clicks or loots while already looting You will probably be banned Sometime doesn't choose the closest item if all the reachable ground items are of the same value/amount
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.