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

    TwinkiSoftClay [Deleted]

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

    Suggestion Premium Bot Changes

    >Limited Instances No. "lol u cant bot 2 day cuz u werent fast enuf" I'd rather see an expanded Auth system. X amount of instances per Auth, defined by the manifest. Or, use the hourly/credit system. >Dynamic Costing No. There's no reason to make it more complex. If you really want to split...
  3. twinki

    Ban rates RS3

    Were they Permed or just 48 hour banned?
  4. twinki

    RS3 48 Hour Bans & Twitch Prime

    I'd assume this is recent, when were they all banned?
  5. twinki

    RS3 48 Hour Bans & Twitch Prime

    I'm interested to see how many people have recently received 48 hour (Bot Busting Moderate) bans on RS3, and to see if they're potentially tied to the Twitch Prime codes. So if you've recently received a 48 hour Bot Busting Moderate ban on RS3, feel free post here with what you were botting...
  6. twinki

    Bug RS3 Action Bar Activation slow on Revolution Mode

    I think .ready is part of it, but the core root of the issue is .isCoolingDown, since it appears to take into account the global cooldown after an ability is cast. I'd suggest adding an option to isCoolingDown to check if it's on global cooldown, or regular cooldown (Global Cooldown is 2...
  7. twinki

    Bug RS3 Action Bar Activation slow on Revolution Mode

    When in Combat, action bar activation is incredibly slow on Revolution mode with Basic Abilities in the Action Bar ActionBar.newQuery().names("Hurricane", "Quake", "Meteor Strike").ready(true).results().first().activate; in a 500 ms loop would only properly activate one of the abilities...
  8. twinki

    TwinkiSoftClay [Deleted]

    Twinki updated TwinkiSoftClay with a new update entry: TwinkiSoftClay v5.0.0 Released! Read the rest of this update entry... The NPE on startup should be fixed.
  9. twinki

    TwinkiSoftClay [Deleted]

    Twinki updated TwinkiSoftClay with a new update entry: TwinkiSoftClay v4.5.2 Released! Read the rest of this update entry...
  10. twinki

    OSRS Avoid Runescape! Earn money.

    Doesn't really matter. The accounts are linked, so they were all flagged and banned. You don't have to bot on an account, to have it banned for botting/goldfarming. Regardless, Jagex can do whatever they want to. It's their game, they made it. Whining won't get you anywhere, just move on.
  11. twinki

    Bug getAnimationFrame only returning -1

    RS3, but after triple checking the API I noticed the OSRSOnly tag. Any chance .getAnimationFrame could work on RS3?
  12. twinki

    Bug Traversal.getDestination returning completely wrong Y Axis

    Walking 3 titles over returns: Coordinate(3410, 19417, 0) Coordinate(3410, -6677, 0) Walking to 3408, 3407 both on-screen, and off-screen from 10+ tiles away, returns: Coordinate(3408, -20025, 0) For whatever reason it also will only return null every other tile, even when attempting to walk...
  13. twinki

    Question Quicker Interaction with Moving NPCs

    Could try removing mouse movement from the equation completely, but this only works in SDK mode as it isn't allowed on SVN. if (Environment.isSDK()) { Mouse.setPathGenerator(new Mouse.PathGenerator() { @Override public boolean...
  14. twinki

    Bug getAnimationFrame only returning -1

    Title.
  15. twinki

    Resolved Getting an Array of GameObjects

    You can also use LocatableEntityQueryResults LocatableEntityQueryResults results = GameObjects.newQuery().results();
Top