Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. baddest man on earth

    List all features you want in a miner

    I'm rewriting F-5 Miner for the Pi tag, list every thing you can think of. Shit posting is permitted.
  2. baddest man on earth

    Pi Web Maker [Deleted]

    Baddest Man on Earth submitted a new resource: Pi Web Maker - Web creation made easy Read more about this resource...
  3. baddest man on earth

    Resource Useful Intellij Shortcuts

    As many of you may know, Intellij is the most popular IDE among RuneMate developers. Here are some useful shortcuts I use to lessen the hassle and speed up coding. Alt + Insert Perhaps my most used shortcut, this one lets you insert many different lines of code such as constructors, getters and...
  4. baddest man on earth

    Suggestion Anti Leech System

    First of all, I know this is not high on the list of priorities for Cloud and Arbiter, but we seriously need one. My suggestion is mandatory reviews. If someone has run a bot for X hours, they have to post a review before they can use it again.
  5. baddest man on earth

    Resolved Web Walking with custom web won't use lodestones.

    My custom web walks to every destination, and never uses lodestones. It will walk from Yanille to Varrock instead of using a lodestone. Code for adding vertices: public static void addLodestoneVertices() { for (Lodestone lodestone: Lodestone.values()) { LodestoneVertex vertex = new...
  6. baddest man on earth

    Pi Fighter [Deleted]

    Baddest Man on Earth submitted a new resource: Pi Fighter - Professional monster slayer! Read more about this resource...
  7. baddest man on earth

    Resolved ArrayIndexOutOfBoundsException

    java.lang.ArrayIndexOutOfBoundsException: 441  at java.util.concurrent.CopyOnWriteArrayList.get(Unknown Source)  at java.util.concurrent.CopyOnWriteArrayList.get(Unknown Source)  at java.util.Collections.swap(Unknown Source)  at java.util.Collections.shuffle(Unknown Source)  at...
  8. baddest man on earth

    The Pi Team - Open Recruitment and Our Projects

    The π Team Current members: Baddest Man on Earth Bertrand Furor Qosmiof2 Pruxis Current bots: Pi Artisans – Smiths at the Artisans Workshop. The most popular way to train smithing in RS3! Pi Chopper – A RS3/OSRS woodcutter with new locations added all the time Pi Fighter – The most...
  9. baddest man on earth

    Resolved java.lang.IllegalStateException: ClickPressLength biostatistic returned a negative value.

    java.lang.IllegalStateException: ClickPressLength biostatistic returned a negative value.  at com.runemate.game.api.hybrid.input.Mouse.click(dm:7)  at com.runemate.game.api.hybrid.local.hud.Menu.open(nac:122)  at app.tq.click(bgc:225)  at com.runemate.game.api.hybrid.local.hud.Menu.click(nac:99)...
  10. baddest man on earth

    RS3 What the best equipment/item for health regeneration?

    I want to be able to last forever at a location, so what is the best way for healing without having to bank for food.
  11. baddest man on earth

    Pi Artisans [Deleted]

    Baddest Man on Earth submitted a new resource: Pi Artisans - Pleases Dwarven Ancestors! Read more about this resource...
  12. baddest man on earth

    Resolved Powers.Magic#activate() bug

    The method works fine when using: Modern Interface with EOC Combat Modern Interface with Legacy Combat Legacy Interface with EOC Combat However when using it with Legacy Interface with Legacy Combat, the bot will just open the Magic tab and not click the spell. if...
  13. baddest man on earth

    Implemented Bots with multiple authors

    Is there a way so that multiple developers can have access to the same repo, so that anyone can push code and make changes in that repo.
  14. baddest man on earth

    Resolved Bot stuck with Menu open

    When interacting with a fire GameObject, the bot occasionally right clicks the fire, resulting in the Menu opening. And the bot is stuck there (maybe because the fire is underneath the Menu). fire.setForcedModel(new int[]{-25, -25, -25}, new int[]{25, -25, 25})...
  15. baddest man on earth

    F-5 Cooker [Deleted]

    Baddest Man on Earth submitted a new resource: F-5 Cooker - Cooking cape in no-time. Read more about this resource...
  16. baddest man on earth

    The All In One

    What is The All In One? The All In One project is a bot that will support training several different skills, and seamlessly train at multiple different locations. Why include everything in one gigantic bot? I ask you this, do you train one skill non stop until you reach a certain goal, or do...
  17. baddest man on earth

    RS3 What interface should RS3 bots support, Legacy or RS3?

    Personally, I think it should be legacy as the tabs are much easier to write code for as a bot developer. Also legacy mode means there is no complicated interface setup (i.e. making sure nothing comes in the way of the game's main canvas + the minimap is large enough)
  18. baddest man on earth

    Resolved Local web won't use Lodestones

    Code: private void addLodestoneVertices(Web web) { for (Lodestone lodestone : Lodestone.values()) { LodestoneVertex vertex = new LodestoneVertex(lodestone); Coordinate c = lodestone.getPosition().derive(0, -1); WebVertex v = web.getVertexNearestTo(c)...
  19. baddest man on earth

    Question How to handle doors in web walking?

    What's the best way to make sure a bot doesn't get stuck at a closed door while using a web walking path?
  20. baddest man on earth

    F-5 Miner [Deleted]

    Baddest Man on Earth submitted a new resource: F-5 Miner - Lighting fast miner! Read more about this resource...
Top