Jump to content

Is it possible to drop inventory or items really fast?


blueshirt

Recommended Posts

i dont care if it looks bot like. Maybe like ahk where the mouse jumps to positions?

 

If you don't want to risk your account for a ban then use MouseKeys. Jagex team has said that this is allowed in the game, and most people actually make use of this, myself being one of them. I don't really suggest others as then they can get you banned, and it's against the rules. 

Link to comment
Share on other sites

You can send key events directly to the client in order to have the mouse click at specific coordinates (and jump there).

 

eg.

ClientMouseEventHandler meh = getBot().getMouseEventHandler();
meh.generateBotMouseEvent(eventID, timeOfEvent, modifiers, x, y, clickCount, popupTrigger, buttonId, botEvent);

The class uses AWT events, so you can poke around the oracle AWT docs for more info on IDs and such.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...