ni562 Posted December 14, 2015 Share Posted December 14, 2015 Hey i'm wondering if mouse speed should be a factor in my script? I think so but just wondering. I'm trying the code bellow but i dont think i see a difference in the mouse speed.. public void onStart(){ mouse.setSpeed(1); } Quote Link to comment Share on other sites More sharing options...
Deceiver Posted December 14, 2015 Share Posted December 14, 2015 does not work, not sure why it isnt deprecated yet. Quote Link to comment Share on other sites More sharing options...
ni562 Posted December 14, 2015 Author Share Posted December 14, 2015 does not work, not sure why it isnt deprecated yet. thanks for the info. Isn't it more likely to get banned when you're moving you're mouse a million miles a second? Quote Link to comment Share on other sites More sharing options...
Okabe Posted December 14, 2015 Share Posted December 14, 2015 deprecated. use sleeps if you wish to slow it down in between moves. Quote Link to comment Share on other sites More sharing options...
Deceiver Posted December 14, 2015 Share Posted December 14, 2015 thanks for the info. Isn't it more likely to get banned when you're moving you're mouse a million miles a second? probably ;p Quote Link to comment Share on other sites More sharing options...