private Position[] path = {
new Position(3254, 3421, 0), new Position(3256, 3428, 0), new Position(3264, 3428, 0),
new Position(3273, 3428, 0), new Position(3277, 3426, 0), new Position(3281, 3422, 0)
};
localWalker.walkPath(path);
That is Alek's example in the tutorial section for walking along a path.
If I use that method it will click the exact same spots over and over when walking right?
Is it possible to use walkPath(path) but make it click somewhere near the paths?(Antiban)
I have been using webWalking to areas but it seems creating own paths is better in some cases.
BR c0nan