Kvothe 6 Author Posted February 27, 2017 yep quick fix //rectangle def private Rectangle navBall = new Rectangle(544, 9, 26, 26); //working code if(Calculations.random(0,999) <randomVariance){ log("Mouse Move Nav Ball"); getMouse().move(navBall); sleep(33); //your sleeps getMouse().click(); //your extra clicks //your sleeps }
Kvothe 6 Author Posted February 27, 2017 you can use widgets mind blown didnt realize it was considered a widget thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.