Nillihium Posted February 5, 2020 Posted February 5, 2020 (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 February 5, 2020 by Nillihium
Kramnik Posted February 5, 2020 Posted February 5, 2020 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.
Developer Patrick Posted February 5, 2020 Developer Posted February 5, 2020 More random mouse movement will be implemented in the next release 1 3 1
Hel Posted February 5, 2020 Posted February 5, 2020 (edited) 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, 2020 by Hel