Jump to content

Randomizing path & mouse speed.


Recommended Posts

Posted (edited)

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

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