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. ian c

    Quantum Woodcutting [Deleted]

    “Antiban” is a farce. What could you possibly think would make a bot resistant to bans? Random mouse movements? Opening tabs and hovering skills? Moving your mouse off screen? None of these actions are “antiban”. If you want to reduce your risk of getting banned, quit botting 24/7 and quit...
  2. ian c

    Resolved Invalid Input Stream for .fxml File (JavaFX)

    Don't lead your relative paths with a file separator. Resources.getAsStream("com/smitty260/cowkiller/CowKiller.fxml"), should be fine.
  3. ian c

    Request Forum Data API

    I'd like for some data to be exposed in some sort of web api (restful would be ideal). You could also create some small scale ORM in the client for scripts to make use of this data. Site Online Users (number) Online Users (list of account ids) Ranks (see below for desired information) User...
  4. ian c

    Suggestion Deposit box API

    I wrote one up like 5-6 months back. I believe I sent it to Cloud. I'll ask him about it.
  5. ian c

    Resolved Clouse Matrix

    If anyone needs linear algebra help, hit me up.
  6. ian c

    RuneMate Scripting Competition [BOND]

    Brb, remembering you saying ArbiFire looked like shit but functioned flawlessly.
  7. ian c

    [OSRS] Dismissing randoms

    Woops. Don't forget Dr Jekyll. I don't know if there are any more members randoms I need to include. Those were all the f2p randoms.
  8. ian c

    [OSRS] Dismissing randoms

    Full list of random event names public static final String[] RANDOMS = {"Mysterious Old Man", "Drunken Dwarf", "Frog", "Rick Turpentine", "Sergeant Damien", "Pillory Guard", "Capt' Arnav", "Flippa", "Evil Bob", "Giles", "Leo", "Dunce"};
  9. ian c

    Resolved OSRS WebWalking

    Yeah, it's not mapped.
  10. ian c

    Elite Scripts [Open-Source Paradise]

    "Made the repo private for the time being as developing for competing clients is apparently stirring up a 'ruckus'." I'm currently working on an advanced paint API that you guys could use tho.
  11. ian c

    Resource An Alternate Query API

    Loool. :P
  12. ian c

    Resource An Alternate Query API

    Query API The Query API is my interpretation of a proper query system. You have a Inquirer which queries a Database. A SelfInquirer is an Inquirer with it's own Database to query. Inquirer, grabs the List type from the Database upon querying. To support method chaining, I introduced Results, a...
  13. ian c

    Implemented Scrolling subtitle

    @Arbiter, just have a size-2 circular queue that draws the subtitle string-width * 1.5 pixels apart, removing the head and readding it once it disappears. :)
  14. ian c

    Daemons

    Create a health monitor, once it reaches danger levels, execute the task using the timed executor. You can always check if the task queue contains the current task, to avoid resubmissions. You can even add the health monitor to the timed executor to run it. Lol
  15. ian c

    Elite Scripts [Open-Source Paradise]

    Yes, just all of my work will be open-source. :)
  16. ian c

    Elite Scripts [Open-Source Paradise]

    Github: https://github.com/IITC/RuneMate Have at it guys. :) If you want to use anything within this repository for your own, please leave credit where it is due. Made the repo private for the time being as developing for competing clients is apparently stirring up a 'ruckus'.
  17. ian c

    OSRS AIO Rooftop Agility

    I have one for powerbot. I can port it sometime soon.
  18. ian c

    RS3 AIO Combat Script

    Yup. My combat script supports safe spotting, banking and everything. I'm just withholding releasing it until a later date.
  19. ian c

    Npc interaction broken?

    My interaction method has no issues..
  20. ian c

    Npc interaction broken?

    That's weird. I can vouch for interaction working on both OS and RS3.. Lol
Top