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

    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...
  2. 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...
  3. 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...
  4. twinki

    Bug getAnimationFrame only returning -1

    Title.
  5. twinki

    Suggestion Global Events Controller in the settings menu

    Have toggles in the settings menu to control events for all bots. Maybe have it so scripters can force-toggle it on if need be, if it's in the code. Eg, Unexpected Item Handler, Lobby Handler, Login Handler, Interface Closer, etc.. Because i'm tired of the Unexpected Item Handler interrupting...
  6. twinki

    Bug Massive increase in CPU usage when client is on-screen

    Running three clients (Due to RuneScape client bugs) gives me about 50-65% total CPU usage when all clients are minimized. With them all on screen (To keep track of each bot on each client) CPU usage spikes to 98/99%, nearly double. This issue only showed up recently, after the sponsored-ads...
  7. twinki

    Request Enter PID to Hook | 'Unable to create advertising' workaround, but RM does not recognize clients

    @Arbiter explains the request better: The official RS client has a bug that doesn't allow you to run more than two clients. You can bypass this by instead creating multiple Windows Accounts, copying the main jagexchache folder, with JagexLauncher.exe to the new windows account, copying the...
  8. twinki

    Request ChatDialog updates

    String ChatDialog.getDialog Returns the text in the dialog box, eg it'll return "Oh nooooo!" from the image below. String ChatDialog.getTitle() needs to be updated It will sometimes return null, and sometimes return the previous chat dialog title. This is assuming Title is referring to the...
  9. twinki

    Resolved BasicObjectVertex issues

    More custom web issues. I used Clouds Tutorial. This is what i'm using to add the vertices: public void addCaveVertices() { Caves[] caves = Caves.values(); for (Caves cave : caves) { Coordinate s = cave.getSurfaceObject().getPosition().getPosition()...
  10. twinki

    Resolved Custom Web issues

    EDIT: Included a debug script at the bottom. I've started creating my own Web for my API, and I cannot get it to work correctly. I'm currently trying to simply get Lodestones working. 2ND EDIT: Everything works perfectly if you switch vertex.addDirectedEdge(v, 25); to...
  11. twinki

    Bug Pocket Slot bounds returning null, unless I re-equip the item

    The pocket slot appears to be broken on-login. If I equip something like an Enchanted Gem on RS3, the dev kit will return valid bounds. If I relog with it equipped, on login the bounds will stay null until I re-equip. The Equipment slot also returns null in the Dev Kit, even if the bounds...
  12. twinki

    TwinkiSoftClay [Deleted]

    Twinki submitted a new resource: TwinkiSoftClay - Softens clay at the G.E Fountain Read more about this resource...
  13. twinki

    RS3 Yet another "What VPS can keep X bots running"?

    Looking for a VPS to keep 10-ish RS3 bots running. Looking for something with Windows Server or perhaps something that'll let me upload/use my own OS with VirtIO drivers, since RM doesn't appear to cooperate with Linux that well. Any suggestions?
  14. twinki

    Request Environment.reload() update

    Apparently Environment.reload has been broken for awhile, would love to see it updated.
  15. twinki

    Question Interact stuck on Right Click Menu

    interact will get stuck if the right click menu is already open (eg, it tried to interact but failed before hand, but the right click menu is still open) It freezes the entire script until it auto-logs to lobby. Was digging through interfaces and methods to try and find something to close the...
  16. twinki

    Question So, what anti-client detection does RuneMate have?

    I realize RuneMate uses Reflection, but what else is there in place? For example, does it load the RS client through the Web? or does it download the client? Does it spoof the UserAgent if it uses the Web?
Top