Jump to content

πŸ‘‘ Perfect Czar Free Trials & Demos πŸ‘‘ MOST POPULAR πŸ‘‘ HIGHEST QUALITY πŸ‘‘ MOST TOTAL USERS πŸ‘‘ LOWEST BAN-RATES πŸ‘‘ 24/7 SUPPORT πŸ‘‘ SINCE 2015 πŸ‘‘ MANY SKILLS πŸ‘‘ MOST VIEWS πŸ‘‘ MOST REPLIES πŸ‘‘


Recommended Posts

Posted (edited)

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

Β 
  1. ArrayList<Long> delayArray = new ArrayList<Long>();
  2. Β  Β  Β  Β  for (long x = 1; x < 1000; x += 1) {
  3. Β  Β  Β  Β  Β  Β  y = (1000 * Math.exp(-5 * (x / 1000.0)));
  4. Β  Β  Β  Β  Β  Β  for (int i = 0; i <= y; i++) {
  5. Β  Β  Β  Β  Β  Β  Β  Β  delayArray.add(x + 251);
  6. Β  Β  Β  Β  Β  Β  }
  7. Β  Β  Β  Β  }
  8. Β  Β  Β  Β  Random r = new Random();
  9. Β  Β  Β  Β  sleep(delayArray.get(r.nextInt(delayArray.size())));
  10. 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 by Gnomedesto
  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
Γ—
Γ—
  • Create New...