February 5, 20205 yr 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 February 5, 20205 yr by Nillihium
February 5, 20205 yr Hi, for walking part I would suggest walking paths yourself using walk event instead webWalk. Using switch you could make couple cases with different coordinates for each walking event.
February 5, 20205 yr 6 hours ago, Patrick said: More random mouse movement will be implemented in the next release Do you think this will combat bans more effectively than the current system? Edited February 5, 20205 yr by Hel
Create an account or sign in to comment