September 16, 20196 yr 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, 20196 yr by Probability
September 16, 20196 yr I found this which sounds like something similar to what you're looking for. There's an answer near the bottom.
September 27, 20196 yr Author Thanks Heist for the link. For anyone reading, I believe that the clicks have actually been randomised so this shouldn't be a problem.
Create an account or sign in to comment