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. T

    tMiner [Deleted]

    This resource has been removed and is no longer available for download.
  2. T

    RS3 List of Bots NEEDED

    Why would you want Mining Guild? It's not really good for anything, might as well get 15 dung and use the resource dungeon ^^
  3. T

    Question javafx.fxml.LoadException: unknown path

    ah sorry forgot about having that part in there. You either need to take your main script as a parameter or find another way to get your main script. I can't remember how but there's another way ^^ It's easiest to just parse it though. That way your gui can also talk to your bot if needed.
  4. T

    Question javafx.fxml.LoadException: unknown path

    You should be using embeddedUI. You can see how you can do that here: Tutorial - Implementing Embeddable UI Other than that; // Load the fxml file using RuneMate's Resources class. FXMLLoader loader = new FXMLLoader(); // Input your GUI FXML file location here. //...
  5. T

    Question Best way to implement antiban and breakhandlers?

    The problem with random actions is that people don't play like that. I hardly ever move my camera unless I can't reach what I'm trying to reach, and I always click towards a certain location when I walk because it feels faster to me. Having a bot that uses a random camera angle and random...
  6. T

    tMiner [Deleted]

    Eventually I plan on adding everything. Starting with f2p locations and features though
  7. T

    tMiner [Deleted]

    Topedia updated tMiner with a new update entry: tMiner v0.0.1b Released! Read the rest of this update entry...
  8. T

    tMiner [Deleted]

    Turns out I didn't fix this bug with the update after all. My apologies. This is fixed in the next update which will be deployed asap.
  9. T

    tMiner [Deleted]

    Topedia updated tMiner with a new update entry: tMiner v0.0.1a Released! Read the rest of this update entry...
  10. T

    Question Best way to implement antiban and breakhandlers?

    Well ask yourself this. How would you train the skill manually?
  11. T

    Question Best way to implement antiban and breakhandlers?

    Honestly, things like camera pitch/yaw changes, openining inventory, looking at skills, examining players etc. In the end it will become as much of a pattern as there would've been if there hadn't been any. So would precise scheduleed breaks for set amounts of time. Let's say that a user...
  12. T

    tMiner [Deleted]

    Topedia submitted a new resource: tMiner - Let's get to runite Read more about this resource...
  13. T

    Question Cooking Bot Help

    I'm a bit new with Bot writing and the API. But i would at least recommend you make sure that the actions you make are successful before you move on to the next one :)
  14. T

    Implemented DepositBox interface

    Been looking for a while now and I can't seem to find a way to bank using deposit boxes. It would be nice if it could be either added to the Bank interface or get it's own interface, even though the later seems a bit redundant.
  15. T

    Resolved Banking with Deposit box?

    Is it not possible to use the Bank interface with a deposit box? If not, then I can't seem to find an interface for the deposit box. Do i need to create it myself or is there another way of depositing in a deposit box? Thanks in advance :)
Top