Probability Posted September 16, 2019 Share Posted September 16, 2019 (edited) Hello, Firstly, thanks to everyone for the wonderful forum. I began scripting about a week ago and am thoroughly enjoying the experience. Largely due to the wealth of information found on these forums. I've written my first which is a simple item gatherer. Several bans have already occurred (due to my scripting mistakes) and so I'm now playing around with different techniques to see what happens. I've read on these forums that some believe Jagex are collected the 'click->release time' of our mouses/keystrokes....I don't want to start a debate about it.....so let's pass that by. But, looking at the API, it seems that this can technically be controlled via 'continualClick' https://osbot.org/api/org/osbot/rs07/api/Mouse.html My question is, is it possible to use this method to set the way the bot treats all clicks in a script? i.e. create a random delay between when a click is made and released. EDIT: Example of what I mean: https://stackoverflow.com/questions/37828078/java-thread-sleep-mousepress-delay Edited September 16, 2019 by Probability Quote Link to comment Share on other sites More sharing options...
Heist Posted September 16, 2019 Share Posted September 16, 2019 I found this which sounds like something similar to what you're looking for. There's an answer near the bottom. Quote Link to comment Share on other sites More sharing options...
Probability Posted September 27, 2019 Author Share Posted September 27, 2019 Thanks Heist for the link. For anyone reading, I believe that the clicks have actually been randomised so this shouldn't be a problem. Quote Link to comment Share on other sites More sharing options...