October 7, 20169 yr 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" ?
October 7, 20169 yr 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?
October 7, 20169 yr Author why not use the inbuilt walker? What do you mean by the in built and could you show me how it works ?
October 7, 20169 yr 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
October 7, 20169 yr Author 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, 20169 yr by The King
October 7, 20169 yr 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
Create an account or sign in to comment