The King Posted October 7, 2016 Share 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" ? Quote Link to comment Share on other sites More sharing options...
Team Cape Posted October 7, 2016 Share 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? Quote Link to comment Share on other sites More sharing options...
The King Posted October 7, 2016 Author Share 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 ? Quote Link to comment Share on other sites More sharing options...
Team Cape Posted October 7, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
The King Posted October 7, 2016 Author Share 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 Quote Link to comment Share on other sites More sharing options...
Team Cape Posted October 7, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
The King Posted October 8, 2016 Author Share Posted October 8, 2016 Thanks, This post can be closed now! Quote Link to comment Share on other sites More sharing options...