SourBear 5 Posted October 20, 2018 Currently I've made a working Iron ore collecting script that banks returns and everything. But, I want to make the script wait a random amount of time between trying to pick up more iron ore. What I mean is : GroundItem IRON_ORE = getGroundItems().closest("Iron ore"); if (IRON_ORE != null) { IRON_ORE.interact("Take"); sleep(); } After the 'IRON_ORE.interact("Take");' command I want it to sleep for a random amount of time between say 40-120ms. (As you can see currently it sleeps for no amount of time but you get the idea.) Any help is very appreciated, have a good one! -SourBear
chinguina 0 Posted October 23, 2018 how long would you give that script act in an account ... not to be detected bro?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.