UpDownLeftDie / AwayFromBlox

AFB
MIT License
1 stars 0 forks source link

Delay based on activity #24

Open jaredcat opened 1 year ago

jaredcat commented 1 year ago

Reduce interruptions to the user by trying to wait for gaps in usage

  1. try to determine if the user is currently doing something (kb and/or mouse movement)
    1. try to determine if the user is already playing roblox
    2. don't do anything, until next anti-kick interval
  2. delay automation using a separate timer that periodically rechecks for usage activity in very short intervals
  3. maximum wait time, that totals under the 20min max, eventually activates if needed to prevent being kicked even if the user is still doing something
    • this should guarantee at least one action per 20 mins