SourBear 5 Share Posted October 20, 2018 (edited) 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 Edited October 20, 2018 by SourBear chinguina 1 Link to comment Share on other sites More sharing options...
Milasoft 202 Featured Comment Share Posted October 20, 2018 sleep(40, 120); SourBear 1 Link to comment Share on other sites More sharing options...
chinguina 0 Share Posted October 23, 2018 how long would you give that script act in an account ... not to be detected bro? Link to comment Share on other sites More sharing options...
Recommended Posts
Posted by
Milasoft,As simple as that
Recommended by Hashtag
1 reaction
Go to this post
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now