July 16, 20188 yr Yo Czar, been a while since I visited. Not sure if you remember me but I'm an OG user of ur scripts fam. I think I still own like 12 of them. They helped me so much. I'm curious, did you ever implement a slight suggestion that I made a few years back ArrayList<Long> delayArray = new ArrayList<Long>(); for (long x = 1; x < 1000; x += 1) { y = (1000 * Math.exp(-5 * (x / 1000.0))); for (int i = 0; i <= y; i++) { delayArray.add(x + 251); } } Random r = new Random(); sleep(delayArray.get(r.nextInt(delayArray.size()))); What's special about this is that it waits a normal human reaction time of 250 ms, then adds an exponentially decaying amount that isn't like rolling a dice, which is very unhuman. I had made a wbucket filler bot for f2p that would run 16h/day with no bans and I thought that was kind of substantial with this addition. I'm prob gonna get into botting again, I haven't coded anything for like 2 years... lol Edited July 16, 20188 yr by Gnomedesto
July 17, 20188 yr 1 Day of Czar Thiever please! Thanks in advance. Edited July 17, 20188 yr by Kaleemb
Create an account or sign in to comment