Jump to content

Randomizing path & mouse speed.


Nillihium

Recommended Posts

Hello guys, 

I couldn't find what I was looking for in the API documentation so maybe you guys could help me with this.

Question 1:

My first script is running fine banking(webwalking) widgets & sleep timers but I want to randomize my path from bank to furnace.

I'm using the following

    private Position[] walktoFurnace = {
            new Position(3273, 3167, 0), new Position(3280, 3180, 0), new Position(3275,3186, 0)
    };

And then

 getWalking().webWalk((walktoFurnace));

The problem is that its using the exact tiles in the array walkToFurnace & assume this will be easy to detect.

How can I randomize this path so it uses random tiles to get to the destination?

 

Question 2:

How can I control the mouse speed of the bot? I was looking at the Class Mouse but couldn't find what I was looking for.

 

Thanks in advance,

Nillihium

Edited by Nillihium
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...