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

    Option to remove tray notifcations

    it may be done via command line or a gui option on start.
  2. the_scrub

    Resolved Programmatically Exit Client

    Hey I'm currently using the system class to exit the client then run my bat files but i get alot of timeout crap when i try to open it sometimes and this is because the system class is not a safe way to exit the client could you add an api method to exit the client safely.
  3. the_scrub

    Broken method list.

    Legacy Mode (RS3) Error: didn't work on legacy mode on other modes i assume it works. Class: com.runemate.game.api.rs3.local.hud.interfaces.Summoning Method: getPoints() Fix:[/code][/spoiler]
  4. the_scrub

    Experience Listener

    Useful for scripts like slayer and such package com.scrubscripting.listeners; import java.util.ArrayList; import java.util.EventListener; import java.util.HashMap; import java.util.List; import com.runemate.game.api.hybrid.local.Skill; public class EventDispatcher { private final...
Top