The King Posted October 7, 2016 Posted October 7, 2016 hola, - How do i code my own walker instead of using webwalker, Is it by mouse clicks or what ? "Can someone give me an example or code please" ?
Team Cape Posted October 7, 2016 Posted October 7, 2016 hola, - How do i code my own walker instead of using webwalker, Is it by mouse clicks or what ? "Can someone give me an example or code please" ? why not use the inbuilt walker?
The King Posted October 7, 2016 Author Posted October 7, 2016 why not use the inbuilt walker? What do you mean by the in built and could you show me how it works ?
Team Cape Posted October 7, 2016 Posted October 7, 2016 What do you mean by the in built and could you show me how it works ? to webwalk: getWalking().webWalk(Position) to walk normally: getWalking().walk(Position) would recommend going through the API http://osbot.org/api/ it'll solve most of your questions
The King Posted October 7, 2016 Author Posted October 7, 2016 (edited) to webwalk: getWalking().webWalk(Position) to walk normally: getWalking().walk(Position) would recommend going through the API http://osbot.org/api/ it'll solve most of your questions Aha thanks for this buddy, but just to double check. When i used webwalk in my script i insta got banned its just walker, So i wanted to use custom walker. so will getWalking().walk(Position) make a difference ? Edited October 7, 2016 by The King
Team Cape Posted October 7, 2016 Posted October 7, 2016 Aha thanks for this buddy, but just to double check. When i used webwalk in my script i insta got banned its just walker, So i wanted to use custom walker. so will getWalking().walk(Position) make a difference ? the walker wont get you banned. getWalking().walk() takes less CPU, but doesn't handle obstacles getWalking().webWalk() takes more CPU, but handles most obstacles