ImPineapple Posted September 4, 2017 Posted September 4, 2017 (edited) Hello everyone, I wanted to ask if it is possible to change mouse/cursor movement when using webWalk() or cursor movement in general? By that I mean adjust speed, path etc. When I sent my bot to Bank in Lumbridge, I saw that it went up the stairs in an instance which is way too fast and it might trigger Runescape antiBot system, maybe I thought there is a way to slow it down? And also I noticed that my mouse in a straight path when using interact()? I am not asking for a full working code, just a guideline of what methods to use/overwrite to achieve that? Thank you P.S. OFFTOPIC: I also have a question how to resume after random event? After random event my bot just freezes, time is ticking but I have to pause and unpause in order to resume? Does it throws an exeption or do I have to set a certain listener to listen when random event is solved? Edited September 4, 2017 by ImPineapple
ImPineapple Posted September 4, 2017 Author Posted September 4, 2017 1 hour ago, Chris said: yeah bro. make ur own You mean write my own walker? What about random events?
Super Posted September 4, 2017 Posted September 4, 2017 mouse speed makes no difference. reaction time might. disable all randoms.
ImPineapple Posted September 4, 2017 Author Posted September 4, 2017 1 hour ago, superuser said: mouse speed makes no difference. reaction time might. disable all randoms. What if I need autoLogin? my internet gets very unstable sometimes, I would have to sit there and log in every 5 minutes, I want my bot to do that and just carry on
Super Posted September 4, 2017 Posted September 4, 2017 Just now, ImPineapple said: What if I need autoLogin? my internet gets very unstable sometimes, I would have to sit there and log in every 5 minutes, I want my bot to do that and just carry on there are snippets for autologin
ImPineapple Posted September 4, 2017 Author Posted September 4, 2017 1 hour ago, superuser said: there are snippets for autologin If I disable all randoms then autologin wont work.
Super Posted September 4, 2017 Posted September 4, 2017 8 minutes ago, ImPineapple said: If I disable all randoms then autologin wont work. it will work if you use a snippet or write your own. i can't tell if you're being serious or not right now. just write everything yourself like everyone else
ImPineapple Posted September 4, 2017 Author Posted September 4, 2017 2 hours ago, superuser said: it will work if you use a snippet or write your own. i can't tell if you're being serious or not right now. just write everything yourself like everyone else I am serious. I thought maybe people will share so that I wouldn't have to reinvent the wheel ;)
Super Posted September 4, 2017 Posted September 4, 2017 58 minutes ago, ImPineapple said: I am serious. I thought maybe people will share so that I wouldn't have to reinvent the wheel ;) people share stuff in the snippets section