Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay based on activity #24

Open
jaredcat opened this issue Nov 4, 2022 · 0 comments
Open

Delay based on activity #24

jaredcat opened this issue Nov 4, 2022 · 0 comments
Labels
enhancement New feature or request p:high High priority

Comments

@jaredcat
Copy link
Member

jaredcat commented Nov 4, 2022

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
@jaredcat jaredcat added enhancement New feature or request p:high High priority labels Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p:high High priority
Projects
None yet
Development

No branches or pull requests

1 participant