May 2, 20214 yr Hi guys, I am looking at the MouseMoveProfile, but don't exactly know what these values does. Hope someone can explain it a bit, and also tell me a whats a human like range of value for these options? MouseMoveProfile profile = new MouseMoveProfile(); profile.setFlowVariety(MouseMoveProfile.FlowVariety.MEDIUM); profile.setSpeedBaseTime(185); profile.setFlowSpeedModifier(1.0); profile.setDeviation(7); profile.setMinOvershootDistance(25); profile.setMinOvershootTime(375); profile.setNoise(2.15); profile.setOvershoots(2); getBot().setMouseMoveProfile(profile); Thanks for the help, sincerely Dennis
May 3, 20214 yr Author Thank the both of you for your replies. I ddn't quite understand the description and was hoping to get a more detailed description as answer ^^. I gues il just try and error by using a variety of variables . Sincerely Dennis
Create an account or sign in to comment