Jump to content

Is it possible to drop inventory or items really fast?


Recommended Posts

Posted

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. 

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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